Skip to content

Commit

Permalink
Assemble changes for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Feb 1, 2024
1 parent 7be380d commit 5d6575c
Show file tree
Hide file tree
Showing 32 changed files with 46 additions and 31 deletions.
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/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.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,51 @@ 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))

### 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))

- Hide next/prev block buttons on mobile lists and search results
([#1219](https://github.com/oasisprotocol/explorer/issues/1219))

### 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

0 comments on commit 5d6575c

Please sign in to comment.