Skip to content

Commit 3b60347

Browse files
chore(release): 4.24.0
# [4.24.0](v4.23.1...v4.24.0) (2026-01-20) ### Features * sort managing contracts by number of units in grouped assets ([51c0142](51c0142))
1 parent 652e3dc commit 3b60347

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.24.0](https://github.com/qubic/wallet/compare/v4.23.1...v4.24.0) (2026-01-20)
2+
3+
4+
### Features
5+
6+
* sort managing contracts by number of units in grouped assets ([51c0142](https://github.com/qubic/wallet/commit/51c0142d4c606e959b289b0df146e502a1134dd5))
7+
18
## [4.23.1](https://github.com/qubic/wallet/compare/v4.23.0...v4.23.1) (2026-01-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qubic-wallet",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"main": "app.js",
55
"author": "qubic",
66
"description": "Qubic - Wallet - Send Qu's around the globe.",

src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
2-
version: '4.23.1',
2+
version: '4.24.0',
33
production: true,
44
apiQliUrl: 'https://api.qubic.li',
55
apiUrl: 'https://rpc.qubic.org',

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const environment = {
2-
version: '4.23.1',
2+
version: '4.24.0',
33
production: false,
44
apiQliUrl: 'http://localhost:7003',
55
apiUrl: 'http://localhost:7004',

0 commit comments

Comments
 (0)