Skip to content

Version Packages #651

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

Merged
merged 1 commit into from
Apr 7, 2024
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/cold-years-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-pots-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-feet-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-pens-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-rabbits-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-seals-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-plants-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-trainers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-chefs-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-years-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-points-tease.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-mugs-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-guests-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-chefs-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-dodos-notice.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.22.0

### Minor Changes

- [#601](https://github.com/ckb-js/lumos/pull/601) [`7e89b4a`](https://github.com/ckb-js/lumos/commit/7e89b4a1b382e9c6fb4e1305bdaf1521bc0cde6e) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: unpacked number of `blockchain.*.unpack` should be `Hexadecimal` instead of `number` or`BI`

## 0.22.0-next.5

## 0.22.0-next.4
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.22.0-next.5",
"version": "0.22.0",
"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.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/toolkit": "0.22.0",
"@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.22.0

## 0.22.0-next.5

## 0.22.0-next.4
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.22.0-next.5",
"version": "0.22.0",
"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.22.0

## 0.22.0-next.5

## 0.22.0-next.4
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.22.0-next.5",
"version": "0.22.0",
"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.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@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",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.22.0-next.5",
"@ckb-lumos/testkit": "0.22.0",
"@types/lodash.uniqby": "^4.7.7",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ckb-lumos/codec

## 0.22.0

### Minor Changes

- [#586](https://github.com/ckb-js/lumos/pull/586) [`ee8a352`](https://github.com/ckb-js/lumos/commit/ee8a35272bb1794794fc195c5b2bc7f0985c5da3) Thanks [@homura](https://github.com/homura)! - feat: supported union works with custom id

### Patch Changes

- [#635](https://github.com/ckb-js/lumos/pull/635) [`3f37c5b`](https://github.com/ckb-js/lumos/commit/3f37c5bf34eca113271b7215d473d2cc36dd934b) Thanks [@homura](https://github.com/homura)! - feat: export mol layout definition to ensure tsc can infer types

## 0.22.0-next.5

### 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.22.0-next.5",
"version": "0.22.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.22.0-next.5"
"@ckb-lumos/bi": "0.22.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.22.0

### Minor Changes

- [#596](https://github.com/ckb-js/lumos/pull/596) [`ad483d9`](https://github.com/ckb-js/lumos/commit/ad483d9cb55ad38db9604fde456033b9513bc7f1) Thanks [@homura](https://github.com/homura)! - feat: support registered lock in dao operations

- [#607](https://github.com/ckb-js/lumos/pull/607) [`b44fb39`](https://github.com/ckb-js/lumos/commit/b44fb3967d8c0cec40e8a39a885b33a515c2d9d4) Thanks [@homura](https://github.com/homura)! - feat: supported bitcoin auth in omnilock

- [#623](https://github.com/ckb-js/lumos/pull/623) [`028d28e`](https://github.com/ckb-js/lumos/commit/028d28e463fd2f8b58b722684ad9fac982b3b923) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: omnilock bitcoin auth message is changed to `CKB (Bitcoin Layer) transaction: 0x`

- [#624](https://github.com/ckb-js/lumos/pull/624) [`31e2f29`](https://github.com/ckb-js/lumos/commit/31e2f297c2452376917c8b516aaf4e9485cbac7f) Thanks [@homura](https://github.com/homura)! - feat: update mainnet omnilock config

## 0.22.0-next.5

### 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.22.0-next.5",
"version": "0.22.0",
"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.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/config-manager": "0.22.0-next.5",
"@ckb-lumos/helpers": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@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",
"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.22.0-next.5",
"@ckb-lumos/hd": "0.22.0-next.5",
"@ckb-lumos/debugger": "0.22.0",
"@ckb-lumos/hd": "0.22.0",
"@types/keccak": "^3.0.1",
"@unisat/wallet-sdk": "^1.1.2",
"keccak": "^3.0.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/config-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ckb-lumos/config-manager

## 0.22.0

### Minor Changes

- [#610](https://github.com/ckb-js/lumos/pull/610) [`0353ba3`](https://github.com/ckb-js/lumos/commit/0353ba357454255703ba86f98b44333c6c966492) Thanks [@homura](https://github.com/homura)! - feat: `refreshScriptConfigs` to refresh deployment config

- [#623](https://github.com/ckb-js/lumos/pull/623) [`028d28e`](https://github.com/ckb-js/lumos/commit/028d28e463fd2f8b58b722684ad9fac982b3b923) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: omnilock bitcoin auth message is changed to `CKB (Bitcoin Layer) transaction: 0x`

- [#605](https://github.com/ckb-js/lumos/pull/605) [`330ec9a`](https://github.com/ckb-js/lumos/commit/330ec9a79dc024e7860aa4785fe9c3bcfffc0767) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update testnet omnilock config

- [#606](https://github.com/ckb-js/lumos/pull/606) [`349be74`](https://github.com/ckb-js/lumos/commit/349be74dd828c68036373c8eae6dd912c711551f) Thanks [@homura](https://github.com/homura)! - feat: **deprecated** the `helpers` in `config-manager` to avoid confused with `@ckb-lumos/helpers`

### Patch Changes

- [#614](https://github.com/ckb-js/lumos/pull/614) [`5ee0349`](https://github.com/ckb-js/lumos/commit/5ee0349c5d0d5294acafe4788fd225609bfc7235) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update omnilock script config

## 0.22.0-next.5

## 0.22.0-next.4
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.22.0-next.5",
"version": "0.22.0",
"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.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/base": "0.22.0",
"@ckb-lumos/bi": "0.22.0",
"@ckb-lumos/codec": "0.22.0",
"@ckb-lumos/rpc": "0.22.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.22.0

### Minor Changes

- [#607](https://github.com/ckb-js/lumos/pull/607) [`b44fb39`](https://github.com/ckb-js/lumos/commit/b44fb3967d8c0cec40e8a39a885b33a515c2d9d4) Thanks [@homura](https://github.com/homura)! - feat: update default ckb-debugger version to 0.112

## 0.22.0-next.5

## 0.22.0-next.4
Expand Down
Loading