Skip to content

Commit 2cf54a0

Browse files
authored
Merge pull request #264 from ckb-cell/bump/0.5.0
Bump RGB++ SDK to v0.5.0
2 parents 25aea1e + 86bf30e commit 2cf54a0

12 files changed

+51
-28
lines changed

Diff for: .changeset/clean-snails-admire.md

-5
This file was deleted.

Diff for: .changeset/sharp-wasps-punch.md

-5
This file was deleted.

Diff for: .changeset/shy-tables-turn.md

-5
This file was deleted.

Diff for: .changeset/three-hounds-listen.md

-5
This file was deleted.

Diff for: packages/btc/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# @rgbpp-sdk/btc
22

3-
## 0.4.0
3+
## v0.5.0
4+
5+
### Minor Changes
6+
7+
- [#261](https://github.com/ckb-cell/rgbpp-sdk/pull/261): Batch fetch CKB RGB++ live cells to construct BTC transaction ([@duanyytop](https://github.com/duanyytop))
8+
9+
- Batch fetch CKB RGB++ live cells to construct BTC transaction
10+
- Remove useless fields for RGB++ lock args list
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`9afc2a9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9afc2a911e6a4ba8a200755b01159b5b149e4010), [`8f99429`](https://github.com/ckb-cell/rgbpp-sdk/commit/8f99429de45899e5169771e87e73603318a49ae8), [`475b3c3`](https://github.com/ckb-cell/rgbpp-sdk/commit/475b3c35ab1a25ba3aae28123f2820460101c889)]:
15+
- @rgbpp-sdk/service@0.5.0
16+
- @rgbpp-sdk/ckb@0.5.0
17+
18+
## v0.4.0
419

520
### Minor Changes
621

Diff for: packages/btc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rgbpp-sdk/btc",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

Diff for: packages/ckb/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# @rgbpp-sdk/ckb
22

3-
## 0.4.0
3+
## v0.5.0
4+
5+
### Minor Changes
6+
7+
- [#258](https://github.com/ckb-cell/rgbpp-sdk/pull/258): Support for arbitrary btc confirmation blocks to unlock btc time cells([@duanyytop](https://github.com/duanyytop))
8+
9+
- [#263](https://github.com/ckb-cell/rgbpp-sdk/pull/263): Remove 1CKB from BTC time cell capacity([@duanyytop](https://github.com/duanyytop))
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`9afc2a9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9afc2a911e6a4ba8a200755b01159b5b149e4010)]:
14+
- @rgbpp-sdk/service@0.5.0
15+
16+
## v0.4.0
417

518
### Minor Changes
619

Diff for: packages/ckb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rgbpp-sdk/ckb",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

Diff for: packages/rgbpp/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# rgbpp
22

3-
## 0.4.0
3+
## v0.5.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9afc2a9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9afc2a911e6a4ba8a200755b01159b5b149e4010), [`8f99429`](https://github.com/ckb-cell/rgbpp-sdk/commit/8f99429de45899e5169771e87e73603318a49ae8), [`475b3c3`](https://github.com/ckb-cell/rgbpp-sdk/commit/475b3c35ab1a25ba3aae28123f2820460101c889), [`1a8bb1c`](https://github.com/ckb-cell/rgbpp-sdk/commit/1a8bb1c8c305ddaba80e139a0730c9c76f8c7784)]:
8+
- @rgbpp-sdk/ckb@0.5.0
9+
- @rgbpp-sdk/btc@0.5.0
10+
- @rgbpp-sdk/service@0.5.0
11+
12+
## v0.4.0
413

514
### Minor Changes
615

Diff for: packages/rgbpp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rgbpp",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json",
66
"lint": "tsc && eslint --ext .ts src/* && prettier --check 'src/*.ts'",

Diff for: packages/service/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# @rgbpp-sdk/service
22

3-
## 0.4.0
3+
## v0.5.0
4+
5+
### Minor Changes
6+
7+
- [#248](https://github.com/ckb-cell/rgbpp-sdk/pull/248): Add `type_script` to the response of `/rgbpp/v1/address/{btc_address}/balance` API, and add `typeHash` to the response of rgbpp assets-related APIs ([@ShookLyngs](https://github.com/ShookLyngs))
8+
9+
## v0.4.0
410

511
### Minor Changes
612

Diff for: packages/service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rgbpp-sdk/service",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)