Skip to content

Commit

Permalink
Version Packages (next) (#734)
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 Aug 7, 2024
1 parent ae45845 commit 321ae50
Show file tree
Hide file tree
Showing 48 changed files with 329 additions and 252 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@
},
"changesets": [
"angry-rabbits-refuse",
"breezy-steaks-hide",
"calm-crews-doubt",
"gorgeous-yaks-notice",
"great-buses-talk",
"green-pumpkins-build",
"khaki-gorillas-sell",
"lemon-jobs-walk",
"lemon-tomatoes-pay",
"odd-tomatoes-jam",
"rich-guests-serve",
"shaggy-beans-grab",
"small-cups-divide",
"strange-shirts-dance",
"tough-beers-roll"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/base

## 0.24.0-next.2

### Minor Changes

- [#732](https://github.com/ckb-js/lumos/pull/732) [`37639772230dd6b7be899ed91b5b56fe55ca6248`](https://github.com/ckb-js/lumos/commit/37639772230dd6b7be899ed91b5b56fe55ca6248) Thanks [@homura](https://github.com/homura)! - feat: added the `conflicted` field to `get_raw_tx_pool` https://github.com/nervosnetwork/ckb/pull/4339

## 0.24.0-next.1

## 0.24.0-next.0
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.24.0-next.1",
"version": "0.24.0-next.2",
"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.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/toolkit": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/toolkit": "0.24.0-next.2",
"@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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
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.24.0-next.1",
"version": "0.24.0-next.2",
"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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
16 changes: 8 additions & 8 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.24.0-next.1",
"version": "0.24.0-next.2",
"description": "CKB Indexer",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,17 +19,17 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/rpc": "0.24.0-next.1",
"@ckb-lumos/toolkit": "0.24.0-next.1",
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/rpc": "0.24.0-next.2",
"@ckb-lumos/toolkit": "0.24.0-next.2",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/testkit": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.2",
"@ckb-lumos/testkit": "0.24.0-next.2",
"@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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
6 changes: 3 additions & 3 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.24.0-next.1",
"version": "0.24.0-next.2",
"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.24.0-next.1"
"@ckb-lumos/bi": "0.24.0-next.2"
},
"publishConfig": {
"access": "public"
Expand All @@ -45,7 +45,7 @@
]
},
"devDependencies": {
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.2",
"escape-string-regexp": "^4.0.0",
"js-yaml": "^4.1.0"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/common-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/common-scripts

## 0.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
24 changes: 12 additions & 12 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.24.0-next.1",
"version": "0.24.0-next.2",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,14 +19,14 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/config-manager": "0.24.0-next.1",
"@ckb-lumos/helpers": "0.24.0-next.1",
"@ckb-lumos/rpc": "0.24.0-next.1",
"@ckb-lumos/toolkit": "0.24.0-next.1",
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/crypto": "0.24.0-next.2",
"@ckb-lumos/config-manager": "0.24.0-next.2",
"@ckb-lumos/helpers": "0.24.0-next.2",
"@ckb-lumos/rpc": "0.24.0-next.2",
"@ckb-lumos/toolkit": "0.24.0-next.2",
"bech32": "^2.0.0",
"bs58": "^5.0.0",
"immutable": "^4.3.0"
Expand Down Expand Up @@ -56,9 +56,9 @@
]
},
"devDependencies": {
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/debugger": "0.24.0-next.1",
"@ckb-lumos/hd": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.2",
"@ckb-lumos/debugger": "0.24.0-next.2",
"@ckb-lumos/hd": "0.24.0-next.2",
"@ethereumjs/util": "^9.0.3",
"@unisat/wallet-sdk": "^1.1.2",
"tweetnacl": "^1.0.3"
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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
12 changes: 6 additions & 6 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.24.0-next.1",
"version": "0.24.0-next.2",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -34,15 +34,15 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/rpc": "0.24.0-next.1",
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/rpc": "0.24.0-next.2",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1"
},
"devDependencies": {
"@ckb-lumos/crypto": "0.24.0-next.1"
"@ckb-lumos/crypto": "0.24.0-next.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @ckb-lumos/crypto

## 0.24.0-next.2

## 0.24.0-next.1
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/crypto",
"version": "0.24.0-next.1",
"version": "0.24.0-next.2",
"description": "Crypto utilities used in Lumos",
"author": "Tom Wang <[email protected]@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
22 changes: 11 additions & 11 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.24.0-next.1",
"version": "0.24.0-next.2",
"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,13 +21,13 @@
"contracts"
],
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/config-manager": "0.24.0-next.1",
"@ckb-lumos/helpers": "0.24.0-next.1",
"@ckb-lumos/rpc": "0.24.0-next.1",
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/crypto": "0.24.0-next.2",
"@ckb-lumos/config-manager": "0.24.0-next.2",
"@ckb-lumos/helpers": "0.24.0-next.2",
"@ckb-lumos/rpc": "0.24.0-next.2",
"@types/download": "^8.0.1",
"@types/object-hash": "^2.2.1",
"debug": "^4.3.4",
Expand All @@ -36,9 +36,9 @@
"object-hash": "^3.0.0"
},
"devDependencies": {
"@ckb-lumos/common-scripts": "0.24.0-next.1",
"@ckb-lumos/experiment-tx-assembler": "0.24.0-next.1",
"@ckb-lumos/hd": "0.24.0-next.1"
"@ckb-lumos/common-scripts": "0.24.0-next.2",
"@ckb-lumos/experiment-tx-assembler": "0.24.0-next.2",
"@ckb-lumos/hd": "0.24.0-next.2"
},
"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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
32 changes: 16 additions & 16 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.24.0-next.1",
"version": "0.24.0-next.2",
"private": true,
"description": "CKB E2E test",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -30,26 +30,26 @@
]
},
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/ckb-indexer": "0.24.0-next.1",
"@ckb-lumos/codec": "0.24.0-next.1",
"@ckb-lumos/crypto": "0.24.0-next.1",
"@ckb-lumos/common-scripts": "0.24.0-next.1",
"@ckb-lumos/config-manager": "0.24.0-next.1",
"@ckb-lumos/hd": "0.24.0-next.1",
"@ckb-lumos/helpers": "0.24.0-next.1",
"@ckb-lumos/light-client": "0.24.0-next.1",
"@ckb-lumos/rpc": "0.24.0-next.1",
"@ckb-lumos/runner": "0.24.0-next.1",
"@ckb-lumos/toolkit": "0.24.0-next.1",
"@ckb-lumos/utils": "0.24.0-next.1",
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/ckb-indexer": "0.24.0-next.2",
"@ckb-lumos/codec": "0.24.0-next.2",
"@ckb-lumos/crypto": "0.24.0-next.2",
"@ckb-lumos/common-scripts": "0.24.0-next.2",
"@ckb-lumos/config-manager": "0.24.0-next.2",
"@ckb-lumos/hd": "0.24.0-next.2",
"@ckb-lumos/helpers": "0.24.0-next.2",
"@ckb-lumos/light-client": "0.24.0-next.2",
"@ckb-lumos/rpc": "0.24.0-next.2",
"@ckb-lumos/runner": "0.24.0-next.2",
"@ckb-lumos/toolkit": "0.24.0-next.2",
"@ckb-lumos/utils": "0.24.0-next.2",
"@types/kill-port": "^2.0.0",
"events": "^3.3.0",
"kill-port": "^2.0.1"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.24.0-next.1",
"@ckb-lumos/testkit": "0.24.0-next.2",
"@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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
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.24.0-next.1",
"version": "0.24.0-next.2",
"description": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
Expand All @@ -21,11 +21,11 @@
"access": "public"
},
"dependencies": {
"@ckb-lumos/base": "0.24.0-next.1",
"@ckb-lumos/bi": "0.24.0-next.1",
"@ckb-lumos/config-manager": "0.24.0-next.1",
"@ckb-lumos/helpers": "0.24.0-next.1",
"@ckb-lumos/toolkit": "0.24.0-next.1"
"@ckb-lumos/base": "0.24.0-next.2",
"@ckb-lumos/bi": "0.24.0-next.2",
"@ckb-lumos/config-manager": "0.24.0-next.2",
"@ckb-lumos/helpers": "0.24.0-next.2",
"@ckb-lumos/toolkit": "0.24.0-next.2"
},
"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.24.0-next.2

## 0.24.0-next.1

## 0.24.0-next.0
Expand Down
Loading

1 comment on commit 321ae50

@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-321ae50-20240807024443

npm install @ckb-lumos/[email protected]

Please sign in to comment.