Skip to content

Commit f37feb4

Browse files
authored
Merge pull request #2058 from oasisprotocol/release
Assemble changes for 1.23.2 release
2 parents 622a19e + ee25251 commit f37feb4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.changelog/2056.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2057.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.23.2 (2025-07-01)
16+
17+
### Bug Fixes and Improvements
18+
19+
- Quick fix for mobile opening screen on TestNet
20+
([#2056](https://github.com/oasisprotocol/explorer/issues/2056))
21+
22+
- Fix color of info button on mobile opening screen
23+
([#2057](https://github.com/oasisprotocol/explorer/issues/2057))
24+
1525
## 1.23.1 (2025-07-01)
1626

1727
### Bug Fixes and Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oasisprotocol/explorer-frontend",
3-
"version": "1.23.1",
3+
"version": "1.23.2",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)