Skip to content

Commit e61faae

Browse files
chore(release): 4.22.0
# [4.22.0](v4.21.0...v4.22.0) (2025-12-08) ### Bug Fixes * remove reseting number of shares on asset change in transfer rights component ([3d8fef3](3d8fef3)) ### Features * 184 enable release transfer rights for assets ([#185](#185)) ([103d6b6](103d6b6)) * enable transfer rights enhancement ([#186](#186)) ([4b68ba5](4b68ba5))
1 parent adc0c2b commit e61faae

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.22.0](https://github.com/qubic/wallet/compare/v4.21.0...v4.22.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* remove reseting number of shares on asset change in transfer rights component ([3d8fef3](https://github.com/qubic/wallet/commit/3d8fef3f4dab68131eab0ccb168f75209c55cf6f))
7+
8+
9+
### Features
10+
11+
* 184 enable release transfer rights for assets ([#185](https://github.com/qubic/wallet/issues/185)) ([103d6b6](https://github.com/qubic/wallet/commit/103d6b65303d19d0933d2edc82792e6d67863e10))
12+
* enable transfer rights enhancement ([#186](https://github.com/qubic/wallet/issues/186)) ([4b68ba5](https://github.com/qubic/wallet/commit/4b68ba594e955f82b0e191bd19bd505ecf70648c))
13+
114
# [4.22.0-rc.1](https://github.com/qubic/wallet/compare/v4.21.0...v4.22.0-rc.1) (2025-12-08)
215

316

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.22.0-rc.1",
3+
"version": "4.22.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.22.0-rc.1',
2+
version: '4.22.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.22.0-rc.1',
2+
version: '4.22.0',
33
production: false,
44
apiQliUrl: 'http://localhost:7003',
55
apiUrl: 'http://localhost:7004',

0 commit comments

Comments
 (0)