Skip to content

Commit e2affda

Browse files
committed
chore: update versions and changelogs
1 parent 421a51a commit e2affda

File tree

5 files changed

+36
-12
lines changed

5 files changed

+36
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.119.0 (2024-12-02)
2+
3+
### CKB Node & Light Client
4+
5+
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.119.0) was released on Oct. 25th, 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 `0x7488acf2280ebf5b83c805a517f766eab77f45cd51f61476811d1ce96a60ea71`(at height `14,687,217`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3268)
11+
12+
---
13+
14+
## Bug fixes
15+
16+
- #3239: Fix abnormal display of remaining time of Nervos DAO.(@devchenyan)
17+
- #3246: Use the median fee rate instead of the average as a more appropriate reference for fee rate.(@yanguoyu)
18+
19+
20+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.117.0...v0.119.0
21+
22+
123
# 0.117.0 (2024-08-12)
224

325
### CKB Node & Light Client

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.117.0",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.119.0",
46
"npmClient": "yarn",
57
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
68
}

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.117.0",
5+
"version": "0.119.0",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.117.0",
3+
"version": "0.119.0",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",
@@ -47,15 +47,15 @@
4747
"displayName": "UI Tests"
4848
},
4949
"dependencies": {
50-
"@ckb-lumos/lumos": "0.23.0",
51-
"@ckb-lumos/bi": "0.23.0",
52-
"@ckb-lumos/rpc": "0.23.0",
5350
"@ckb-lumos/base": "0.23.0",
51+
"@ckb-lumos/bi": "0.23.0",
5452
"@ckb-lumos/codec": "0.23.0",
53+
"@ckb-lumos/common-scripts": "0.23.0",
54+
"@ckb-lumos/config-manager": "0.23.0",
5555
"@ckb-lumos/hd": "0.23.0",
5656
"@ckb-lumos/helpers": "0.23.0",
57-
"@ckb-lumos/config-manager": "0.23.0",
58-
"@ckb-lumos/common-scripts": "0.23.0",
57+
"@ckb-lumos/lumos": "0.23.0",
58+
"@ckb-lumos/rpc": "0.23.0",
5959
"canvg": "2.0.0",
6060
"i18next": "23.7.11",
6161
"immer": "9.0.21",

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.117.0",
6+
"version": "0.119.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -45,8 +45,8 @@
4545
"@ckb-lumos/base": "0.23.0",
4646
"@ckb-lumos/ckb-indexer": "0.23.0",
4747
"@ckb-lumos/helpers": "0.23.0",
48-
"@ckb-lumos/rpc": "0.23.0",
4948
"@ckb-lumos/lumos": "0.23.0",
49+
"@ckb-lumos/rpc": "0.23.0",
5050
"@iarna/toml": "2.2.5",
5151
"@ledgerhq/hw-transport-node-hid": "6.27.22",
5252
"@spore-sdk/core": "0.1.0",
@@ -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.117.0",
95+
"neuron-ui": "0.119.0",
9696
"typescript": "5.3.3"
9797
}
9898
}

0 commit comments

Comments
 (0)