From 117d328d819b245e92ac77f801c3ff37858ebb93 Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 23 Nov 2023 16:08:58 +0900 Subject: [PATCH] chore: update versions and changelogs --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++ lerna.json | 2 +- package.json | 2 +- packages/neuron-ui/package.json | 2 +- packages/neuron-wallet/package.json | 4 ++-- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b693e98026..568778f8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 0.112.0 (2023-11-27) + +### CKB Node & Light Client + +- [CKB@v0.112.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.112.1) was released on Nov. 21st, 2023. This version of CKB node is now bundled and preconfigured in Neuron. +- [CKB Light Client@v0.3.1](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.1) was released on Nov. 22nd, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron + +### Assumed valid target + +Block before `0xef2e2f0ee78e8fcf5bb5ad16892a49724e5f2d4fbc2779396e3d6c93100b9275`(at height `11,373,036`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/2955) + +--- + +## New features + +- #2810: Support Spore Protocol.(@homura) +- #2916: Add light client in compatibility table.(@yanguoyu) +- #2926: Refactor switch between light client mainnet and light client testnet to make it more intuitive.(@yanguoyu) + +## Bug fixes + +- #2928: Fix condition of compatibility alert.(@yanguoyu) +- #2935: Fix migration settings.(@yanguoyu) +- #2945: Fix Nervos DAO withdrawal on light client mode.(@homura) +- #2944: Fix requests jam when a synced transaction includes celbase cells.(@yanguoyu) + + +**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.111.1...v0.112.0 + + # 0.111.1 (2023-11-08) ### CKB Node & Light Client diff --git a/lerna.json b/lerna.json index 0284582121..8fd1da0d48 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.111.1", + "version": "0.112.0", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package.json b/package.json index 143b5c5396..4af4b2de5e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "neuron", "productName": "Neuron", "description": "CKB Neuron Wallet", - "version": "0.111.1", + "version": "0.112.0", "private": true, "author": { "name": "Nervos Core Dev", diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index c2a3713dbc..32eb4e8ed6 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -1,6 +1,6 @@ { "name": "neuron-ui", - "version": "0.111.1", + "version": "0.112.0", "private": true, "author": { "name": "Nervos Core Dev", diff --git a/packages/neuron-wallet/package.json b/packages/neuron-wallet/package.json index db9ddb637f..03a5eb3e2c 100644 --- a/packages/neuron-wallet/package.json +++ b/packages/neuron-wallet/package.json @@ -3,7 +3,7 @@ "productName": "Neuron", "description": "CKB Neuron Wallet", "homepage": "https://www.nervos.org/", - "version": "0.111.1", + "version": "0.112.0", "private": true, "author": { "name": "Nervos Core Dev", @@ -97,7 +97,7 @@ "electron-builder": "23.6.0", "electron-devtools-installer": "3.2.0", "jest-when": "3.5.2", - "neuron-ui": "0.111.1", + "neuron-ui": "0.112.0", "typescript": "5.0.4" } }