Skip to content

Commit 6a7cf75

Browse files
chore(release): 4.23.1-rc.1
## [4.23.1-rc.1](v4.23.0...v4.23.1-rc.1) (2026-01-18) ### Bug Fixes * **ipo:** improve UI and remove non-functional repeat button ([d7dc61d](d7dc61d))
1 parent d7dc61d commit 6a7cf75

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.23.1-rc.1](https://github.com/qubic/wallet/compare/v4.23.0...v4.23.1-rc.1) (2026-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **ipo:** improve UI and remove non-functional repeat button ([d7dc61d](https://github.com/qubic/wallet/commit/d7dc61d673d84d3c51478a160521690e23445e9f))
7+
18
# [4.23.0](https://github.com/qubic/wallet/compare/v4.22.0...v4.23.0) (2026-01-07)
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.0",
3+
"version": "4.23.1-rc.1",
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.0',
2+
version: '4.23.1-rc.1',
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.0',
2+
version: '4.23.1-rc.1',
33
production: false,
44
apiQliUrl: 'http://localhost:7003',
55
apiUrl: 'http://localhost:7004',

0 commit comments

Comments
 (0)