Skip to content

Commit 2aabd6c

Browse files
authored
Merge pull request #307 from ckb-devrel/releases/fixs
Merge branch `releases/fixs` into `release`
2 parents cc55944 + 6720369 commit 2aabd6c

42 files changed

Lines changed: 168 additions & 32 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/ccc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ckb-ccc/ccc
22

3+
## 1.1.18
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/eip6963@1.0.26
8+
- @ckb-ccc/joy-id@1.0.26
9+
- @ckb-ccc/nip07@1.0.26
10+
- @ckb-ccc/okx@1.0.26
11+
- @ckb-ccc/rei@1.0.26
12+
- @ckb-ccc/shell@1.1.18
13+
- @ckb-ccc/uni-sat@1.0.26
14+
- @ckb-ccc/utxo-global@1.0.26
15+
- @ckb-ccc/xverse@1.0.26
16+
317
## 1.1.17
418
### Patch Changes
519

packages/ccc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-ccc/ccc",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

packages/ckb-ccc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ckb-ccc
22

3+
## 1.0.26
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.18
8+
39
## 1.0.25
410
### Patch Changes
511

packages/ckb-ccc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ckb-ccc",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

packages/connector-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ckb-ccc/connector-react
22

3+
## 1.0.26
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/connector@1.0.26
8+
39
## 1.0.25
410
### Patch Changes
511

packages/connector-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-ccc/connector-react",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

packages/connector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ckb-ccc/connector
22

3+
## 1.0.26
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.18
8+
39
## 1.0.25
410
### Patch Changes
511

packages/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-ccc/connector",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "CCC - CKBer's Codebase. Common Chains Connector UI",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ckb-ccc/core
22

3+
## 1.11.5
4+
### Patch Changes
5+
6+
7+
8+
- [#306](https://github.com/ckb-devrel/ccc/pull/306) [`cec9b39`](https://github.com/ckb-devrel/ccc/commit/cec9b39345fc37a6ae72c0774059b2e31efc9e89) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): nostr signature verification
9+
10+
11+
12+
- [#304](https://github.com/ckb-devrel/ccc/pull/304) [`c95913f`](https://github.com/ckb-devrel/ccc/commit/c95913f58c889c9d8c0b164014f9917501c11dbc) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): `ccc.mol.codec` decorator
13+
14+
* The runtime will invoke the decorator with 2 arguments, but the decorator expects 1.
15+
* Decorator function return type '...' is not assignable to type '...'
16+
317
## 1.11.4
418
### Patch Changes
519

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-ccc/core",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "Core of CCC - CKBer's Codebase",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)