Skip to content

Commit ab24972

Browse files
authored
Merge pull request #1882 from oasisprotocol/release
Assemble changes for 1.19.0 release
2 parents 7c61be3 + f708fc6 commit ab24972

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

.changelog/1777.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1853.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1859.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1863.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1868.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1869.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.19.0 (2025-04-09)
16+
17+
### Features
18+
19+
- ROFL apps support
20+
([#1777](https://github.com/oasisprotocol/explorer/issues/1777))
21+
22+
### Bug Fixes and Improvements
23+
24+
- Fix labels in NFT inventory tab
25+
([#1869](https://github.com/oasisprotocol/explorer/issues/1869))
26+
1527
## 1.18.0 (2025-04-03)
1628

1729
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
33
"name": "@oasisprotocol/explorer-frontend",
4-
"version": "1.18.0",
4+
"version": "1.19.0",
55
"private": true,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)