Skip to content

Commit 4c63c6a

Browse files
committed
chore: update versions and changelogs
1 parent d8c2f80 commit 4c63c6a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.114.1 (2024-03-15)
1+
# 0.114.2 (2024-03-15)
22

33
### CKB Node & Light Client
44

@@ -23,15 +23,15 @@ With optimizations to settings and transaction overviews, Neuron continues to pr
2323

2424
Upgrade now and experience seamless transaction management with Neuron.
2525

26-
[![Neuron@v0.114.1](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y)
26+
[![Neuron@v0.114.2](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y)
2727

2828
---
2929

3030
## Bug fixes
3131

3232
- #3081: fix start-sync confirmation in light client mode.(@yanguoyu)
3333

34-
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.114.0...v0.114.1
34+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.114.0...v0.114.2
3535

3636
# 0.114.0 (2024-03-15)
3737

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.114.1",
3+
"version": "0.114.2",
44
"npmClient": "yarn",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.114.1",
5+
"version": "0.114.2",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.114.1",
3+
"version": "0.114.2",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.114.1",
6+
"version": "0.114.2",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -98,7 +98,7 @@
9898
"electron-builder": "24.9.1",
9999
"electron-devtools-installer": "3.2.0",
100100
"jest-when": "3.6.0",
101-
"neuron-ui": "0.114.1",
101+
"neuron-ui": "0.114.2",
102102
"typescript": "5.3.3"
103103
}
104104
}

0 commit comments

Comments
 (0)