diff --git a/.changelog/1160.trivial.md b/.changelog/1160.trivial.md deleted file mode 100644 index b681e9a47..000000000 --- a/.changelog/1160.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Consensus dashboard account list card diff --git a/.changelog/1190.trivial.md b/.changelog/1190.trivial.md deleted file mode 100644 index ae4045f7a..000000000 --- a/.changelog/1190.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Follow changes on Nexus API diff --git a/.changelog/1191.feature.md b/.changelog/1191.feature.md deleted file mode 100644 index 86721f78a..000000000 --- a/.changelog/1191.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add consensus blocks page and dashboard card diff --git a/.changelog/1198.internal.md b/.changelog/1198.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1198.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1211.internal.md b/.changelog/1211.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1211.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1213.trivial.md b/.changelog/1213.trivial.md deleted file mode 100644 index ea23a5928..000000000 --- a/.changelog/1213.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Add Consensus accounts list page diff --git a/.changelog/1216.internal.md b/.changelog/1216.internal.md deleted file mode 100644 index 787f5708c..000000000 --- a/.changelog/1216.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update dependencies diff --git a/.changelog/1223.trivial.md b/.changelog/1223.trivial.md deleted file mode 100644 index f2cc1d5b2..000000000 --- a/.changelog/1223.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Add transparency to text highlight color diff --git a/.changelog/1227.internal.md b/.changelog/1227.internal.md deleted file mode 100644 index 99043cf0a..000000000 --- a/.changelog/1227.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update gitlint and markdownlint configs diff --git a/.changelog/1228.bugfix.md b/.changelog/1228.bugfix.md deleted file mode 100644 index 70a9007e2..000000000 --- a/.changelog/1228.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix condition for number of transfer in token details diff --git a/.changelog/1230.bugfix.md b/.changelog/1230.bugfix.md deleted file mode 100644 index 1f87850d2..000000000 --- a/.changelog/1230.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Use correct, custom formatter in Age component diff --git a/.changelog/646.feature.md b/.changelog/646.feature.md deleted file mode 100644 index aea2745a2..000000000 --- a/.changelog/646.feature.md +++ /dev/null @@ -1 +0,0 @@ -Highlight matching part in token names in search results diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b2eb8a6..ede56ddee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,31 @@ The format is inspired by [Keep a Changelog]. +## 1.8.0 (2024-02-05) + +### Features + +- Highlight matching part in token names in search results + ([#646](https://github.com/oasisprotocol/explorer/issues/646)) + +### Bug Fixes and Improvements + +- Fix condition for number of transfer in token details + ([#1228](https://github.com/oasisprotocol/explorer/issues/1228)) + +- Use correct, custom formatter in Age component + ([#1230](https://github.com/oasisprotocol/explorer/issues/1230)) + +### Internal Changes + +- Update gitlint and markdownlint configs + ([#1227](https://github.com/oasisprotocol/explorer/issues/1227)) + +- Update dependencies + ([#1198](https://github.com/oasisprotocol/explorer/issues/1198), + [#1211](https://github.com/oasisprotocol/explorer/issues/1211), + [#1216](https://github.com/oasisprotocol/explorer/issues/1216)) + ## 1.7.0 (2024-02-01) ### Features diff --git a/package.json b/package.json index 4ed6b5383..20cd9f5f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json", "name": "@oasisprotocol/explorer-frontend", - "version": "1.7.0", + "version": "1.8.0", "private": true, "repository": { "type": "git",