Skip to content

Commit

Permalink
Merge pull request #1181 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Assemble changes for 1.6.0 release
  • Loading branch information
buberdds authored Jan 25, 2024
2 parents 7a6d25c + 4a1608d commit a8889c6
Show file tree
Hide file tree
Showing 33 changed files with 59 additions and 34 deletions.
1 change: 0 additions & 1 deletion .changelog/1066.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1174.breaking.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/1177.trivial.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 1.6.0 (2024-01-24)

### Features

- Add NFT instance token transfers tab
([#1066](https://github.com/oasisprotocol/explorer/issues/1066))

- Create pie chart component
([#1115](https://github.com/oasisprotocol/explorer/issues/1115))

- Simplify UI: remove event filtering switch
([#1174](https://github.com/oasisprotocol/explorer/issues/1174))

### Bug Fixes and Improvements

- Handle NFT image loading errors
([#1147](https://github.com/oasisprotocol/explorer/issues/1147))

- Do not change runtime to Emerald when switching network
([#1152](https://github.com/oasisprotocol/explorer/issues/1152))

### Internal Changes

- Switch to staging API
([#1173](https://github.com/oasisprotocol/explorer/issues/1173))

- Simplify search scopes and fix search on error pages
([#1159](https://github.com/oasisprotocol/explorer/issues/1159))
- Update dependency date-fns to v3.2.0
([#1132](https://github.com/oasisprotocol/explorer/issues/1132))

- Update TypeScript type definitions
([#1136](https://github.com/oasisprotocol/explorer/issues/1136))

- Update lint dependencies
([#1137](https://github.com/oasisprotocol/explorer/issues/1137),
[#1150](https://github.com/oasisprotocol/explorer/issues/1150),
[#1153](https://github.com/oasisprotocol/explorer/issues/1153))

- Update dependency recharts to v2.10.4
([#1140](https://github.com/oasisprotocol/explorer/issues/1140))

- Update material-ui monorepo
([#1143](https://github.com/oasisprotocol/explorer/issues/1143),
[#1158](https://github.com/oasisprotocol/explorer/issues/1158))

- Update dependency react-router-dom to v6.21.2
([#1148](https://github.com/oasisprotocol/explorer/issues/1148))

- Update storybook dependencies to v7.6.10
([#1149](https://github.com/oasisprotocol/explorer/issues/1149))

- Update dependency ethers to ^6.10.0
([#1151](https://github.com/oasisprotocol/explorer/issues/1151))

- Update test dependencies
([#1156](https://github.com/oasisprotocol/explorer/issues/1156))

## 1.5.0 (2024-01-09)

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

0 comments on commit a8889c6

Please sign in to comment.