Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble changes for 1.7.0 release #1217

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changelog/1144.trivial.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 1.7.0 (2024-02-01)

### Features

- In block details, add prev and next buttons
([#1178](https://github.com/oasisprotocol/explorer/issues/1178),
[#1219](https://github.com/oasisprotocol/explorer/issues/1219))

### Bug Fixes and Improvements

- Fix Safari buggy display of block fill
([#1186](https://github.com/oasisprotocol/explorer/issues/1186))

- Show view all link only for ERC721 tokens
([#1210](https://github.com/oasisprotocol/explorer/issues/1210))

- Stop using mainnet block gas limit on testnet
([#1215](https://github.com/oasisprotocol/explorer/issues/1215))

### Internal Changes

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

- Update Testnet Sapphire block gas limit
([#1182](https://github.com/oasisprotocol/explorer/issues/1182))

- Group all renovate dependency updates under on Changelog entry
([#1184](https://github.com/oasisprotocol/explorer/issues/1184))

- Update dependencies
([#1162](https://github.com/oasisprotocol/explorer/issues/1162),
[#1163](https://github.com/oasisprotocol/explorer/issues/1163),
[#1166](https://github.com/oasisprotocol/explorer/issues/1166),
[#1167](https://github.com/oasisprotocol/explorer/issues/1167),
[#1169](https://github.com/oasisprotocol/explorer/issues/1169),
[#1171](https://github.com/oasisprotocol/explorer/issues/1171),
[#1180](https://github.com/oasisprotocol/explorer/issues/1180),
[#1183](https://github.com/oasisprotocol/explorer/issues/1183),
[#1187](https://github.com/oasisprotocol/explorer/issues/1187),
[#1188](https://github.com/oasisprotocol/explorer/issues/1188),
[#1195](https://github.com/oasisprotocol/explorer/issues/1195))

## 1.6.0 (2024-01-24)

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