Skip to content

Commit 7042fc0

Browse files
authored
Merge pull request #422 from qubic/main
chore: merge main into dev
2 parents 14d8444 + 8f30e55 commit 7042fc0

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
18+
# [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)
19+
20+
21+
### Bug Fixes
22+
23+
* **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))
24+
* **search:** remove incorrect PayloadAction type annotation ([14d8444](https://github.com/qubic/explorer-frontend/commit/14d84443c79aa53c3652502c1896b0bb856ffe10))
25+
26+
# [1.33.0-rc.1](https://github.com/qubic/explorer-frontend/compare/v1.32.0...v1.33.0-rc.1) (2026-02-05)
27+
28+
29+
### Bug Fixes
30+
31+
* **address:** hide smart contract icon in asset balances ([225bbe2](https://github.com/qubic/explorer-frontend/commit/225bbe2aed972030d0d6d646818d59add9feafe0))
32+
33+
34+
### Features
35+
36+
* **address:** display transaction count with limit indicator ([731254d](https://github.com/qubic/explorer-frontend/commit/731254d3a7f6c6382f9b1998b9204a1e7af5dc20))
37+
* **search:** support searching by exchange, smart contract, and token names ([73175c8](https://github.com/qubic/explorer-frontend/commit/73175c8b81f523ac0f159f96eef089de0a2872d9))
38+
* **tick:** add transaction count label for consistency ([f1de426](https://github.com/qubic/explorer-frontend/commit/f1de426b440d28791e3d53cb57c07c6dbae87c98))
39+
* **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))
40+
141
# [1.32.0](https://github.com/qubic/explorer-frontend/compare/v1.31.2...v1.32.0) (2026-01-30)
242

343

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

0 commit comments

Comments
 (0)