diff --git a/.changelog/1335.internal.md b/.changelog/1335.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1335.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1339.internal.md b/.changelog/1339.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1339.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1341.internal.md b/.changelog/1341.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1341.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1342.internal.md b/.changelog/1342.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1342.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1350.internal.md b/.changelog/1350.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1350.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1354.trivial.md b/.changelog/1354.trivial.md deleted file mode 100644 index 9bc9e777c..000000000 --- a/.changelog/1354.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Improve how we display/configure privacy policy links diff --git a/.changelog/1361.trivial.md b/.changelog/1361.trivial.md deleted file mode 100644 index 78c9bd20d..000000000 --- a/.changelog/1361.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Improve footer styles after adding privacy link diff --git a/.changelog/1362.internal.md b/.changelog/1362.internal.md deleted file mode 100644 index 211252adb..000000000 --- a/.changelog/1362.internal.md +++ /dev/null @@ -1 +0,0 @@ -Fix Storybook build diff --git a/.changelog/1364.bugfix.md b/.changelog/1364.bugfix.md deleted file mode 100644 index 583ebb759..000000000 --- a/.changelog/1364.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Display EVM addresses in events diff --git a/.changelog/1365.internal.md b/.changelog/1365.internal.md deleted file mode 100644 index 94bbbb285..000000000 --- a/.changelog/1365.internal.md +++ /dev/null @@ -1 +0,0 @@ -Simplify converting EVM addresses to oasis1 diff --git a/.changelog/1366.bugfix.md b/.changelog/1366.bugfix.md deleted file mode 100644 index 11f6eef19..000000000 --- a/.changelog/1366.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix root error element crashing because it's outside AnalyticsContext diff --git a/.changelog/1370.feature.md b/.changelog/1370.feature.md deleted file mode 100644 index 4464c907d..000000000 --- a/.changelog/1370.feature.md +++ /dev/null @@ -1 +0,0 @@ -New Oasis branding diff --git a/.changelog/1372.bugfix.md b/.changelog/1372.bugfix.md deleted file mode 100644 index 2b4ca90e8..000000000 --- a/.changelog/1372.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix isAccountEmpty to handle accounts with balances = 0 diff --git a/.changelog/1374.bugfix.md b/.changelog/1374.bugfix.md deleted file mode 100644 index 474e45170..000000000 --- a/.changelog/1374.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix account search sometimes returning wrong data on repeated search diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f9ec88b..29f07d9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,42 @@ The format is inspired by [Keep a Changelog]. +## 1.10.0 (2024-04-11) + +### Features + +- New Oasis branding + ([#1370](https://github.com/oasisprotocol/explorer/issues/1370)) + +### Bug Fixes and Improvements + +- Display EVM addresses in events + ([#1364](https://github.com/oasisprotocol/explorer/issues/1364)) + +- Fix root error element crashing because it's outside AnalyticsContext + ([#1366](https://github.com/oasisprotocol/explorer/issues/1366)) + +- Fix isAccountEmpty to handle accounts with balances = 0 + ([#1372](https://github.com/oasisprotocol/explorer/issues/1372)) + +- Fix account search sometimes returning wrong data on repeated search + ([#1374](https://github.com/oasisprotocol/explorer/issues/1374)) + +### Internal Changes + +- Fix Storybook build + ([#1362](https://github.com/oasisprotocol/explorer/issues/1362)) + +- Simplify converting EVM addresses to oasis1 + ([#1365](https://github.com/oasisprotocol/explorer/issues/1365)) + +- Update dependencies + ([#1335](https://github.com/oasisprotocol/explorer/issues/1335), + [#1339](https://github.com/oasisprotocol/explorer/issues/1339), + [#1341](https://github.com/oasisprotocol/explorer/issues/1341), + [#1342](https://github.com/oasisprotocol/explorer/issues/1342), + [#1350](https://github.com/oasisprotocol/explorer/issues/1350)) + ## 1.9.1 (2024-03-27) ### Bug Fixes and Improvements diff --git a/package.json b/package.json index 77095ef39..f4ed34bd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json", "name": "@oasisprotocol/explorer-frontend", - "version": "1.9.1", + "version": "1.10.0", "private": true, "repository": { "type": "git",