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 Oct 28, 2024
1 parent 50f2ce0 commit 8ec0d7a
Show file tree
Hide file tree
Showing 33 changed files with 142 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@ckb-ccc/uni-sat": "0.0.15",
"@ckb-ccc/utxo-global": "0.0.15",
"@ckb-ccc/xverse": "0.0.14",
"@ckb-ccc/spore": "0.0.12-alpha.1"
"@ckb-ccc/spore": "0.0.12-alpha.1",
"@ckb-ccc/examples": "0.0.1"
},
"changesets": [
"angry-taxis-swim",
Expand All @@ -29,6 +30,7 @@
"nasty-frogs-wonder",
"proud-jars-vanish",
"selfish-eggs-attack",
"tall-mangos-kneel"
"tall-mangos-kneel",
"tidy-poets-divide"
]
}
15 changes: 15 additions & 0 deletions packages/ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ckb-ccc/ccc

## 0.0.16-alpha.6

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5
- @ckb-ccc/eip6963@0.0.16-alpha.5
- @ckb-ccc/joy-id@0.0.16-alpha.5
- @ckb-ccc/nip07@0.0.16-alpha.5
- @ckb-ccc/okx@0.0.16-alpha.5
- @ckb-ccc/rei@0.0.16-alpha.5
- @ckb-ccc/uni-sat@0.0.16-alpha.5
- @ckb-ccc/utxo-global@0.0.16-alpha.5
- @ckb-ccc/xverse@0.0.15-alpha.6

## 0.0.16-alpha.5

### 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.16-alpha.5",
"version": "0.0.16-alpha.6",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ckb-ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ckb-ccc

## 0.0.16-alpha.6

### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@0.0.16-alpha.6

## 0.0.16-alpha.5

### 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.16-alpha.5",
"version": "0.0.16-alpha.6",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/connector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/connector-react

## 0.0.17-alpha.8

### Patch Changes

- Updated dependencies []:
- @ckb-ccc/connector@0.0.17-alpha.7

## 0.0.17-alpha.7

### 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.17-alpha.7",
"version": "0.0.17-alpha.8",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/connector

## 0.0.17-alpha.7

### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@0.0.16-alpha.6

## 0.0.17-alpha.6

### 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.17-alpha.6",
"version": "0.0.17-alpha.7",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/core

## 0.1.0-alpha.5

### Patch Changes

- [`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): missing mol types

## 0.1.0-alpha.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/core",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Core of CCC - CKBer's Codebase",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/eip6963/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/eip6963

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

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

## 0.0.2-alpha.0

### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@0.0.16-alpha.6
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/examples",
"version": "0.0.1",
"version": "0.0.2-alpha.0",
"description": "CCC code examples for CCC Playground",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/joy-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/joy-id

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/joy-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/joy-id",
"version": "0.0.16-alpha.4",
"version": "0.0.16-alpha.5",
"description": "Connector's support for JoyID",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/lumos-patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/lumos-patches

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lumos-patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/lumos-patches",
"version": "0.0.16-alpha.4",
"version": "0.0.16-alpha.5",
"description": "Patches for using Lumos with CCC",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/nip07/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/nip07

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

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

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5
- @ckb-ccc/nip07@0.0.16-alpha.5
- @ckb-ccc/uni-sat@0.0.16-alpha.5

## 0.0.16-alpha.4

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

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/rei",
"version": "0.0.16-alpha.4",
"version": "0.0.16-alpha.5",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Rei",
"license": "MIT",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/spore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/spore

## 0.1.0-alpha.3

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.1.0-alpha.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/spore",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Spore protocol",
"author": "ashuralyk <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/uni-sat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/uni-sat

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

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

## 0.0.16-alpha.5

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.16-alpha.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utxo-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/utxo-global",
"version": "0.0.16-alpha.4",
"version": "0.0.16-alpha.5",
"description": "Common Chains Connector's support for UTXO Global",
"author": "Trong Dinh <[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
@@ -1,5 +1,12 @@
# @ckb-ccc/xverse

## 0.0.15-alpha.6

### Patch Changes

- Updated dependencies [[`50f2ce0`](https://github.com/ckb-devrel/ccc/commit/50f2ce08e74cb3fbeae926267d42e28b426fd7f4)]:
- @ckb-ccc/core@0.1.0-alpha.5

## 0.0.15-alpha.5

### Patch Changes
Expand Down
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.15-alpha.5",
"version": "0.0.15-alpha.6",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Xverse",
"author": "Hanssen0 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8ec0d7a

Please sign in to comment.