From a3ede62f7387dfeb916ea172882afcbc599d747a Mon Sep 17 00:00:00 2001 From: RetricSu Date: Wed, 8 Apr 2026 11:59:58 +0800 Subject: [PATCH 1/2] fix(release): revert manual version bump to 0.4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dd29ce..f072412 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@offckb/cli", - "version": "0.4.6", + "version": "0.4.5", "description": "ckb development network for your first try", "author": "CKB EcoFund", "license": "MIT", From 4df36035de2b945ea17bfaee6505b9bd0a433874 Mon Sep 17 00:00:00 2001 From: RetricSu Date: Wed, 8 Apr 2026 12:01:50 +0800 Subject: [PATCH 2/2] chore(release): bump version to 0.4.6 --- .changeset/dry-actors-open.md | 12 ------------ .changeset/fix-privkey-prefix.md | 5 ----- .changeset/vast-ravens-invent.md | 16 ---------------- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 28 insertions(+), 34 deletions(-) delete mode 100644 .changeset/dry-actors-open.md delete mode 100644 .changeset/fix-privkey-prefix.md delete mode 100644 .changeset/vast-ravens-invent.md diff --git a/.changeset/dry-actors-open.md b/.changeset/dry-actors-open.md deleted file mode 100644 index 9912e16..0000000 --- a/.changeset/dry-actors-open.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@offckb/cli': patch ---- - -Upgrade default CKB version from 0.201.0 to 0.205.0 - -CKB v0.205.0 includes: - -- Terminal module for CKB-TUI -- Proxy protocol support -- RPC logs subscription -- Rust toolchain upgrade to 1.92.0 diff --git a/.changeset/fix-privkey-prefix.md b/.changeset/fix-privkey-prefix.md deleted file mode 100644 index a420ec6..0000000 --- a/.changeset/fix-privkey-prefix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@offckb/cli": patch ---- - -fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422) diff --git a/.changeset/vast-ravens-invent.md b/.changeset/vast-ravens-invent.md deleted file mode 100644 index a92722a..0000000 --- a/.changeset/vast-ravens-invent.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@offckb/cli': patch ---- - -fix(create): ensure CKB binary and devnet config before generating scripts - -Fix issue #396 where `offckb create` failed if user hasn't run `offckb node` first. - -**Changes:** - -- Add imports for `installCKBBinary`, `initChainIfNeeded`, and `readSettings` -- Call `installCKBBinary` to download CKB binary if not exists -- Call `initChainIfNeeded` to initialize devnet config if not exists -- Both calls happen before `genSystemScriptsJsonFile` to ensure dependencies are ready - -This makes `offckb create` self-sufficient and doesn't require prior `offckb node` execution. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0440098..4130afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # @offckb/cli +## 0.4.6 + +### Patch Changes + +- a5592dc: Upgrade default CKB version from 0.201.0 to 0.205.0 + + CKB v0.205.0 includes: + + - Terminal module for CKB-TUI + - Proxy protocol support + - RPC logs subscription + - Rust toolchain upgrade to 1.92.0 + +- 8da140d: fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422) +- fb506f4: fix(create): ensure CKB binary and devnet config before generating scripts + + Fix issue #396 where `offckb create` failed if user hasn't run `offckb node` first. + + **Changes:** + + - Add imports for `installCKBBinary`, `initChainIfNeeded`, and `readSettings` + - Call `installCKBBinary` to download CKB binary if not exists + - Call `initChainIfNeeded` to initialize devnet config if not exists + - Both calls happen before `genSystemScriptsJsonFile` to ensure dependencies are ready + + This makes `offckb create` self-sufficient and doesn't require prior `offckb node` execution. + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index f072412..6dd29ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@offckb/cli", - "version": "0.4.5", + "version": "0.4.6", "description": "ckb development network for your first try", "author": "CKB EcoFund", "license": "MIT",