Skip to content

Commit

Permalink
Merge pull request #1139 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Assemble changes for 1.5.0 release
  • Loading branch information
buberdds committed Jan 10, 2024
2 parents 3d095e7 + 5516090 commit 3460c6d
Show file tree
Hide file tree
Showing 32 changed files with 83 additions and 31 deletions.
1 change: 0 additions & 1 deletion .changelog/1082.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 1.5.0 (2024-01-09)

### Features

- Support advertising specific dApps on relevant token pages
([#1085](https://github.com/oasisprotocol/explorer/issues/1085))

- Add icons and display appropriate fields for new event types
([#1082](https://github.com/oasisprotocol/explorer/issues/1082))

### Bug Fixes and Improvements

- Fix owner link formatting in NFT gallery
([#1109](https://github.com/oasisprotocol/explorer/issues/1109))

- Handle missing data when displaying token transfers
([#1126](https://github.com/oasisprotocol/explorer/issues/1126))

### Internal Changes

- Use theme to capitalize all buttons
([#966](https://github.com/oasisprotocol/explorer/issues/966))

- Add TypeScript type definitions group to Renovate bot config
([#1099](https://github.com/oasisprotocol/explorer/issues/1099))

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

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

- Update actions/upload-artifact action to v4
([#1102](https://github.com/oasisprotocol/explorer/issues/1102))

- Update storybook dependencies
([#1103](https://github.com/oasisprotocol/explorer/issues/1103),
[#1112](https://github.com/oasisprotocol/explorer/issues/1112),
[#1128](https://github.com/oasisprotocol/explorer/issues/1128))

- Update lint dependencies
([#1104](https://github.com/oasisprotocol/explorer/issues/1104),
[#1108](https://github.com/oasisprotocol/explorer/issues/1108),
[#1117](https://github.com/oasisprotocol/explorer/issues/1117),
[#1120](https://github.com/oasisprotocol/explorer/issues/1120))

- Update i18next dependencies
([#1101](https://github.com/oasisprotocol/explorer/issues/1101),
[#1125](https://github.com/oasisprotocol/explorer/issues/1125),
[#1116](https://github.com/oasisprotocol/explorer/issues/1116))

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

- Update dependency axios to v1.6.4
([#1123](https://github.com/oasisprotocol/explorer/issues/1123))

- Update dependency axios to v1.6.5
([#1135](https://github.com/oasisprotocol/explorer/issues/1135))

- Update dependency date-fns to v3
([#1106](https://github.com/oasisprotocol/explorer/issues/1106))

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

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

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

- Update dependency @emotion/react to v11.11.3
([#1119](https://github.com/oasisprotocol/explorer/issues/1119))

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

- Update parcel monorepo to v2.11.0
([#1130](https://github.com/oasisprotocol/explorer/issues/1130))

## 1.4.0 (2023-12-14)

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

0 comments on commit 3460c6d

Please sign in to comment.