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

Bump RGB++ SDK to v0.5.0 #264

Merged
merged 1 commit into from
Jul 31, 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/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