Skip to content

Commit

Permalink
chore: update package versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Mar 13, 2024
1 parent 4c61674 commit 1a11408
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 18 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.109.1](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)
## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)


### Bug Fixes

* return empty array if payload of batch request is an empty array ([#616](https://github.com/ckb-js/ckb-sdk-js/issues/616)) ([f649fa6](https://github.com/ckb-js/ckb-sdk-js/commit/f649fa618b20b8dfe70b4547a7356726eee60443))


### Features

* add data2 to script hash_type ([e887c7a](https://github.com/ckb-js/ckb-sdk-js/commit/e887c7a84f61957c3dfa19e4653e302f38daaba4))
* support data2 in address transform ([4c61674](https://github.com/ckb-js/ckb-sdk-js/commit/4c61674c12a96d921a274c922c9490569742dc1d))

* add data2 to script.hashType ([#629](https://github.com/ckb-js/ckb-sdk-js/pull/629))



Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/ckb-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-core





# [0.109.0](https://github.com/ckb-js/ckb-sdk-js/compare/v0.107.0...v0.109.0) (2023-04-26)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-core
Expand Down
11 changes: 11 additions & 0 deletions packages/ckb-sdk-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)


### Bug Fixes

* return empty array if payload of batch request is an empty array ([#616](https://github.com/ckb-js/ckb-sdk-js/issues/616)) ([f649fa6](https://github.com/ckb-js/ckb-sdk-js/commit/f649fa618b20b8dfe70b4547a7356726eee60443))





# [0.109.0](https://github.com/ckb-js/ckb-sdk-js/compare/v0.107.0...v0.109.0) (2023-04-26)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc
Expand Down
12 changes: 12 additions & 0 deletions packages/ckb-sdk-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)


### Features

* add data2 to script hash_type ([e887c7a](https://github.com/ckb-js/ckb-sdk-js/commit/e887c7a84f61957c3dfa19e4653e302f38daaba4))
* support data2 in address transform ([4c61674](https://github.com/ckb-js/ckb-sdk-js/commit/4c61674c12a96d921a274c922c9490569742dc1d))





# [0.109.0](https://github.com/ckb-js/ckb-sdk-js/compare/v0.107.0...v0.109.0) (2023-04-26)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-utils
Expand Down
11 changes: 11 additions & 0 deletions packages/ckb-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)


### Features

* add data2 to script hash_type ([e887c7a](https://github.com/ckb-js/ckb-sdk-js/commit/e887c7a84f61957c3dfa19e4653e302f38daaba4))





# [0.109.0](https://github.com/ckb-js/ckb-sdk-js/compare/v0.107.0...v0.109.0) (2023-04-26)

**Note:** Version bump only for package @nervosnetwork/ckb-types
Expand Down

0 comments on commit 1a11408

Please sign in to comment.