Skip to content

Commit

Permalink
Merge pull request #264 from ckb-cell/bump/0.5.0
Browse files Browse the repository at this point in the history
Bump RGB++ SDK to v0.5.0
  • Loading branch information
duanyytop authored Jul 31, 2024
2 parents 25aea1e + 86bf30e commit 2cf54a0
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-snails-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-wasps-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-tables-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-hounds-listen.md

This file was deleted.

17 changes: 16 additions & 1 deletion packages/btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# @rgbpp-sdk/btc

## 0.4.0
## v0.5.0

### Minor Changes

- [#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))

- Batch fetch CKB RGB++ live cells to construct BTC transaction
- Remove useless fields for RGB++ lock args list

### Patch Changes

- 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)]:
- @rgbpp-sdk/service@0.5.0
- @rgbpp-sdk/ckb@0.5.0

## v0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/btc",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down
15 changes: 14 additions & 1 deletion packages/ckb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# @rgbpp-sdk/ckb

## 0.4.0
## v0.5.0

### Minor Changes

- [#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))

- [#263](https://github.com/ckb-cell/rgbpp-sdk/pull/263): Remove 1CKB from BTC time cell capacity([@duanyytop](https://github.com/duanyytop))

### Patch Changes

- Updated dependencies [[`9afc2a9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9afc2a911e6a4ba8a200755b01159b5b149e4010)]:
- @rgbpp-sdk/service@0.5.0

## v0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/ckb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/ckb",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down
11 changes: 10 additions & 1 deletion packages/rgbpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# rgbpp

## 0.4.0
## v0.5.0

### Patch Changes

- 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)]:
- @rgbpp-sdk/ckb@0.5.0
- @rgbpp-sdk/btc@0.5.0
- @rgbpp-sdk/service@0.5.0

## v0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/rgbpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rgbpp",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "tsc && eslint --ext .ts src/* && prettier --check 'src/*.ts'",
Expand Down
8 changes: 7 additions & 1 deletion packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# @rgbpp-sdk/service

## 0.4.0
## v0.5.0

### Minor Changes

- [#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))

## v0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/service",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down

1 comment on commit 2cf54a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New snapshot version of the rgbpp-sdk packages have been released:

Name Version
@rgbpp-sdk/btc 0.0.0-snap-20240731111556
@rgbpp-sdk/ckb 0.0.0-snap-20240731111556
rgbpp 0.0.0-snap-20240731111556
@rgbpp-sdk/service 0.0.0-snap-20240731111556

Please sign in to comment.