Skip to content

Commit 72906ab

Browse files
authored
Merge pull request #1231 from oasisprotocol/release
Assemble changes for 1.8.0 release
2 parents 132a62d + 103c8cf commit 72906ab

14 files changed

+26
-13
lines changed

.changelog/1160.trivial.md

-1
This file was deleted.

.changelog/1190.trivial.md

-1
This file was deleted.

.changelog/1191.feature.md

-1
This file was deleted.

.changelog/1198.internal.md

-1
This file was deleted.

.changelog/1211.internal.md

-1
This file was deleted.

.changelog/1213.trivial.md

-1
This file was deleted.

.changelog/1216.internal.md

-1
This file was deleted.

.changelog/1223.trivial.md

-1
This file was deleted.

.changelog/1227.internal.md

-1
This file was deleted.

.changelog/1228.bugfix.md

-1
This file was deleted.

.changelog/1230.bugfix.md

-1
This file was deleted.

.changelog/646.feature.md

-1
This file was deleted.

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.8.0 (2024-02-05)
16+
17+
### Features
18+
19+
- Highlight matching part in token names in search results
20+
([#646](https://github.com/oasisprotocol/explorer/issues/646))
21+
22+
### Bug Fixes and Improvements
23+
24+
- Fix condition for number of transfer in token details
25+
([#1228](https://github.com/oasisprotocol/explorer/issues/1228))
26+
27+
- Use correct, custom formatter in Age component
28+
([#1230](https://github.com/oasisprotocol/explorer/issues/1230))
29+
30+
### Internal Changes
31+
32+
- Update gitlint and markdownlint configs
33+
([#1227](https://github.com/oasisprotocol/explorer/issues/1227))
34+
35+
- Update dependencies
36+
([#1198](https://github.com/oasisprotocol/explorer/issues/1198),
37+
[#1211](https://github.com/oasisprotocol/explorer/issues/1211),
38+
[#1216](https://github.com/oasisprotocol/explorer/issues/1216))
39+
1540
## 1.7.0 (2024-02-01)
1641

1742
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
33
"name": "@oasisprotocol/explorer-frontend",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"private": true,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)