Skip to content

Commit 636e9ee

Browse files
authored
Merge pull request #423 from qubic/main
chore: merge main into staging
2 parents c88bd93 + 8f30e55 commit 636e9ee

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.33.0](https://github.com/qubic/explorer-frontend/compare/v1.32.0...v1.33.0) (2026-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **address:** hide smart contract icon in asset balances ([225bbe2](https://github.com/qubic/explorer-frontend/commit/225bbe2aed972030d0d6d646818d59add9feafe0))
7+
* **search:** improve entity search UX and fix race condition ([#419](https://github.com/qubic/explorer-frontend/issues/419)) ([b7ae9dd](https://github.com/qubic/explorer-frontend/commit/b7ae9dd00439c0fe4b182a1830a5742310765eef))
8+
* **search:** remove incorrect PayloadAction type annotation ([14d8444](https://github.com/qubic/explorer-frontend/commit/14d84443c79aa53c3652502c1896b0bb856ffe10))
9+
10+
11+
### Features
12+
13+
* **address:** display transaction count with limit indicator ([731254d](https://github.com/qubic/explorer-frontend/commit/731254d3a7f6c6382f9b1998b9204a1e7af5dc20))
14+
* **search:** support searching by exchange, smart contract, and token names ([73175c8](https://github.com/qubic/explorer-frontend/commit/73175c8b81f523ac0f159f96eef089de0a2872d9))
15+
* **tick:** add transaction count label for consistency ([f1de426](https://github.com/qubic/explorer-frontend/commit/f1de426b440d28791e3d53cb57c07c6dbae87c98))
16+
* **tick:** add transaction filters to tick page ([#414](https://github.com/qubic/explorer-frontend/issues/414)) ([d813096](https://github.com/qubic/explorer-frontend/commit/d8130968b50c7195069991bf554c6c1979d18fd0))
17+
118
# [1.33.0-rc.2](https://github.com/qubic/explorer-frontend/compare/v1.33.0-rc.1...v1.33.0-rc.2) (2026-02-06)
219

320

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-rc.2",
4+
"version": "1.33.0",
55
"type": "module",
66
"engines": {
77
"node": "^20.17.0",

0 commit comments

Comments
 (0)