Skip to content

Commit

Permalink
chore: bump packages version (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Hanssen0 committed Sep 28, 2024
1 parent 7734602 commit a1861b6
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
"@ckb-ccc/utxo-global": "0.0.15",
"@ckb-ccc/xverse": "0.0.14"
},
"changesets": []
"changesets": [
"tall-mangos-kneel"
]
}
9 changes: 9 additions & 0 deletions packages/ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ckb-ccc/ccc

## 0.0.16-alpha.0

### Patch Changes

- [#60](https://github.com/ckb-ecofund/ccc/pull/60) [`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse

- Updated dependencies [[`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34)]:
- @ckb-ccc/xverse@0.0.15-alpha.0

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ccc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/ccc",
"version": "0.0.15",
"version": "0.0.16-alpha.0",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/ckb-ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ckb-ccc

## 0.0.16-alpha.0

### Patch Changes

- [#60](https://github.com/ckb-ecofund/ccc/pull/60) [`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse

- Updated dependencies [[`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34)]:
- @ckb-ccc/ccc@0.0.16-alpha.0

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ckb-ccc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-ccc",
"version": "0.0.15",
"version": "0.0.16-alpha.0",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ckb-ccc/connector-react

## 0.0.17-alpha.0

### Patch Changes

- [#60](https://github.com/ckb-ecofund/ccc/pull/60) [`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse

- Updated dependencies [[`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34)]:
- @ckb-ccc/connector@0.0.17-alpha.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/connector-react",
"version": "0.0.16",
"version": "0.0.17-alpha.0",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ckb-ccc/connector

## 0.0.17-alpha.0

### Patch Changes

- [#60](https://github.com/ckb-ecofund/ccc/pull/60) [`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse

- Updated dependencies [[`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34)]:
- @ckb-ccc/ccc@0.0.16-alpha.0

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/connector",
"version": "0.0.16",
"version": "0.0.17-alpha.0",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/xverse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ckb-ccc/xverse

## 0.0.15-alpha.0

### Patch Changes

- [#60](https://github.com/ckb-ecofund/ccc/pull/60) [`e904963`](https://github.com/ckb-ecofund/ccc/commit/e904963a16f12c410d861eb3ae01b87d68cb3e34) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: support Xverse
2 changes: 1 addition & 1 deletion packages/xverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/xverse",
"version": "0.0.14",
"version": "0.0.15-alpha.0",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Xverse",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a1861b6

Please sign in to comment.