Skip to content

Commit

Permalink
Merge pull request #1574 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Assemble changes for 1.14.0 release
  • Loading branch information
buberdds authored Oct 17, 2024
2 parents 449338c + 8be83ff commit 48a3668
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 20 deletions.
1 change: 0 additions & 1 deletion .changelog/1507.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1537.process.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 1.14.0 (2024-10-17)

### Features

- Display EVM function name in verified contract calls
([#1565](https://github.com/oasisprotocol/explorer/issues/1565))

### Bug Fixes and Improvements

- Remove eth/oasis address toggle
([#1571](https://github.com/oasisprotocol/explorer/issues/1571))

- Retain ETH address in details page for accounts with no EVM transactions
([#1564](https://github.com/oasisprotocol/explorer/issues/1564))

- Make lists with polling and pagination more stable
([#1534](https://github.com/oasisprotocol/explorer/issues/1534))

- Prohibit unknown denominations
([#1546](https://github.com/oasisprotocol/explorer/issues/1546))

- Swap fee and amount columns in txs tables
([#1554](https://github.com/oasisprotocol/explorer/issues/1554))

- Unify layer status labels and icons
([#1561](https://github.com/oasisprotocol/explorer/issues/1561))

- Fix duplicated events cards headers
([#1570](https://github.com/oasisprotocol/explorer/issues/1570))

### Process Changes

- Cloudflare stable preview URLs
([#1537](https://github.com/oasisprotocol/explorer/issues/1537))

### Internal Changes

- Update dependencies
([#1507](https://github.com/oasisprotocol/explorer/issues/1507),
[#1508](https://github.com/oasisprotocol/explorer/issues/1508),
[#1549](https://github.com/oasisprotocol/explorer/issues/1549),
[#1550](https://github.com/oasisprotocol/explorer/issues/1550),
[#1551](https://github.com/oasisprotocol/explorer/issues/1551),
[#1557](https://github.com/oasisprotocol/explorer/issues/1557),
[#1560](https://github.com/oasisprotocol/explorer/issues/1560),
[#1562](https://github.com/oasisprotocol/explorer/issues/1562))

## 1.13.0 (2024-09-18)

### Features
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.13.0",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 48a3668

Please sign in to comment.