We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622a19e + ee25251 commit f37feb4Copy full SHA for f37feb4
4 files changed
.changelog/2056.bugfix.md
.changelog/2057.bugfix.md
CHANGELOG.md
@@ -12,6 +12,16 @@ The format is inspired by [Keep a Changelog].
12
13
<!-- TOWNCRIER -->
14
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
25
## 1.23.1 (2025-07-01)
26
27
### Bug Fixes and Improvements
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@oasisprotocol/explorer-frontend",
3
- "version": "1.23.1",
+ "version": "1.23.2",
4
"private": true,
5
"repository": {
6
"type": "git",
0 commit comments