Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

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

File tree

12 files changed

+51
-28
lines changed

12 files changed

+51
-28
lines changed

.changeset/clean-snails-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-wasps-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-tables-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-hounds-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/btc/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
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

packages/btc/package.json

Lines changed: 1 addition & 1 deletion
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",

packages/ckb/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
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

packages/ckb/package.json

Lines changed: 1 addition & 1 deletion
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",

packages/rgbpp/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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

packages/rgbpp/package.json

Lines changed: 1 addition & 1 deletion
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'",

packages/service/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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

packages/service/package.json

Lines changed: 1 addition & 1 deletion
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)