Skip to content

Commit ed82a88

Browse files
chore(release): 1.34.0-rc.1
# [1.34.0-rc.1](v1.33.0...v1.34.0-rc.1) (2026-02-12) ### Bug Fixes * normalize invalid tab query params on address page ([637ca37](637ca37)) ### Features * display epoch in tick page details ([2f83091](2f83091)) * remove historical tab and all related code from address/tx pages ([ab18c18](ab18c18)) * sync address page tabs with URL search params ([acc90d6](acc90d6)) * sync token category filter with URL search params ([#426](#426)) ([a44d655](a44d655))
1 parent 72d75a7 commit ed82a88

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.34.0-rc.1](https://github.com/qubic/explorer-frontend/compare/v1.33.0...v1.34.0-rc.1) (2026-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* normalize invalid tab query params on address page ([637ca37](https://github.com/qubic/explorer-frontend/commit/637ca3777facd2760a695953dd35d6a9e67129aa))
7+
8+
9+
### Features
10+
11+
* display epoch in tick page details ([2f83091](https://github.com/qubic/explorer-frontend/commit/2f83091413d0e8a8801c3126ddddddff55c78cc5))
12+
* remove historical tab and all related code from address/tx pages ([ab18c18](https://github.com/qubic/explorer-frontend/commit/ab18c18beab337f819ae55a20aa4e9b9fb523bd2))
13+
* sync address page tabs with URL search params ([acc90d6](https://github.com/qubic/explorer-frontend/commit/acc90d6a0f41a818c4edc2cd60abee1a4e5dd52c))
14+
* sync token category filter with URL search params ([#426](https://github.com/qubic/explorer-frontend/issues/426)) ([a44d655](https://github.com/qubic/explorer-frontend/commit/a44d6550772040457d9cdd9fa62b1e6c575c7fad))
15+
116
# [1.33.0](https://github.com/qubic/explorer-frontend/compare/v1.32.0...v1.33.0) (2026-02-06)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer-frontend",
33
"private": true,
4-
"version": "1.33.0",
4+
"version": "1.34.0-rc.1",
55
"type": "module",
66
"engines": {
77
"node": "^20.17.0",

0 commit comments

Comments
 (0)