Skip to content

Commit

Permalink
Version Packages (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] and github-actions[bot] authored Apr 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2b03027 commit bb1fd0a
Showing 44 changed files with 259 additions and 218 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-shirts-film.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/base

## 0.22.1

## 0.22.0

### Minor Changes
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.22.0",
"version": "0.22.1",
"description": "Base data structures and utilities used in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -44,9 +44,9 @@
]
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"@types/blake2b": "^2.1.0",
"@types/lodash.isequal": "^4.5.5",
"blake2b": "^2.1.3",
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.22.1

## 0.22.0

## 0.22.0-next.5
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.22.0",
"version": "0.22.1",
"description": "Bigint support in lumos",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
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.22.1

## 0.22.0

## 0.22.0-next.5
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.22.0",
"version": "0.22.1",
"description": "CKB Indexer",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -19,16 +19,16 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.22.0",
"@ckb-lumos/testkit": "0.22.1",
"@types/lodash.uniqby": "^4.7.7",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
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.22.1

## 0.22.0

### Minor Changes
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.22.0",
"version": "0.22.1",
"description": "Make your own molecule binding in JavaScript(TypeScript)",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -28,7 +28,7 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0"
"@ckb-lumos/bi": "0.22.1"
},
"publishConfig": {
"access": "public"
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.22.1

## 0.22.0

### Minor Changes
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.22.0",
"version": "0.22.1",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -19,13 +19,13 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/helpers": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/helpers": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"bs58": "^5.0.0",
"bech32": "^2.0.0",
"immutable": "^4.3.0"
@@ -55,8 +55,8 @@
]
},
"devDependencies": {
"@ckb-lumos/debugger": "0.22.0",
"@ckb-lumos/hd": "0.22.0",
"@ckb-lumos/debugger": "0.22.1",
"@ckb-lumos/hd": "0.22.1",
"@types/keccak": "^3.0.1",
"@unisat/wallet-sdk": "^1.1.2",
"keccak": "^3.0.1"
6 changes: 6 additions & 0 deletions packages/config-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/config-manager

## 0.22.1

### Patch Changes

- [#665](https://github.com/ckb-js/lumos/pull/665) [`2b03027`](https://github.com/ckb-js/lumos/commit/2b03027c65d42157e32fc2fe5eefc42d13b7b686) Thanks [@homura](https://github.com/homura)! - feat: update omnilock config

## 0.22.0

### Minor Changes
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.22.0",
"version": "0.22.1",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -34,10 +34,10 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1"
},
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.22.1

## 0.22.0

### Minor Changes
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.22.0",
"version": "0.22.1",
"description": "ckb-standard-debugger wrapper for lumos, check tx without launching a full node",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -21,12 +21,12 @@
"contracts"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/helpers": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/helpers": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@types/download": "^8.0.1",
"@types/object-hash": "^2.2.1",
"debug": "^4.3.4",
@@ -35,9 +35,9 @@
"object-hash": "^3.0.0"
},
"devDependencies": {
"@ckb-lumos/common-scripts": "0.22.0",
"@ckb-lumos/experiment-tx-assembler": "0.22.0",
"@ckb-lumos/hd": "0.22.0"
"@ckb-lumos/common-scripts": "0.22.1",
"@ckb-lumos/experiment-tx-assembler": "0.22.1",
"@ckb-lumos/hd": "0.22.1"
},
"bin": {
"download-ckb-debugger": "bin/download-ckb-debugger.js"
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.22.1

## 0.22.0

## 0.22.0-next.5
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.22.0",
"version": "0.22.1",
"private": true,
"description": "CKB E2E test",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -30,25 +30,25 @@
]
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/ckb-indexer": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/common-scripts": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/hd": "0.22.0",
"@ckb-lumos/helpers": "0.22.0",
"@ckb-lumos/light-client": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/runner": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/utils": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/ckb-indexer": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/common-scripts": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/hd": "0.22.1",
"@ckb-lumos/helpers": "0.22.1",
"@ckb-lumos/light-client": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@ckb-lumos/runner": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"@ckb-lumos/utils": "0.22.1",
"@types/kill-port": "^2.0.0",
"events": "^3.3.0",
"kill-port": "^2.0.1"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.22.0",
"@ckb-lumos/testkit": "0.22.1",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
"find-process": "^1.4.7",
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.22.1

## 0.22.0

## 0.22.0-next.5
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.22.0",
"version": "0.22.1",
"description": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -21,11 +21,11 @@
"access": "public"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/helpers": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0"
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/helpers": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1"
},
"repository": {
"type": "git",
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.22.1

## 0.22.0

## 0.22.0-next.5
14 changes: 7 additions & 7 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.22.0",
"version": "0.22.1",
"description": "HD wallet cache in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -19,12 +19,12 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/ckb-indexer": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/hd": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/ckb-indexer": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/hd": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"immutable": "^4.3.0"
},
"devDependencies": {
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.22.1

## 0.22.0

## 0.22.0-next.5
6 changes: 3 additions & 3 deletions packages/hd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/hd",
"version": "0.22.0",
"version": "0.22.1",
"description": "HD wallet manager in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -19,8 +19,8 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"bn.js": "^5.1.3",
"elliptic": "^6.5.4",
"scrypt-js": "^3.0.1",
2 changes: 2 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/helpers

## 0.22.1

## 0.22.0

## 0.22.0-next.5
12 changes: 6 additions & 6 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/helpers",
"version": "0.22.0",
"version": "0.22.1",
"description": "Helper functions for working with CKB",
"author": "Xuejie Xiao <xxuejie@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -35,11 +35,11 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"bech32": "^2.0.0",
"immutable": "^4.3.0"
},
2 changes: 2 additions & 0 deletions packages/light-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/light-client

## 0.22.1

## 0.22.0

## 0.22.0-next.5
10 changes: 5 additions & 5 deletions packages/light-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/light-client",
"version": "0.22.0",
"version": "0.22.1",
"description": "CKB light client",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -18,14 +18,14 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/ckb-indexer": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/ckb-indexer": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.22.0",
"@ckb-lumos/testkit": "0.22.1",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
"jest": "^28.1.3",
2 changes: 2 additions & 0 deletions packages/lumos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/lumos

## 0.22.1

## 0.22.0

### Minor Changes
26 changes: 13 additions & 13 deletions packages/lumos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/lumos",
"version": "0.22.0",
"version": "0.22.1",
"description": "A root package for Lumos",
"author": "Homura <homura.dev@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
@@ -25,18 +25,18 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/ckb-indexer": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/common-scripts": "0.22.0",
"@ckb-lumos/config-manager": "0.22.0",
"@ckb-lumos/hd": "0.22.0",
"@ckb-lumos/helpers": "0.22.0",
"@ckb-lumos/light-client": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/transaction-manager": "0.22.0"
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/ckb-indexer": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/common-scripts": "0.22.1",
"@ckb-lumos/config-manager": "0.22.1",
"@ckb-lumos/hd": "0.22.1",
"@ckb-lumos/helpers": "0.22.1",
"@ckb-lumos/light-client": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"@ckb-lumos/transaction-manager": "0.22.1"
},
"publishConfig": {
"access": "public"
2 changes: 2 additions & 0 deletions packages/molecule/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/molecule

## 0.22.1

## 0.22.0

### Minor Changes
8 changes: 4 additions & 4 deletions packages/molecule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/molecule",
"version": "0.22.0",
"version": "0.22.1",
"description": "Molecule parser for CKB",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -48,8 +48,8 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@types/moo": "^0.5.9",
"@types/nearley": "^2.11.2",
"glob": "^10.3.10",
@@ -59,7 +59,7 @@
"relative": "^3.0.2"
},
"devDependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"jsbi": "^4.1.0"
}
}
2 changes: 2 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/rpc

## 0.22.1

## 0.22.0

### Minor Changes
6 changes: 3 additions & 3 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/rpc",
"version": "0.22.0",
"version": "0.22.1",
"description": "RPC module for CKB",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -36,8 +36,8 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.5"
},
2 changes: 2 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/runner

## 0.22.1

## 0.22.0

## 0.22.0-next.5
4 changes: 2 additions & 2 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ckb-lumos/runner",
"private": true,
"version": "0.22.0",
"version": "0.22.1",
"description": "CKB related binary helper",
"homepage": "https://github.com/ckb-js/lumos#readme",
"bugs": {
@@ -41,7 +41,7 @@
]
},
"dependencies": {
"@ckb-lumos/utils": "0.22.0",
"@ckb-lumos/utils": "0.22.1",
"@ltd/j-toml": "^1.38.0",
"@types/detect-port": "^1.3.3",
"@types/download": "^8.0.1",
2 changes: 2 additions & 0 deletions packages/testkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/testkit

## 0.22.1

## 0.22.0

## 0.22.0-next.5
10 changes: 5 additions & 5 deletions packages/testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/testkit",
"version": "0.22.0",
"version": "0.22.1",
"description": "Test toolkit for CKB",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/bi": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@types/body-parser": "^1.19.1",
"@types/download": "^8.0.1",
"@types/express": "^4.17.17",
2 changes: 2 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/toolkit

## 0.22.1

## 0.22.0

## 0.22.0-next.5
4 changes: 2 additions & 2 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/toolkit",
"version": "0.22.0",
"version": "0.22.1",
"description": "JavaScript toolkits used to build dapps for Nervos CKB",
"main": "lib/index.js",
"types": "types/index.d.ts",
@@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0"
"@ckb-lumos/bi": "0.22.1"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
2 changes: 2 additions & 0 deletions packages/transaction-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/transaction-manager

## 0.22.1

## 0.22.0

## 0.22.0-next.5
12 changes: 6 additions & 6 deletions packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/transaction-manager",
"version": "0.22.0",
"version": "0.22.1",
"description": "Pending Transactions Manager for lumos",
"homepage": "https://github.com/ckb-js/lumos#readme",
"license": "MIT",
@@ -35,11 +35,11 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/ckb-indexer": "0.22.0",
"@ckb-lumos/rpc": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@ckb-lumos/base": "0.22.1",
"@ckb-lumos/codec": "0.22.1",
"@ckb-lumos/ckb-indexer": "0.22.1",
"@ckb-lumos/rpc": "0.22.1",
"@ckb-lumos/toolkit": "0.22.1",
"immutable": "^4.3.0"
},
"publishConfig": {
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ckb-lumos/utils

## 0.22.1

## 0.22.0

## 0.22.0-next.5
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/utils",
"version": "0.22.0",
"version": "0.22.1",
"private": true,
"description": "Common utilities",
"homepage": "https://github.com/ckb-js/lumos#readme",
192 changes: 96 additions & 96 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 comment on commit bb1fd0a

@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.22.1

npm install @ckb-lumos/[email protected]

Please sign in to comment.