From 8d11c755b35f0148fe2cd82d7cdb6ecabb41a5f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:40:44 +0900 Subject: [PATCH] Version Packages (#708) Co-authored-by: github-actions[bot] --- .changeset/afraid-planes-greet.md | 6 - .changeset/chilly-lies-punch.md | 5 - .changeset/funny-foxes-fetch.md | 5 - .changeset/good-donkeys-speak.md | 5 - .changeset/khaki-brooms-swim.md | 5 - .changeset/lucky-pillows-argue.md | 5 - .changeset/modern-panthers-thank.md | 5 - .changeset/pre.json | 41 ---- .changeset/shaggy-dots-brush.md | 6 - .changeset/silent-mangos-bow.md | 6 - .changeset/tall-toes-sort.md | 5 - .changeset/wet-turtles-double.md | 5 - packages/base/CHANGELOG.md | 12 + packages/base/package.json | 8 +- packages/bi/CHANGELOG.md | 2 + packages/bi/package.json | 2 +- packages/ckb-indexer/CHANGELOG.md | 2 + packages/ckb-indexer/package.json | 14 +- packages/codec/CHANGELOG.md | 6 + packages/codec/package.json | 4 +- packages/common-scripts/CHANGELOG.md | 6 + packages/common-scripts/package.json | 20 +- packages/config-manager/CHANGELOG.md | 6 + packages/config-manager/package.json | 10 +- packages/debugger/CHANGELOG.md | 2 + packages/debugger/package.json | 20 +- packages/e2e-test/CHANGELOG.md | 2 + packages/e2e-test/package.json | 30 +-- packages/experiment-tx-assembler/CHANGELOG.md | 2 + packages/experiment-tx-assembler/package.json | 12 +- packages/hd-cache/CHANGELOG.md | 6 + packages/hd-cache/package.json | 16 +- packages/hd/CHANGELOG.md | 6 + packages/hd/package.json | 6 +- packages/helpers/CHANGELOG.md | 6 + packages/helpers/package.json | 12 +- packages/joyid/CHANGELOG.md | 6 + packages/joyid/package.json | 14 +- packages/light-client/CHANGELOG.md | 2 + packages/light-client/package.json | 10 +- packages/lumos/CHANGELOG.md | 6 + packages/lumos/package.json | 26 +-- packages/molecule/CHANGELOG.md | 2 + packages/molecule/package.json | 8 +- packages/rpc/CHANGELOG.md | 12 + packages/rpc/package.json | 6 +- packages/runner/CHANGELOG.md | 2 + packages/runner/package.json | 4 +- packages/testkit/CHANGELOG.md | 2 + packages/testkit/package.json | 10 +- packages/toolkit/CHANGELOG.md | 2 + packages/toolkit/package.json | 4 +- packages/transaction-manager/CHANGELOG.md | 2 + packages/transaction-manager/package.json | 12 +- packages/utils/CHANGELOG.md | 2 + packages/utils/package.json | 2 +- pnpm-lock.yaml | 206 +++++++++--------- 57 files changed, 324 insertions(+), 327 deletions(-) delete mode 100644 .changeset/afraid-planes-greet.md delete mode 100644 .changeset/chilly-lies-punch.md delete mode 100644 .changeset/funny-foxes-fetch.md delete mode 100644 .changeset/good-donkeys-speak.md delete mode 100644 .changeset/khaki-brooms-swim.md delete mode 100644 .changeset/lucky-pillows-argue.md delete mode 100644 .changeset/modern-panthers-thank.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/shaggy-dots-brush.md delete mode 100644 .changeset/silent-mangos-bow.md delete mode 100644 .changeset/tall-toes-sort.md delete mode 100644 .changeset/wet-turtles-double.md diff --git a/.changeset/afraid-planes-greet.md b/.changeset/afraid-planes-greet.md deleted file mode 100644 index 634e01c95..000000000 --- a/.changeset/afraid-planes-greet.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ckb-lumos/config-manager": minor -"@ckb-lumos/hd": minor ---- - -**BREAKING CHANGE**: remove filesystem support diff --git a/.changeset/chilly-lies-punch.md b/.changeset/chilly-lies-punch.md deleted file mode 100644 index 8a2b8dfbd..000000000 --- a/.changeset/chilly-lies-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/base": minor ---- - -feat: update `TxPoolInfo` structure nervosnetwork/ckb#3894 diff --git a/.changeset/funny-foxes-fetch.md b/.changeset/funny-foxes-fetch.md deleted file mode 100644 index 4b8234687..000000000 --- a/.changeset/funny-foxes-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/base": minor ---- - -feat: update `TransactionWithStatus` structure nervosnetwork/ckb#4108 diff --git a/.changeset/good-donkeys-speak.md b/.changeset/good-donkeys-speak.md deleted file mode 100644 index b305a3cd5..000000000 --- a/.changeset/good-donkeys-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -**BREAKING CHANGE**: update `txPoolInfo` response nervosnetwork/ckb#3894 diff --git a/.changeset/khaki-brooms-swim.md b/.changeset/khaki-brooms-swim.md deleted file mode 100644 index 64998b01e..000000000 --- a/.changeset/khaki-brooms-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/hd-cache": minor ---- - -**BREAKING CHANGE**: replace the loadFromKeystore with loadFromKeystoreJson diff --git a/.changeset/lucky-pillows-argue.md b/.changeset/lucky-pillows-argue.md deleted file mode 100644 index 61d5c7ec0..000000000 --- a/.changeset/lucky-pillows-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -**BREAKING CHANGE**: update `get_transaction` response nervosnetwork/ckb#4108 diff --git a/.changeset/modern-panthers-thank.md b/.changeset/modern-panthers-thank.md deleted file mode 100644 index 52abdce30..000000000 --- a/.changeset/modern-panthers-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/helpers": minor ---- - -feat: refreshTypeIdCellDeps to refresh typeid cell deps diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 2c21602e4..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@ckb-lumos/base": "0.22.2", - "@ckb-lumos/bi": "0.22.2", - "@ckb-lumos/ckb-indexer": "0.22.2", - "@ckb-lumos/codec": "0.22.2", - "@ckb-lumos/common-scripts": "0.22.2", - "@ckb-lumos/config-manager": "0.22.2", - "@ckb-lumos/debugger": "0.22.2", - "@ckb-lumos/e2e-test": "0.22.2", - "@ckb-lumos/experiment-tx-assembler": "0.22.2", - "@ckb-lumos/hd": "0.22.2", - "@ckb-lumos/hd-cache": "0.22.2", - "@ckb-lumos/helpers": "0.22.2", - "@ckb-lumos/light-client": "0.22.2", - "@ckb-lumos/lumos": "0.22.2", - "@ckb-lumos/molecule": "0.22.2", - "@ckb-lumos/rpc": "0.22.2", - "@ckb-lumos/runner": "0.22.2", - "@ckb-lumos/testkit": "0.22.2", - "@ckb-lumos/toolkit": "0.22.2", - "@ckb-lumos/transaction-manager": "0.22.2", - "@ckb-lumos/utils": "0.22.2", - "@ckb-lumos/joyid": "0.22.2" - }, - "changesets": [ - "afraid-planes-greet", - "chilly-lies-punch", - "funny-foxes-fetch", - "good-donkeys-speak", - "khaki-brooms-swim", - "lucky-pillows-argue", - "modern-panthers-thank", - "shaggy-dots-brush", - "silent-mangos-bow", - "tall-toes-sort", - "wet-turtles-double" - ] -} diff --git a/.changeset/shaggy-dots-brush.md b/.changeset/shaggy-dots-brush.md deleted file mode 100644 index 31f2ed3ee..000000000 --- a/.changeset/shaggy-dots-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ckb-lumos/common-scripts": minor -"@ckb-lumos/lumos": minor ---- - -feat: supported omnilock sign with phantom diff --git a/.changeset/silent-mangos-bow.md b/.changeset/silent-mangos-bow.md deleted file mode 100644 index 50dec33b4..000000000 --- a/.changeset/silent-mangos-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ckb-lumos/codec": patch -"@ckb-lumos/base": patch ---- - -fix: correct error message for computeScriptHash diff --git a/.changeset/tall-toes-sort.md b/.changeset/tall-toes-sort.md deleted file mode 100644 index 9a3dd44bd..000000000 --- a/.changeset/tall-toes-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/joyid": minor ---- - -feat: support joyid diff --git a/.changeset/wet-turtles-double.md b/.changeset/wet-turtles-double.md deleted file mode 100644 index 0afc13e11..000000000 --- a/.changeset/wet-turtles-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": patch ---- - -fix: correct CKBRPC.createBatchRequest() types diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index c4a1b8f0a..4b504e77f 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -1,5 +1,17 @@ # @ckb-lumos/base +## 0.23.0 + +### Minor Changes + +- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - feat: update `TxPoolInfo` structure nervosnetwork/ckb#3894 + +- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - feat: update `TransactionWithStatus` structure nervosnetwork/ckb#4108 + +### Patch Changes + +- [#689](https://github.com/ckb-js/lumos/pull/689) [`d483b928df0f09a6bdfcd9a2b98dfccb22adb396`](https://github.com/ckb-js/lumos/commit/d483b928df0f09a6bdfcd9a2b98dfccb22adb396) Thanks [@twhy](https://github.com/twhy)! - fix: correct error message for computeScriptHash + ## 0.23.0-next.1 ### Minor Changes diff --git a/packages/base/package.json b/packages/base/package.json index 0d33c65fa..154755da1 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/base", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Base data structures and utilities used in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -44,9 +44,9 @@ ] }, "dependencies": { - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", "@types/blake2b": "^2.1.0", "@types/lodash.isequal": "^4.5.5", "blake2b": "^2.1.3", diff --git a/packages/bi/CHANGELOG.md b/packages/bi/CHANGELOG.md index fb4007763..d235246b8 100644 --- a/packages/bi/CHANGELOG.md +++ b/packages/bi/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/bi +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/bi/package.json b/packages/bi/package.json index 7bf32d2a8..f62e6aa68 100644 --- a/packages/bi/package.json +++ b/packages/bi/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/bi", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Bigint support in lumos", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", diff --git a/packages/ckb-indexer/CHANGELOG.md b/packages/ckb-indexer/CHANGELOG.md index 69a0bba95..5fe4f65ee 100644 --- a/packages/ckb-indexer/CHANGELOG.md +++ b/packages/ckb-indexer/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/ckb-indexer +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/ckb-indexer/package.json b/packages/ckb-indexer/package.json index 4153e4067..0f7310b4b 100644 --- a/packages/ckb-indexer/package.json +++ b/packages/ckb-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/ckb-indexer", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "CKB Indexer", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,16 +19,16 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", "cross-fetch": "^3.1.5", "events": "^3.3.0" }, "devDependencies": { - "@ckb-lumos/testkit": "0.23.0-next.1", + "@ckb-lumos/testkit": "0.23.0", "@types/lodash.uniqby": "^4.7.7", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", diff --git a/packages/codec/CHANGELOG.md b/packages/codec/CHANGELOG.md index ece48dd91..8678d3171 100644 --- a/packages/codec/CHANGELOG.md +++ b/packages/codec/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/codec +## 0.23.0 + +### Patch Changes + +- [#689](https://github.com/ckb-js/lumos/pull/689) [`d483b928df0f09a6bdfcd9a2b98dfccb22adb396`](https://github.com/ckb-js/lumos/commit/d483b928df0f09a6bdfcd9a2b98dfccb22adb396) Thanks [@twhy](https://github.com/twhy)! - fix: correct error message for computeScriptHash + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/codec/package.json b/packages/codec/package.json index a1ed9f9c9..af41a916f 100644 --- a/packages/codec/package.json +++ b/packages/codec/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/codec", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Make your own molecule binding in JavaScript(TypeScript)", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -28,7 +28,7 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/bi": "0.23.0-next.1" + "@ckb-lumos/bi": "0.23.0" }, "publishConfig": { "access": "public" diff --git a/packages/common-scripts/CHANGELOG.md b/packages/common-scripts/CHANGELOG.md index 057d4248c..06d8364c2 100644 --- a/packages/common-scripts/CHANGELOG.md +++ b/packages/common-scripts/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/common-scripts +## 0.23.0 + +### Minor Changes + +- [#676](https://github.com/ckb-js/lumos/pull/676) [`c37d5b8e79da93be7b9e46102efdd5253a068223`](https://github.com/ckb-js/lumos/commit/c37d5b8e79da93be7b9e46102efdd5253a068223) Thanks [@homura](https://github.com/homura)! - feat: supported omnilock sign with phantom + ## 0.23.0-next.1 ### Minor Changes diff --git a/packages/common-scripts/package.json b/packages/common-scripts/package.json index 89d09dc90..7fc2d2cdc 100644 --- a/packages/common-scripts/package.json +++ b/packages/common-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/common-scripts", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Common script support in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,13 +19,13 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/helpers": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", "bs58": "^5.0.0", "bech32": "^2.0.0", "immutable": "^4.3.0" @@ -55,8 +55,8 @@ ] }, "devDependencies": { - "@ckb-lumos/debugger": "0.23.0-next.1", - "@ckb-lumos/hd": "0.23.0-next.1", + "@ckb-lumos/debugger": "0.23.0", + "@ckb-lumos/hd": "0.23.0", "@types/keccak": "^3.0.1", "@unisat/wallet-sdk": "^1.1.2", "keccak": "^3.0.1", diff --git a/packages/config-manager/CHANGELOG.md b/packages/config-manager/CHANGELOG.md index 77eec9664..89e2475e6 100644 --- a/packages/config-manager/CHANGELOG.md +++ b/packages/config-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/config-manager +## 0.23.0 + +### Minor Changes + +- [#684](https://github.com/ckb-js/lumos/pull/684) [`b70c877497df210bcda6bae80c83ad369cac0764`](https://github.com/ckb-js/lumos/commit/b70c877497df210bcda6bae80c83ad369cac0764) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: remove filesystem support + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/config-manager/package.json b/packages/config-manager/package.json index d8af500fd..c248cf2dd 100644 --- a/packages/config-manager/package.json +++ b/packages/config-manager/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/config-manager", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Config manager for lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -34,10 +34,10 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", "@types/deep-freeze-strict": "^1.1.0", "deep-freeze-strict": "^1.1.1" }, diff --git a/packages/debugger/CHANGELOG.md b/packages/debugger/CHANGELOG.md index 80526da75..22376be58 100644 --- a/packages/debugger/CHANGELOG.md +++ b/packages/debugger/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/debugger +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/debugger/package.json b/packages/debugger/package.json index f14efadd9..d1a4768cd 100644 --- a/packages/debugger/package.json +++ b/packages/debugger/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@ckb-lumos/debugger", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "ckb-standard-debugger wrapper for lumos, check tx without launching a full node", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -21,12 +21,12 @@ "contracts" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/helpers": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", "@types/download": "^8.0.1", "@types/object-hash": "^2.2.1", "debug": "^4.3.4", @@ -35,9 +35,9 @@ "object-hash": "^3.0.0" }, "devDependencies": { - "@ckb-lumos/common-scripts": "0.23.0-next.1", - "@ckb-lumos/experiment-tx-assembler": "0.23.0-next.1", - "@ckb-lumos/hd": "0.23.0-next.1" + "@ckb-lumos/common-scripts": "0.23.0", + "@ckb-lumos/experiment-tx-assembler": "0.23.0", + "@ckb-lumos/hd": "0.23.0" }, "bin": { "download-ckb-debugger": "bin/download-ckb-debugger.js" diff --git a/packages/e2e-test/CHANGELOG.md b/packages/e2e-test/CHANGELOG.md index d16b02e0c..1da43d1b8 100644 --- a/packages/e2e-test/CHANGELOG.md +++ b/packages/e2e-test/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/e2e-test +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index db1bc03d8..e419a6a91 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/e2e-test", - "version": "0.23.0-next.1", + "version": "0.23.0", "private": true, "description": "CKB E2E test", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -30,25 +30,25 @@ ] }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/ckb-indexer": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/common-scripts": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/hd": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1", - "@ckb-lumos/light-client": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", - "@ckb-lumos/runner": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", - "@ckb-lumos/utils": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/ckb-indexer": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/common-scripts": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/hd": "0.23.0", + "@ckb-lumos/helpers": "0.23.0", + "@ckb-lumos/light-client": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", + "@ckb-lumos/runner": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", + "@ckb-lumos/utils": "0.23.0", "@types/kill-port": "^2.0.0", "events": "^3.3.0", "kill-port": "^2.0.1" }, "devDependencies": { - "@ckb-lumos/testkit": "0.23.0-next.1", + "@ckb-lumos/testkit": "0.23.0", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", "find-process": "^1.4.7", diff --git a/packages/experiment-tx-assembler/CHANGELOG.md b/packages/experiment-tx-assembler/CHANGELOG.md index a47209e2b..13b30eb7a 100644 --- a/packages/experiment-tx-assembler/CHANGELOG.md +++ b/packages/experiment-tx-assembler/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/experiment-tx-assembler +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/experiment-tx-assembler/package.json b/packages/experiment-tx-assembler/package.json index 69471449d..d786f13d4 100644 --- a/packages/experiment-tx-assembler/package.json +++ b/packages/experiment-tx-assembler/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/experiment-tx-assembler", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -21,11 +21,11 @@ "access": "public" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1" + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/helpers": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0" }, "repository": { "type": "git", diff --git a/packages/hd-cache/CHANGELOG.md b/packages/hd-cache/CHANGELOG.md index b099c8247..0d952529d 100644 --- a/packages/hd-cache/CHANGELOG.md +++ b/packages/hd-cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/hd-cache +## 0.23.0 + +### Minor Changes + +- [#684](https://github.com/ckb-js/lumos/pull/684) [`b70c877497df210bcda6bae80c83ad369cac0764`](https://github.com/ckb-js/lumos/commit/b70c877497df210bcda6bae80c83ad369cac0764) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: replace the loadFromKeystore with loadFromKeystoreJson + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/hd-cache/package.json b/packages/hd-cache/package.json index cc1ac7f25..27a50adde 100644 --- a/packages/hd-cache/package.json +++ b/packages/hd-cache/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/hd-cache", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "HD wallet cache in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,13 +19,13 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/ckb-indexer": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/hd": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/ckb-indexer": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/hd": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", "immutable": "^4.3.0" }, "devDependencies": { diff --git a/packages/hd/CHANGELOG.md b/packages/hd/CHANGELOG.md index 4ba674cbb..3ebbb26c6 100644 --- a/packages/hd/CHANGELOG.md +++ b/packages/hd/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/hd +## 0.23.0 + +### Minor Changes + +- [#684](https://github.com/ckb-js/lumos/pull/684) [`b70c877497df210bcda6bae80c83ad369cac0764`](https://github.com/ckb-js/lumos/commit/b70c877497df210bcda6bae80c83ad369cac0764) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: remove filesystem support + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/hd/package.json b/packages/hd/package.json index 98eb16421..856fd848b 100644 --- a/packages/hd/package.json +++ b/packages/hd/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/hd", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "HD wallet manager in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,8 +19,8 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", "bn.js": "^5.1.3", "elliptic": "^6.5.4", "scrypt-js": "^3.0.1", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 56688d672..12bddfa57 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/helpers +## 0.23.0 + +### Minor Changes + +- [#687](https://github.com/ckb-js/lumos/pull/687) [`eb5839a3825378fa4970ab3f7af0c1b347c4d352`](https://github.com/ckb-js/lumos/commit/eb5839a3825378fa4970ab3f7af0c1b347c4d352) Thanks [@homura](https://github.com/homura)! - feat: refreshTypeIdCellDeps to refresh typeid cell deps + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 999dad617..f66c2539e 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/helpers", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Helper functions for working with CKB", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -35,11 +35,11 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", "bech32": "^2.0.0", "immutable": "^4.3.0" }, diff --git a/packages/joyid/CHANGELOG.md b/packages/joyid/CHANGELOG.md index fb63f45df..19e62cd3c 100644 --- a/packages/joyid/CHANGELOG.md +++ b/packages/joyid/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/joyid +## 0.23.0 + +### Minor Changes + +- [#659](https://github.com/ckb-js/lumos/pull/659) [`aef7250e4b129da08a22026f38787f5f05356571`](https://github.com/ckb-js/lumos/commit/aef7250e4b129da08a22026f38787f5f05356571) Thanks [@homura](https://github.com/homura)! - feat: support joyid + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/joyid/package.json b/packages/joyid/package.json index cdcb449ea..6a7779fa1 100644 --- a/packages/joyid/package.json +++ b/packages/joyid/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/joyid", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Working with JoyID", "author": "Homura ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,17 +19,17 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/common-scripts": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1" + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/common-scripts": "0.23.0", + "@ckb-lumos/helpers": "0.23.0" }, "peerDependencies": { "@joyid/ckb": "0.0.6" }, "devDependencies": { - "@ckb-lumos/bi": "0.23.0-next.1", + "@ckb-lumos/bi": "0.23.0", "sinon": "^15.0.4" }, "repository": { diff --git a/packages/light-client/CHANGELOG.md b/packages/light-client/CHANGELOG.md index 4aca172d9..c51ab253f 100644 --- a/packages/light-client/CHANGELOG.md +++ b/packages/light-client/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/light-client +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/light-client/package.json b/packages/light-client/package.json index e1e23dc0f..ff333542f 100644 --- a/packages/light-client/package.json +++ b/packages/light-client/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/light-client", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "CKB light client", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -18,14 +18,14 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/ckb-indexer": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/ckb-indexer": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", "cross-fetch": "^3.1.5", "events": "^3.3.0" }, "devDependencies": { - "@ckb-lumos/testkit": "0.23.0-next.1", + "@ckb-lumos/testkit": "0.23.0", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", "jest": "^28.1.3", diff --git a/packages/lumos/CHANGELOG.md b/packages/lumos/CHANGELOG.md index 52bc1709a..5cc3dcfb4 100644 --- a/packages/lumos/CHANGELOG.md +++ b/packages/lumos/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/lumos +## 0.23.0 + +### Minor Changes + +- [#676](https://github.com/ckb-js/lumos/pull/676) [`c37d5b8e79da93be7b9e46102efdd5253a068223`](https://github.com/ckb-js/lumos/commit/c37d5b8e79da93be7b9e46102efdd5253a068223) Thanks [@homura](https://github.com/homura)! - feat: supported omnilock sign with phantom + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/lumos/package.json b/packages/lumos/package.json index 366086934..b8120994b 100644 --- a/packages/lumos/package.json +++ b/packages/lumos/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/lumos", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "A root package for Lumos", "author": "Homura ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -25,18 +25,18 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/ckb-indexer": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/common-scripts": "0.23.0-next.1", - "@ckb-lumos/config-manager": "0.23.0-next.1", - "@ckb-lumos/hd": "0.23.0-next.1", - "@ckb-lumos/helpers": "0.23.0-next.1", - "@ckb-lumos/light-client": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", - "@ckb-lumos/transaction-manager": "0.23.0-next.1" + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/ckb-indexer": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/common-scripts": "0.23.0", + "@ckb-lumos/config-manager": "0.23.0", + "@ckb-lumos/hd": "0.23.0", + "@ckb-lumos/helpers": "0.23.0", + "@ckb-lumos/light-client": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", + "@ckb-lumos/transaction-manager": "0.23.0" }, "publishConfig": { "access": "public" diff --git a/packages/molecule/CHANGELOG.md b/packages/molecule/CHANGELOG.md index b18ccb9bf..0d19b5676 100644 --- a/packages/molecule/CHANGELOG.md +++ b/packages/molecule/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/molecule +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/molecule/package.json b/packages/molecule/package.json index 45bd9461e..1c75a0a1f 100644 --- a/packages/molecule/package.json +++ b/packages/molecule/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/molecule", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Molecule parser for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -48,8 +48,8 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", "@types/moo": "^0.5.9", "@types/nearley": "^2.11.2", "glob": "^10.3.10", @@ -59,7 +59,7 @@ "relative": "^3.0.2" }, "devDependencies": { - "@ckb-lumos/base": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", "jsbi": "^4.1.0" } } diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 90d86c18f..0cc3558b3 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @ckb-lumos/rpc +## 0.23.0 + +### Minor Changes + +- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update `txPoolInfo` response nervosnetwork/ckb#3894 + +- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update `get_transaction` response nervosnetwork/ckb#4108 + +### Patch Changes + +- [#683](https://github.com/ckb-js/lumos/pull/683) [`14ed63325317951d0b5d2b8a25a8898d9a3cb563`](https://github.com/ckb-js/lumos/commit/14ed63325317951d0b5d2b8a25a8898d9a3cb563) Thanks [@twhy](https://github.com/twhy)! - fix: correct CKBRPC.createBatchRequest() types + ## 0.23.0-next.1 ### Minor Changes diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 566c8f5eb..bbb2ceb97 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/rpc", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "RPC module for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -36,8 +36,8 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.5" }, diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index 26fb36ab5..e78f8e908 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/runner +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/runner/package.json b/packages/runner/package.json index 5422b6fb2..4a2e40322 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,7 +1,7 @@ { "name": "@ckb-lumos/runner", "private": true, - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "CKB related binary helper", "homepage": "https://github.com/ckb-js/lumos#readme", "bugs": { @@ -41,7 +41,7 @@ ] }, "dependencies": { - "@ckb-lumos/utils": "0.23.0-next.1", + "@ckb-lumos/utils": "0.23.0", "@ltd/j-toml": "^1.38.0", "@types/detect-port": "^1.3.3", "@types/download": "^8.0.1", diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md index b22ac9505..775ed45c3 100644 --- a/packages/testkit/CHANGELOG.md +++ b/packages/testkit/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/testkit +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/testkit/package.json b/packages/testkit/package.json index 501502301..66d5a907c 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/testkit", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Test toolkit for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -18,10 +18,10 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/bi": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/bi": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", "@types/body-parser": "^1.19.1", "@types/download": "^8.0.1", "@types/express": "^4.17.17", diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index cf0a208d9..e67786ae0 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/toolkit +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 57b8543c9..5cfde3c62 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/toolkit", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "JavaScript toolkits used to build dapps for Nervos CKB", "main": "lib/index.js", "types": "types/index.d.ts", @@ -30,7 +30,7 @@ "access": "public" }, "dependencies": { - "@ckb-lumos/bi": "0.23.0-next.1" + "@ckb-lumos/bi": "0.23.0" }, "devDependencies": { "@babel/plugin-proposal-export-namespace-from": "^7.18.9", diff --git a/packages/transaction-manager/CHANGELOG.md b/packages/transaction-manager/CHANGELOG.md index 51bea9201..262a6adb5 100644 --- a/packages/transaction-manager/CHANGELOG.md +++ b/packages/transaction-manager/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/transaction-manager +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/transaction-manager/package.json b/packages/transaction-manager/package.json index 45b6864ac..d23938480 100644 --- a/packages/transaction-manager/package.json +++ b/packages/transaction-manager/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/transaction-manager", - "version": "0.23.0-next.1", + "version": "0.23.0", "description": "Pending Transactions Manager for lumos", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -35,11 +35,11 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.23.0-next.1", - "@ckb-lumos/codec": "0.23.0-next.1", - "@ckb-lumos/ckb-indexer": "0.23.0-next.1", - "@ckb-lumos/rpc": "0.23.0-next.1", - "@ckb-lumos/toolkit": "0.23.0-next.1", + "@ckb-lumos/base": "0.23.0", + "@ckb-lumos/codec": "0.23.0", + "@ckb-lumos/ckb-indexer": "0.23.0", + "@ckb-lumos/rpc": "0.23.0", + "@ckb-lumos/toolkit": "0.23.0", "immutable": "^4.3.0" }, "publishConfig": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3c8b6556c..99622b79b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckb-lumos/utils +## 0.23.0 + ## 0.23.0-next.1 ## 0.23.0-next.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index 4e565279b..9d8cd7e08 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/utils", - "version": "0.23.0-next.1", + "version": "0.23.0", "private": true, "description": "Common utilities", "homepage": "https://github.com/ckb-js/lumos#readme", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40b68fa4e..3e989cd0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,13 +123,13 @@ importers: packages/base: dependencies: '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit '@types/blake2b': specifier: ^2.1.0 @@ -160,19 +160,19 @@ importers: packages/ckb-indexer: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit cross-fetch: specifier: ^3.1.5 @@ -182,7 +182,7 @@ importers: version: 3.3.0 devDependencies: '@ckb-lumos/testkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../testkit '@types/lodash.uniqby': specifier: ^4.7.7 @@ -209,7 +209,7 @@ importers: packages/codec: dependencies: '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi devDependencies: escape-string-regexp: @@ -222,25 +222,25 @@ importers: packages/common-scripts: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit bech32: specifier: ^2.0.0 @@ -253,10 +253,10 @@ importers: version: 4.3.5 devDependencies: '@ckb-lumos/debugger': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../debugger '@ckb-lumos/hd': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../hd '@types/keccak': specifier: ^3.0.1 @@ -274,16 +274,16 @@ importers: packages/config-manager: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@types/deep-freeze-strict': specifier: ^1.1.0 @@ -295,22 +295,22 @@ importers: packages/debugger: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@types/download': specifier: ^8.0.1 @@ -332,55 +332,55 @@ importers: version: 3.0.0 devDependencies: '@ckb-lumos/common-scripts': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../common-scripts '@ckb-lumos/experiment-tx-assembler': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../experiment-tx-assembler '@ckb-lumos/hd': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../hd packages/e2e-test: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/common-scripts': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../common-scripts '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../hd '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@ckb-lumos/light-client': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../light-client '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@ckb-lumos/runner': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../runner '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit '@ckb-lumos/utils': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../utils '@types/kill-port': specifier: ^2.0.0 @@ -393,7 +393,7 @@ importers: version: 2.0.1 devDependencies: '@ckb-lumos/testkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../testkit '@types/request': specifier: ^2.48.8 @@ -414,28 +414,28 @@ importers: packages/experiment-tx-assembler: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit packages/hd: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi bn.js: specifier: ^5.1.3 @@ -466,25 +466,25 @@ importers: packages/hd-cache: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../hd '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc immutable: specifier: ^4.3.0 @@ -500,19 +500,19 @@ importers: packages/helpers: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit bech32: specifier: ^2.0.0 @@ -524,26 +524,26 @@ importers: packages/joyid: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/common-scripts': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../common-scripts '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@joyid/ckb': specifier: 0.0.6 version: 0.0.6 devDependencies: '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi sinon: specifier: ^15.0.4 @@ -552,13 +552,13 @@ importers: packages/light-client: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/ckb-indexer': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../ckb-indexer '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc cross-fetch: specifier: ^3.1.5 @@ -568,7 +568,7 @@ importers: version: 3.3.0 devDependencies: '@ckb-lumos/testkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../testkit '@types/request': specifier: ^2.48.8 @@ -586,49 +586,49 @@ importers: packages/lumos: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/common-scripts': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../common-scripts '@ckb-lumos/config-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../hd '@ckb-lumos/helpers': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../helpers '@ckb-lumos/light-client': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../light-client '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit '@ckb-lumos/transaction-manager': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../transaction-manager packages/molecule: dependencies: '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@types/moo': specifier: ^0.5.9 @@ -653,7 +653,7 @@ importers: version: 3.0.2 devDependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base jsbi: specifier: ^4.1.0 @@ -662,10 +662,10 @@ importers: packages/rpc: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi abort-controller: specifier: ^3.0.0 @@ -693,7 +693,7 @@ importers: packages/runner: dependencies: '@ckb-lumos/utils': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../utils '@ltd/j-toml': specifier: ^1.38.0 @@ -729,16 +729,16 @@ importers: packages/testkit: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@types/body-parser': specifier: ^1.19.1 @@ -775,7 +775,7 @@ importers: packages/toolkit: dependencies: '@ckb-lumos/bi': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../bi devDependencies: '@babel/plugin-proposal-export-namespace-from': @@ -788,19 +788,19 @@ importers: packages/transaction-manager: dependencies: '@ckb-lumos/base': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../base '@ckb-lumos/ckb-indexer': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.23.0-next.1 + specifier: 0.23.0 version: link:../toolkit immutable: specifier: ^4.3.0