Skip to content

Commit 98e06ca

Browse files
committed
Merge branch release into master
2 parents 1070a7e + ea678f8 commit 98e06ca

37 files changed

+142
-19
lines changed

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.21
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/eip6963@1.0.29
8+
- @ckb-ccc/joy-id@1.0.29
9+
- @ckb-ccc/nip07@1.0.29
10+
- @ckb-ccc/okx@1.0.29
11+
- @ckb-ccc/rei@1.0.29
12+
- @ckb-ccc/shell@1.1.21
13+
- @ckb-ccc/uni-sat@1.0.29
14+
- @ckb-ccc/utxo-global@1.0.29
15+
- @ckb-ccc/xverse@1.0.29
16+
317
## 1.1.20
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.20",
3+
"version": "1.1.21",
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.29
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.21
8+
39
## 1.0.28
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.28",
3+
"version": "1.0.29",
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.29
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/connector@1.0.29
8+
39
## 1.0.28
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.28",
3+
"version": "1.0.29",
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.29
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.21
8+
39
## 1.0.28
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.28",
3+
"version": "1.0.29",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ckb-ccc/core
22

3+
## 1.12.2
4+
### Patch Changes
5+
6+
7+
8+
- [`b371b07`](https://github.com/ckb-devrel/ccc/commit/b371b07e67f295129defc36190741ab4d783dd96) Thanks [@gpBlockchain](https://github.com/gpBlockchain)! - fix(core): udt mint outputData length not eq 16
9+
310
## 1.12.1
411
### Patch Changes
512

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.12.1",
3+
"version": "1.12.2",
44
"description": "Core of CCC - CKBer's Codebase",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)