Skip to content

Commit f52d761

Browse files
authored
Merge pull request ckb-devrel#289 from ckb-devrel/release
Merge branch `release` into `master` * fix(core): update joy id info
2 parents d3695d1 + 44d4d74 commit f52d761

Some content is hidden

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

42 files changed

+171
-35
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.15
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/eip6963@1.0.23
8+
- @ckb-ccc/joy-id@1.0.23
9+
- @ckb-ccc/nip07@1.0.23
10+
- @ckb-ccc/okx@1.0.23
11+
- @ckb-ccc/rei@1.0.23
12+
- @ckb-ccc/shell@1.1.15
13+
- @ckb-ccc/uni-sat@1.0.23
14+
- @ckb-ccc/utxo-global@1.0.23
15+
- @ckb-ccc/xverse@1.0.23
16+
317
## 1.1.14
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.14",
3+
"version": "1.1.15",
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.23
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.15
8+
39
## 1.0.22
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.22",
3+
"version": "1.0.23",
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.23
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/connector@1.0.23
8+
39
## 1.0.22
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.22",
3+
"version": "1.0.23",
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.23
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.15
8+
39
## 1.0.22
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.22",
3+
"version": "1.0.23",
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.11.2
4+
### Patch Changes
5+
6+
7+
8+
- [#287](https://github.com/ckb-devrel/ccc/pull/287) [`00e6d56`](https://github.com/ckb-devrel/ccc/commit/00e6d56fa027cbe0cfeea20aa72abba7b14dc606) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): update joy id info
9+
310
## 1.11.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.11.1",
3+
"version": "1.11.2",
44
"description": "Core of CCC - CKBer's Codebase",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)