Skip to content

Commit 23df111

Browse files
committed
chore: update versions and changelogs
1 parent 7ca008c commit 23df111

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 0.120.0 (2024-12-13)
2+
3+
### CKB Node & Light Client
4+
5+
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.120.0) was released on Dec. 12th, 2024. This version of CKB node is now bundled and preconfigured in Neuron.
6+
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.4.1) was released on Nov. 13th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron
7+
8+
### Assumed valid target
9+
10+
Block before `0xe1085c7ce8f4e8461ea75afe63ef21d2c1ce6a5d0bf0f0170042bebdd2fbde04`(at height `14,817,366`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3282)
11+
12+
---
13+
14+
## New features
15+
16+
- #3271: Support Arabic, FrCanadian/Belgian in User Interface.(@Natixe)
17+
18+
## New Contributors
19+
20+
- @Natixe made their first contribution in https://github.com/nervosnetwork/neuron/pull/3271
21+
22+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.119.0...v0.120.0
23+
24+
125
# 0.119.0 (2024-12-02)
226

327
### CKB Node & Light Client

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.119.0",
5+
"version": "0.120.0",
66
"npmClient": "yarn",
77
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
88
}

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.119.0",
5+
"version": "0.120.0",
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.119.0",
3+
"version": "0.120.0",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 3 additions & 3 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.119.0",
6+
"version": "0.120.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -47,9 +47,9 @@
4747
"@ckb-lumos/helpers": "0.23.0",
4848
"@ckb-lumos/lumos": "0.23.0",
4949
"@ckb-lumos/rpc": "0.23.0",
50-
"@magickbase/hw-app-ckb": "0.2.0-alpha.0",
5150
"@iarna/toml": "2.2.5",
5251
"@ledgerhq/hw-transport-node-hid": "6.27.22",
52+
"@magickbase/hw-app-ckb": "0.2.0-alpha.0",
5353
"@spore-sdk/core": "0.1.0",
5454
"archiver": "6.0.2",
5555
"async": "3.2.5",
@@ -92,7 +92,7 @@
9292
"electron-builder": "24.9.1",
9393
"electron-devtools-installer": "3.2.0",
9494
"jest-when": "3.6.0",
95-
"neuron-ui": "0.119.0",
95+
"neuron-ui": "0.120.0",
9696
"typescript": "5.3.3"
9797
}
9898
}

0 commit comments

Comments
 (0)