Skip to content

Commit 01ea6c7

Browse files
chore(release): 4.23.1-rc.2
## [4.23.1-rc.2](v4.23.1-rc.1...v4.23.1-rc.2) (2026-01-19) ### Bug Fixes * **ipo:** use correct balance source in getMaxAmount ([6b224ae](6b224ae)) * **ipo:** use walletService.getSeeds() for balance check in place-bid ([6cf236b](6cf236b))
1 parent 1f6c1bf commit 01ea6c7

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.23.1-rc.2](https://github.com/qubic/wallet/compare/v4.23.1-rc.1...v4.23.1-rc.2) (2026-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **ipo:** use correct balance source in getMaxAmount ([6b224ae](https://github.com/qubic/wallet/commit/6b224ae3341a9f4b26e7dbad4fc572dc63505fd9))
7+
* **ipo:** use walletService.getSeeds() for balance check in place-bid ([6cf236b](https://github.com/qubic/wallet/commit/6cf236b374228efe2c6019dd52b1fbda81cd7e3b))
8+
19
## [4.23.1-rc.1](https://github.com/qubic/wallet/compare/v4.23.0...v4.23.1-rc.1) (2026-01-18)
210

311

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

0 commit comments

Comments
 (0)