Skip to content

Commit

Permalink
Version Packages (next) (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 6, 2024
1 parent f3acc1f commit f7d4e29
Show file tree
Hide file tree
Showing 46 changed files with 293 additions and 230 deletions.
7 changes: 5 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
},
"changesets": [
"afraid-planes-greet",
"brave-dragons-retire",
"cyan-geese-relate",
"chilly-lies-punch",
"funny-foxes-fetch",
"good-donkeys-speak",
"khaki-brooms-swim",
"lucky-pillows-argue",
"modern-panthers-thank",
"olive-waves-relax",
"shaggy-dots-brush",
"silent-mangos-bow",
"tall-toes-sort",
Expand Down
8 changes: 8 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ckb-lumos/base

## 0.23.0-next.1

### Minor Changes

- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - feat: update `TxPoolInfo` structure nervosnetwork/ckb#3894

- [#696](https://github.com/ckb-js/lumos/pull/696) [`84521a55fad45a3df17457ea8f24c899d50fe59a`](https://github.com/ckb-js/lumos/commit/84521a55fad45a3df17457ea8f24c899d50fe59a) Thanks [@homura](https://github.com/homura)! - feat: update `TransactionWithStatus` structure nervosnetwork/ckb#4108

## 0.23.0-next.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/base",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "Base data structures and utilities used in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -44,9 +44,9 @@
]
},
"dependencies": {
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/toolkit": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/toolkit": "0.23.0-next.1",
"@types/blake2b": "^2.1.0",
"@types/lodash.isequal": "^4.5.5",
"blake2b": "^2.1.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/bi

## 0.23.0-next.1

## 0.23.0-next.0

## 0.22.2
Expand Down
2 changes: 1 addition & 1 deletion packages/bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/bi",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "Bigint support in lumos",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down
2 changes: 2 additions & 0 deletions packages/ckb-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/ckb-indexer

## 0.23.0-next.1

## 0.23.0-next.0

## 0.22.2
Expand Down
14 changes: 7 additions & 7 deletions packages/ckb-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/ckb-indexer",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "CKB Indexer",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,16 +19,16 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/toolkit": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"@ckb-lumos/toolkit": "0.23.0-next.1",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.23.0-next.0",
"@ckb-lumos/testkit": "0.23.0-next.1",
"@types/lodash.uniqby": "^4.7.7",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
Expand Down
2 changes: 2 additions & 0 deletions packages/codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/codec

## 0.23.0-next.1

## 0.23.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/codec",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "Make your own molecule binding in JavaScript(TypeScript)",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@ckb-lumos/bi": "0.23.0-next.0"
"@ckb-lumos/bi": "0.23.0-next.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/common-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/common-scripts

## 0.23.0-next.1

### Minor Changes

- [#706](https://github.com/ckb-js/lumos/pull/706) [`f3acc1f82622b630539b05e73a05bc4d1a2fc168`](https://github.com/ckb-js/lumos/commit/f3acc1f82622b630539b05e73a05bc4d1a2fc168) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: revert #682 that deprecate omnilock p2sh and supports btc testnet addr

## 0.23.0-next.0

### Minor Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/common-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/common-scripts",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,13 +19,13 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/config-manager": "0.23.0-next.0",
"@ckb-lumos/helpers": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/toolkit": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/config-manager": "0.23.0-next.1",
"@ckb-lumos/helpers": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"@ckb-lumos/toolkit": "0.23.0-next.1",
"bs58": "^5.0.0",
"bech32": "^2.0.0",
"immutable": "^4.3.0"
Expand Down Expand Up @@ -55,8 +55,8 @@
]
},
"devDependencies": {
"@ckb-lumos/debugger": "0.23.0-next.0",
"@ckb-lumos/hd": "0.23.0-next.0",
"@ckb-lumos/debugger": "0.23.0-next.1",
"@ckb-lumos/hd": "0.23.0-next.1",
"@types/keccak": "^3.0.1",
"@unisat/wallet-sdk": "^1.1.2",
"keccak": "^3.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/config-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/config-manager

## 0.23.0-next.1

## 0.23.0-next.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/config-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/config-manager",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -34,10 +34,10 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/debugger

## 0.23.0-next.1

## 0.23.0-next.0

## 0.22.2
Expand Down
20 changes: 10 additions & 10 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ckb-lumos/debugger",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "ckb-standard-debugger wrapper for lumos, check tx without launching a full node",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -21,12 +21,12 @@
"contracts"
],
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/config-manager": "0.23.0-next.0",
"@ckb-lumos/helpers": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/config-manager": "0.23.0-next.1",
"@ckb-lumos/helpers": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"@types/download": "^8.0.1",
"@types/object-hash": "^2.2.1",
"debug": "^4.3.4",
Expand All @@ -35,9 +35,9 @@
"object-hash": "^3.0.0"
},
"devDependencies": {
"@ckb-lumos/common-scripts": "0.23.0-next.0",
"@ckb-lumos/experiment-tx-assembler": "0.23.0-next.0",
"@ckb-lumos/hd": "0.23.0-next.0"
"@ckb-lumos/common-scripts": "0.23.0-next.1",
"@ckb-lumos/experiment-tx-assembler": "0.23.0-next.1",
"@ckb-lumos/hd": "0.23.0-next.1"
},
"bin": {
"download-ckb-debugger": "bin/download-ckb-debugger.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/e2e-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/e2e-test

## 0.23.0-next.1

## 0.23.0-next.0

## 0.22.2
Expand Down
30 changes: 15 additions & 15 deletions packages/e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/e2e-test",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"private": true,
"description": "CKB E2E test",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -30,25 +30,25 @@
]
},
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/ckb-indexer": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/common-scripts": "0.23.0-next.0",
"@ckb-lumos/config-manager": "0.23.0-next.0",
"@ckb-lumos/hd": "0.23.0-next.0",
"@ckb-lumos/helpers": "0.23.0-next.0",
"@ckb-lumos/light-client": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/runner": "0.23.0-next.0",
"@ckb-lumos/toolkit": "0.23.0-next.0",
"@ckb-lumos/utils": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/ckb-indexer": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/common-scripts": "0.23.0-next.1",
"@ckb-lumos/config-manager": "0.23.0-next.1",
"@ckb-lumos/hd": "0.23.0-next.1",
"@ckb-lumos/helpers": "0.23.0-next.1",
"@ckb-lumos/light-client": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"@ckb-lumos/runner": "0.23.0-next.1",
"@ckb-lumos/toolkit": "0.23.0-next.1",
"@ckb-lumos/utils": "0.23.0-next.1",
"@types/kill-port": "^2.0.0",
"events": "^3.3.0",
"kill-port": "^2.0.1"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.23.0-next.0",
"@ckb-lumos/testkit": "0.23.0-next.1",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
"find-process": "^1.4.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/experiment-tx-assembler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/experiment-tx-assembler

## 0.23.0-next.1

## 0.23.0-next.0

## 0.22.2
Expand Down
12 changes: 6 additions & 6 deletions packages/experiment-tx-assembler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/experiment-tx-assembler",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
Expand All @@ -21,11 +21,11 @@
"access": "public"
},
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/config-manager": "0.23.0-next.0",
"@ckb-lumos/helpers": "0.23.0-next.0",
"@ckb-lumos/toolkit": "0.23.0-next.0"
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/config-manager": "0.23.0-next.1",
"@ckb-lumos/helpers": "0.23.0-next.1",
"@ckb-lumos/toolkit": "0.23.0-next.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/hd-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/hd-cache

## 0.23.0-next.1

## 0.23.0-next.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/hd-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/hd-cache",
"version": "0.23.0-next.0",
"version": "0.23.0-next.1",
"description": "HD wallet cache in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,13 +19,13 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.23.0-next.0",
"@ckb-lumos/bi": "0.23.0-next.0",
"@ckb-lumos/ckb-indexer": "0.23.0-next.0",
"@ckb-lumos/codec": "0.23.0-next.0",
"@ckb-lumos/config-manager": "0.23.0-next.0",
"@ckb-lumos/hd": "0.23.0-next.0",
"@ckb-lumos/rpc": "0.23.0-next.0",
"@ckb-lumos/base": "0.23.0-next.1",
"@ckb-lumos/bi": "0.23.0-next.1",
"@ckb-lumos/ckb-indexer": "0.23.0-next.1",
"@ckb-lumos/codec": "0.23.0-next.1",
"@ckb-lumos/config-manager": "0.23.0-next.1",
"@ckb-lumos/hd": "0.23.0-next.1",
"@ckb-lumos/rpc": "0.23.0-next.1",
"immutable": "^4.3.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/hd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/hd

## 0.23.0-next.1

## 0.23.0-next.0

### Minor Changes
Expand Down
Loading

1 comment on commit f7d4e29

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.0.0-canary-f7d4e29-20240606025203

npm install @ckb-lumos/[email protected]

Please sign in to comment.