diff --git a/.changeset/crazy-doodles-slide.md b/.changeset/crazy-doodles-slide.md deleted file mode 100644 index e02ebcc1..00000000 --- a/.changeset/crazy-doodles-slide.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"@ckb-ccc/connector-react": patch -"@ckb-ccc/lumos-patches": patch -"@ckb-ccc/utxo-global": patch -"@ckb-ccc/connector": patch -"ckb-ccc": patch -"@ckb-ccc/eip6963": patch -"@ckb-ccc/uni-sat": patch -"@ckb-ccc/joy-id": patch -"@ckb-ccc/xverse": patch -"@ckb-ccc/nip07": patch -"@ckb-ccc/shell": patch -"@ckb-ccc/spore": patch -"@ckb-ccc/core": patch -"@ckb-ccc/ssri": patch -"@ckb-ccc/ccc": patch -"@ckb-ccc/okx": patch -"@ckb-ccc/rei": patch -"@ckb-ccc/udt": patch ---- - -chore(deps): bump dependency version with `--latest` - diff --git a/.changeset/nice-dingos-post.md b/.changeset/nice-dingos-post.md deleted file mode 100644 index ea85022a..00000000 --- a/.changeset/nice-dingos-post.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@ckb-ccc/core": minor ---- - -feat(core): `messageHashBtcEcdsa` - -Removed dependency on outdated `bitcoinjs-message`. - \ No newline at end of file diff --git a/.changeset/old-eagles-bake.md b/.changeset/old-eagles-bake.md deleted file mode 100644 index 70b9e8d4..00000000 --- a/.changeset/old-eagles-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ckb-ccc/core": patch ---- - -feat(core): default `Signer.prepareTransaction` - \ No newline at end of file diff --git a/.changeset/salty-apples-check.md b/.changeset/salty-apples-check.md deleted file mode 100644 index 4e6c19b5..00000000 --- a/.changeset/salty-apples-check.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ckb-ccc/core": minor -"@ckb-ccc/ssri": patch ---- - -feat(core): add `CellAny` - -It's definitely a mistake to name `CellOnChain` `Cell`, but there is nothing we can do with that right now. To avoid more duplicate code, `CellAny` was added to represent a cell that's on-chain or off-chain. - diff --git a/packages/ccc/CHANGELOG.md b/packages/ccc/CHANGELOG.md index 19c73f2b..b88f0a95 100644 --- a/packages/ccc/CHANGELOG.md +++ b/packages/ccc/CHANGELOG.md @@ -1,5 +1,23 @@ # @ckb-ccc/ccc +## 1.1.19 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437)]: + - @ckb-ccc/utxo-global@1.0.27 + - @ckb-ccc/eip6963@1.0.27 + - @ckb-ccc/uni-sat@1.0.27 + - @ckb-ccc/joy-id@1.0.27 + - @ckb-ccc/xverse@1.0.27 + - @ckb-ccc/nip07@1.0.27 + - @ckb-ccc/shell@1.1.19 + - @ckb-ccc/okx@1.0.27 + - @ckb-ccc/rei@1.0.27 + ## 1.1.18 ### Patch Changes diff --git a/packages/ccc/package.json b/packages/ccc/package.json index 1b6edf80..a3443f61 100644 --- a/packages/ccc/package.json +++ b/packages/ccc/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/ccc", - "version": "1.1.18", + "version": "1.1.19", "description": "CCC - CKBer's Codebase. Common Chains Connector.", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/ckb-ccc/CHANGELOG.md b/packages/ckb-ccc/CHANGELOG.md index dc51b290..c07fd7ce 100644 --- a/packages/ckb-ccc/CHANGELOG.md +++ b/packages/ckb-ccc/CHANGELOG.md @@ -1,5 +1,15 @@ # ckb-ccc +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437)]: + - @ckb-ccc/ccc@1.1.19 + ## 1.0.26 ### Patch Changes diff --git a/packages/ckb-ccc/package.json b/packages/ckb-ccc/package.json index 3c9733f4..9b8c0ab0 100644 --- a/packages/ckb-ccc/package.json +++ b/packages/ckb-ccc/package.json @@ -1,6 +1,6 @@ { "name": "ckb-ccc", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector.", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/connector-react/CHANGELOG.md b/packages/connector-react/CHANGELOG.md index 65b69358..16a4f84b 100644 --- a/packages/connector-react/CHANGELOG.md +++ b/packages/connector-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/connector-react +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437)]: + - @ckb-ccc/connector@1.0.27 + ## 1.0.26 ### Patch Changes diff --git a/packages/connector-react/package.json b/packages/connector-react/package.json index 7a5e8879..aca9add4 100644 --- a/packages/connector-react/package.json +++ b/packages/connector-react/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/connector-react", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index 6949ad5d..1697dbda 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/connector +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437)]: + - @ckb-ccc/ccc@1.1.19 + ## 1.0.26 ### Patch Changes diff --git a/packages/connector/package.json b/packages/connector/package.json index 3f7641f2..74fa63b8 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/connector", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector UI", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b2b29845..fdec10cc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,29 @@ # @ckb-ccc/core +## 1.12.0 +### Minor Changes + + + +- [#308](https://github.com/ckb-devrel/ccc/pull/308) [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat(core): `messageHashBtcEcdsa` + + Removed dependency on outdated `bitcoinjs-message`. + + +- [#308](https://github.com/ckb-devrel/ccc/pull/308) [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat(core): add `CellAny` + + It's definitely a mistake to name `CellOnChain` `Cell`, but there is nothing we can do with that right now. To avoid more duplicate code, `CellAny` was added to represent a cell that's on-chain or off-chain. + +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + + + +- [#308](https://github.com/ckb-devrel/ccc/pull/308) [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat(core): default `Signer.prepareTransaction` + ## 1.11.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ec36fd12..38af40b1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/core", - "version": "1.11.5", + "version": "1.12.0", "description": "Core of CCC - CKBer's Codebase", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/eip6963/CHANGELOG.md b/packages/eip6963/CHANGELOG.md index aadeac3b..41d5c271 100644 --- a/packages/eip6963/CHANGELOG.md +++ b/packages/eip6963/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/eip6963 +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/eip6963/package.json b/packages/eip6963/package.json index 7348261e..19d182f5 100644 --- a/packages/eip6963/package.json +++ b/packages/eip6963/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/eip6963", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for EIP6963", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/joy-id/CHANGELOG.md b/packages/joy-id/CHANGELOG.md index 8ad9711f..fce8651a 100644 --- a/packages/joy-id/CHANGELOG.md +++ b/packages/joy-id/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/joy-id +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/joy-id/package.json b/packages/joy-id/package.json index afb333fb..49dd3286 100644 --- a/packages/joy-id/package.json +++ b/packages/joy-id/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/joy-id", - "version": "1.0.26", + "version": "1.0.27", "description": "Connector's support for JoyID", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/lumos-patches/CHANGELOG.md b/packages/lumos-patches/CHANGELOG.md index 360ed5b8..0771a912 100644 --- a/packages/lumos-patches/CHANGELOG.md +++ b/packages/lumos-patches/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/lumos-patches +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/lumos-patches/package.json b/packages/lumos-patches/package.json index be42c5f9..1b56162f 100644 --- a/packages/lumos-patches/package.json +++ b/packages/lumos-patches/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/lumos-patches", - "version": "1.0.26", + "version": "1.0.27", "description": "Patches for using Lumos with CCC", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/nip07/CHANGELOG.md b/packages/nip07/CHANGELOG.md index af773969..57ea490a 100644 --- a/packages/nip07/CHANGELOG.md +++ b/packages/nip07/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/nip07 +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/nip07/package.json b/packages/nip07/package.json index 47381884..467246e3 100644 --- a/packages/nip07/package.json +++ b/packages/nip07/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/nip07", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for NIP07", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/okx/CHANGELOG.md b/packages/okx/CHANGELOG.md index 628e75f7..4301d6d8 100644 --- a/packages/okx/CHANGELOG.md +++ b/packages/okx/CHANGELOG.md @@ -1,5 +1,17 @@ # @ckb-ccc/okx +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/uni-sat@1.0.27 + - @ckb-ccc/nip07@1.0.27 + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/okx/package.json b/packages/okx/package.json index 2b56ac1c..79fd4ccf 100644 --- a/packages/okx/package.json +++ b/packages/okx/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/okx", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for OKX", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/rei/CHANGELOG.md b/packages/rei/CHANGELOG.md index 6fce204d..ffc71aad 100644 --- a/packages/rei/CHANGELOG.md +++ b/packages/rei/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/rei +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/rei/package.json b/packages/rei/package.json index d36f1290..81211e6a 100644 --- a/packages/rei/package.json +++ b/packages/rei/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/rei", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for Rei", "license": "MIT", "private": false, diff --git a/packages/shell/CHANGELOG.md b/packages/shell/CHANGELOG.md index fedbbaf0..edbaddda 100644 --- a/packages/shell/CHANGELOG.md +++ b/packages/shell/CHANGELOG.md @@ -1,5 +1,18 @@ # @ckb-ccc/shell +## 1.1.19 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/spore@1.5.11 + - @ckb-ccc/core@1.12.0 + - @ckb-ccc/ssri@0.2.17 + - @ckb-ccc/udt@0.1.19 + ## 1.1.18 ### Patch Changes diff --git a/packages/shell/package.json b/packages/shell/package.json index 88812c70..b619c1f7 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/shell", - "version": "1.1.18", + "version": "1.1.19", "description": "Backend Shell of CCC - CKBer's Codebase. Common Chains Connector.", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/spore/CHANGELOG.md b/packages/spore/CHANGELOG.md index 180d2ecd..106e1f7e 100644 --- a/packages/spore/CHANGELOG.md +++ b/packages/spore/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/spore +## 1.5.11 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.5.10 ### Patch Changes diff --git a/packages/spore/package.json b/packages/spore/package.json index 97bfd89f..8239c768 100644 --- a/packages/spore/package.json +++ b/packages/spore/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/spore", - "version": "1.5.10", + "version": "1.5.11", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for Spore protocol", "author": "ashuralyk ", "license": "MIT", diff --git a/packages/ssri/CHANGELOG.md b/packages/ssri/CHANGELOG.md index af6000c3..3aad0a77 100644 --- a/packages/ssri/CHANGELOG.md +++ b/packages/ssri/CHANGELOG.md @@ -1,5 +1,20 @@ # @ckb-ccc/ssri +## 0.2.17 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + + + +- [#308](https://github.com/ckb-devrel/ccc/pull/308) [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat(core): add `CellAny` + + It's definitely a mistake to name `CellOnChain` `Cell`, but there is nothing we can do with that right now. To avoid more duplicate code, `CellAny` was added to represent a cell that's on-chain or off-chain. +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 0.2.16 ### Patch Changes diff --git a/packages/ssri/package.json b/packages/ssri/package.json index 32bc20e1..6a0fc054 100644 --- a/packages/ssri/package.json +++ b/packages/ssri/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/ssri", - "version": "0.2.16", + "version": "0.2.17", "description": "SSRI", "author": "Alive24 ", "license": "MIT", diff --git a/packages/udt/CHANGELOG.md b/packages/udt/CHANGELOG.md index f203d19d..e6ca9139 100644 --- a/packages/udt/CHANGELOG.md +++ b/packages/udt/CHANGELOG.md @@ -1,5 +1,16 @@ # @ckb-ccc/udt +## 0.1.19 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + - @ckb-ccc/ssri@0.2.17 + ## 0.1.18 ### Patch Changes diff --git a/packages/udt/package.json b/packages/udt/package.json index 5ed92a20..65d23be6 100644 --- a/packages/udt/package.json +++ b/packages/udt/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/udt", - "version": "0.1.18", + "version": "0.1.19", "description": "UDT", "author": "Alive24 ", "license": "MIT", diff --git a/packages/uni-sat/CHANGELOG.md b/packages/uni-sat/CHANGELOG.md index 7bfb0348..2b24a812 100644 --- a/packages/uni-sat/CHANGELOG.md +++ b/packages/uni-sat/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/uni-sat +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/uni-sat/package.json b/packages/uni-sat/package.json index bb84cf3d..8f4f752a 100644 --- a/packages/uni-sat/package.json +++ b/packages/uni-sat/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/uni-sat", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for UniSat", "author": "Hanssen0 ", "license": "MIT", diff --git a/packages/utxo-global/CHANGELOG.md b/packages/utxo-global/CHANGELOG.md index 408ed850..161a4c61 100644 --- a/packages/utxo-global/CHANGELOG.md +++ b/packages/utxo-global/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/utxo-global +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/utxo-global/package.json b/packages/utxo-global/package.json index 5f197a55..8dd4fb02 100644 --- a/packages/utxo-global/package.json +++ b/packages/utxo-global/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/utxo-global", - "version": "1.0.26", + "version": "1.0.27", "description": "Common Chains Connector's support for UTXO Global", "author": "Trong Dinh ", "license": "MIT", diff --git a/packages/xverse/CHANGELOG.md b/packages/xverse/CHANGELOG.md index 77574e77..47baeed9 100644 --- a/packages/xverse/CHANGELOG.md +++ b/packages/xverse/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-ccc/xverse +## 1.0.27 +### Patch Changes + + + +- [`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437) Thanks [@Hanssen0](https://github.com/Hanssen0)! - chore(deps): bump dependency version with `--latest` + +- Updated dependencies [[`518ac9d`](https://github.com/ckb-devrel/ccc/commit/518ac9d5773c9846f16b23702d4a000a36a55437), [`12c1e6b`](https://github.com/ckb-devrel/ccc/commit/12c1e6b751de220898ed94998027c7cf07c7a7dc), [`d382469`](https://github.com/ckb-devrel/ccc/commit/d382469ffca7934f19d0156af6939d7794808265), [`50b5537`](https://github.com/ckb-devrel/ccc/commit/50b553715f150ca7c68a661c7cbf8696ec674846)]: + - @ckb-ccc/core@1.12.0 + ## 1.0.26 ### Patch Changes diff --git a/packages/xverse/package.json b/packages/xverse/package.json index f0fd9e2d..7d7345a0 100644 --- a/packages/xverse/package.json +++ b/packages/xverse/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-ccc/xverse", - "version": "1.0.26", + "version": "1.0.27", "description": "CCC - CKBer's Codebase. Common Chains Connector's support for Xverse", "author": "Hanssen0 ", "license": "MIT",