Skip to content

Commit

Permalink
Merge pull request #1375 from oasisprotocol/mz/release
Browse files Browse the repository at this point in the history
 Assemble changes for 1.10.0 release
  • Loading branch information
buberdds authored Apr 11, 2024
2 parents 98bd168 + 734ed2a commit d8dd21c
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 15 deletions.
1 change: 0 additions & 1 deletion .changelog/1335.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1339.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1341.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1342.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1350.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1354.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1361.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1362.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1364.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1365.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1366.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1370.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1372.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1374.bugfix.md

This file was deleted.

36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,42 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8dd21c

Please sign in to comment.