Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #575

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/green-tips-accept.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/kind-pandas-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-foxes-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-houses-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-flowers-sort.md

This file was deleted.

38 changes: 0 additions & 38 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-rings-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-trees-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bags-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-keys-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-brooms-draw.md

This file was deleted.

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.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

## 0.21.0-next.3

## 0.21.0-next.2
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.21.0-next.3",
"version": "0.21.0",
"description": "Base data structures and utilities used in lumos",
"author": "Xuejie Xiao <xxuejie@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -44,9 +44,9 @@
]
},
"dependencies": {
"@ckb-lumos/bi": "0.21.0-next.3",
"@ckb-lumos/codec": "0.21.0-next.3",
"@ckb-lumos/toolkit": "0.21.0-next.3",
"@ckb-lumos/bi": "0.21.0",
"@ckb-lumos/codec": "0.21.0",
"@ckb-lumos/toolkit": "0.21.0",
"@types/blake2b": "^2.1.0",
"@types/lodash.isequal": "^4.5.5",
"blake2b": "^2.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/bi

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

## 0.21.0-next.3

## 0.21.0-next.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.21.0-next.3",
"version": "0.21.0",
"description": "Bigint support in lumos",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/ckb-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/ckb-indexer

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

## 0.21.0-next.3

## 0.21.0-next.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.21.0-next.3",
"version": "0.21.0",
"description": "CKB Indexer",
"author": "Xuejie Xiao <xxuejie@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,16 +19,16 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.21.0-next.3",
"@ckb-lumos/bi": "0.21.0-next.3",
"@ckb-lumos/codec": "0.21.0-next.3",
"@ckb-lumos/rpc": "0.21.0-next.3",
"@ckb-lumos/toolkit": "0.21.0-next.3",
"@ckb-lumos/base": "0.21.0",
"@ckb-lumos/bi": "0.21.0",
"@ckb-lumos/codec": "0.21.0",
"@ckb-lumos/rpc": "0.21.0",
"@ckb-lumos/toolkit": "0.21.0",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.21.0-next.3",
"@ckb-lumos/testkit": "0.21.0",
"@types/lodash.uniqby": "^4.7.7",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/codec

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

## 0.21.0-next.3

## 0.21.0-next.2
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.21.0-next.3",
"version": "0.21.0",
"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.21.0-next.3"
"@ckb-lumos/bi": "0.21.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/common-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ckb-lumos/common-scripts

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

### Patch Changes

- [#549](https://github.com/ckb-js/lumos/pull/549) [`5d1862f`](https://github.com/ckb-js/lumos/commit/5d1862fca2de473ef047cef3044f0cb5a2d9b2d7) Thanks [@homura](https://github.com/homura)! - enable ACP to work with sUDT cells with more than 16 bytes of data

- [#552](https://github.com/ckb-js/lumos/pull/552) [`1cb43fe`](https://github.com/ckb-js/lumos/commit/1cb43fe72dc95c4b3283acccb5120b7bcaeb9346) Thanks [@homura](https://github.com/homura)! - fix incorrect `TX_HASH` when generate a deployment transaction

## 0.21.0-next.3

## 0.21.0-next.2
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.21.0-next.3",
"version": "0.21.0",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <xxuejie@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,13 +19,13 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.21.0-next.3",
"@ckb-lumos/bi": "0.21.0-next.3",
"@ckb-lumos/codec": "0.21.0-next.3",
"@ckb-lumos/config-manager": "0.21.0-next.3",
"@ckb-lumos/helpers": "0.21.0-next.3",
"@ckb-lumos/rpc": "0.21.0-next.3",
"@ckb-lumos/toolkit": "0.21.0-next.3",
"@ckb-lumos/base": "0.21.0",
"@ckb-lumos/bi": "0.21.0",
"@ckb-lumos/codec": "0.21.0",
"@ckb-lumos/config-manager": "0.21.0",
"@ckb-lumos/helpers": "0.21.0",
"@ckb-lumos/rpc": "0.21.0",
"@ckb-lumos/toolkit": "0.21.0",
"immutable": "^4.3.0"
},
"repository": {
Expand Down Expand Up @@ -53,8 +53,8 @@
]
},
"devDependencies": {
"@ckb-lumos/debugger": "0.21.0-next.3",
"@ckb-lumos/hd": "0.21.0-next.3",
"@ckb-lumos/debugger": "0.21.0",
"@ckb-lumos/hd": "0.21.0",
"@types/keccak": "^3.0.1",
"keccak": "^3.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/config-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ckb-lumos/config-manager

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

- [#552](https://github.com/ckb-js/lumos/pull/552) [`1cb43fe`](https://github.com/ckb-js/lumos/commit/1cb43fe72dc95c4b3283acccb5120b7bcaeb9346) Thanks [@homura](https://github.com/homura)! - supported generate `ScriptConfig` from a genesis block

## 0.21.0-next.3

## 0.21.0-next.2
Expand Down
8 changes: 4 additions & 4 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.21.0-next.3",
"version": "0.21.0",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <xxuejie@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.21.0-next.3",
"@ckb-lumos/bi": "0.21.0-next.3",
"@ckb-lumos/codec": "0.21.0-next.3",
"@ckb-lumos/base": "0.21.0",
"@ckb-lumos/bi": "0.21.0",
"@ckb-lumos/codec": "0.21.0",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/debugger

## 0.21.0

### Minor Changes

- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5

## 0.21.0-next.3

## 0.21.0-next.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.21.0-next.3",
"version": "0.21.0",
"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.21.0-next.3",
"@ckb-lumos/bi": "0.21.0-next.3",
"@ckb-lumos/codec": "0.21.0-next.3",
"@ckb-lumos/config-manager": "0.21.0-next.3",
"@ckb-lumos/helpers": "0.21.0-next.3",
"@ckb-lumos/rpc": "0.21.0-next.3",
"@ckb-lumos/base": "0.21.0",
"@ckb-lumos/bi": "0.21.0",
"@ckb-lumos/codec": "0.21.0",
"@ckb-lumos/config-manager": "0.21.0",
"@ckb-lumos/helpers": "0.21.0",
"@ckb-lumos/rpc": "0.21.0",
"@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.21.0-next.3",
"@ckb-lumos/experiment-tx-assembler": "0.21.0-next.3",
"@ckb-lumos/hd": "0.21.0-next.3"
"@ckb-lumos/common-scripts": "0.21.0",
"@ckb-lumos/experiment-tx-assembler": "0.21.0",
"@ckb-lumos/hd": "0.21.0"
},
"bin": {
"download-ckb-debugger": "bin/download-ckb-debugger.js"
Expand Down
Loading