diff --git a/CHANGELOG.md b/CHANGELOG.md index c700d922..36f55a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.101.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.43.0...v0.101.0) (2021-10-24) + + +### Features + +* extends hash_type to 'data' | 'type' | 'data1' ([#555](https://github.com/nervosnetwork/ckb-sdk-js/issues/555)) ([30c49e8](https://github.com/nervosnetwork/ckb-sdk-js/commit/30c49e8960a704eb76dd0c5e0d8f370212a84a6d)) +* **rpc:** a new field 'extension' is added to the block body ([285a829](https://github.com/nervosnetwork/ckb-sdk-js/commit/285a829e4e5af7a43779e7cb854394f75fa61ff6)) +* **rpc:** add a new field 'hardforkFeatures' in response of getConsensus ([133fe26](https://github.com/nervosnetwork/ckb-sdk-js/commit/133fe26f92d49e2df2445d1530871923ef51892c)) +* **rpc:** rename 'uncles_hash' to 'extra_hash' in block header ([58c055c](https://github.com/nervosnetwork/ckb-sdk-js/commit/58c055c4b25fbd1f7abf78c334ca27e6c2566623)) + + +### BREAKING CHANGES + +* **rpc:** Add a new field 'hardforkFeatures' in response of getConsensus + +ref https://github.com/nervosnetwork/ckb/pull/2879 +* **rpc:** A new field 'extension' is added to the block body + +ref https://github.com/nervosnetwork/rfcs/pull/224 +* **rpc:** The field 'uncles_hash' in block header is renamed to 'extra_hash' + +ref: https://github.com/nervosnetwork/rfcs/pull/224 + + + + + # [0.43.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.41.1...v0.43.0) (2021-06-29) **Note:** Version bump only for package ckb-sdk-js diff --git a/lerna.json b/lerna.json index 060f6962..65083de0 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.43.0" + "version": "0.101.0" } diff --git a/packages/ckb-sdk-core/CHANGELOG.md b/packages/ckb-sdk-core/CHANGELOG.md index 70ffd399..c0cd7804 100644 --- a/packages/ckb-sdk-core/CHANGELOG.md +++ b/packages/ckb-sdk-core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.101.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.43.0...v0.101.0) (2021-10-24) + + +### Features + +* **rpc:** rename 'uncles_hash' to 'extra_hash' in block header ([58c055c](https://github.com/nervosnetwork/ckb-sdk-js/commit/58c055c4b25fbd1f7abf78c334ca27e6c2566623)) + + +### BREAKING CHANGES + +* **rpc:** The field 'uncles_hash' in block header is renamed to 'extra_hash' + +ref: https://github.com/nervosnetwork/rfcs/pull/224 + + + + + # [0.43.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.41.1...v0.43.0) (2021-06-29) **Note:** Version bump only for package @nervosnetwork/ckb-sdk-core diff --git a/packages/ckb-sdk-core/package.json b/packages/ckb-sdk-core/package.json index 9ec4ce31..2fb1dbe1 100644 --- a/packages/ckb-sdk-core/package.json +++ b/packages/ckb-sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "@nervosnetwork/ckb-sdk-core", - "version": "0.43.0", + "version": "0.101.0", "description": "JavaScript SDK for Nervos Network CKB Project", "author": "Nervos ", "homepage": "https://github.com/nervosnetwork/ckb-sdk-js#readme", @@ -31,9 +31,9 @@ "url": "https://github.com/nervosnetwork/ckb-sdk-js/issues" }, "dependencies": { - "@nervosnetwork/ckb-sdk-rpc": "0.43.0", - "@nervosnetwork/ckb-sdk-utils": "0.43.0", - "@nervosnetwork/ckb-types": "0.43.0", + "@nervosnetwork/ckb-sdk-rpc": "0.101.0", + "@nervosnetwork/ckb-sdk-utils": "0.101.0", + "@nervosnetwork/ckb-types": "0.101.0", "tslib": "2.3.1" }, "gitHead": "2beba032c0421ba14fece41fa42f9879ab767fa1" diff --git a/packages/ckb-sdk-rpc/CHANGELOG.md b/packages/ckb-sdk-rpc/CHANGELOG.md index 51d389b5..66854101 100644 --- a/packages/ckb-sdk-rpc/CHANGELOG.md +++ b/packages/ckb-sdk-rpc/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.101.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.43.0...v0.101.0) (2021-10-24) + + +### Features + +* extends hash_type to 'data' | 'type' | 'data1' ([#555](https://github.com/nervosnetwork/ckb-sdk-js/issues/555)) ([30c49e8](https://github.com/nervosnetwork/ckb-sdk-js/commit/30c49e8960a704eb76dd0c5e0d8f370212a84a6d)) +* **rpc:** a new field 'extension' is added to the block body ([285a829](https://github.com/nervosnetwork/ckb-sdk-js/commit/285a829e4e5af7a43779e7cb854394f75fa61ff6)) +* **rpc:** add a new field 'hardforkFeatures' in response of getConsensus ([133fe26](https://github.com/nervosnetwork/ckb-sdk-js/commit/133fe26f92d49e2df2445d1530871923ef51892c)) +* **rpc:** rename 'uncles_hash' to 'extra_hash' in block header ([58c055c](https://github.com/nervosnetwork/ckb-sdk-js/commit/58c055c4b25fbd1f7abf78c334ca27e6c2566623)) + + +### BREAKING CHANGES + +* **rpc:** Add a new field 'hardforkFeatures' in response of getConsensus + +ref https://github.com/nervosnetwork/ckb/pull/2879 +* **rpc:** A new field 'extension' is added to the block body + +ref https://github.com/nervosnetwork/rfcs/pull/224 +* **rpc:** The field 'uncles_hash' in block header is renamed to 'extra_hash' + +ref: https://github.com/nervosnetwork/rfcs/pull/224 + + + + + # [0.43.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.41.1...v0.43.0) (2021-06-29) **Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc diff --git a/packages/ckb-sdk-rpc/package.json b/packages/ckb-sdk-rpc/package.json index be786d95..3072eca3 100644 --- a/packages/ckb-sdk-rpc/package.json +++ b/packages/ckb-sdk-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@nervosnetwork/ckb-sdk-rpc", - "version": "0.43.0", + "version": "0.101.0", "description": "RPC module of @nervosnetwork/ckb-sdk-core", "author": "Nervos ", "homepage": "https://github.com/nervosnetwork/ckb-sdk-js/packages/ckb-rpc#readme", @@ -33,12 +33,12 @@ "url": "https://github.com/nervosnetwork/ckb-sdk-js/issues" }, "dependencies": { - "@nervosnetwork/ckb-sdk-utils": "0.43.0", + "@nervosnetwork/ckb-sdk-utils": "0.101.0", "axios": "0.21.4", "tslib": "2.3.1" }, "devDependencies": { - "@nervosnetwork/ckb-types": "0.43.0" + "@nervosnetwork/ckb-types": "0.101.0" }, "gitHead": "2beba032c0421ba14fece41fa42f9879ab767fa1" } diff --git a/packages/ckb-sdk-utils/CHANGELOG.md b/packages/ckb-sdk-utils/CHANGELOG.md index 419f1a37..212f5a5d 100644 --- a/packages/ckb-sdk-utils/CHANGELOG.md +++ b/packages/ckb-sdk-utils/CHANGELOG.md @@ -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.101.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.43.0...v0.101.0) (2021-10-24) + + +### Features + +* extends hash_type to 'data' | 'type' | 'data1' ([#555](https://github.com/nervosnetwork/ckb-sdk-js/issues/555)) ([30c49e8](https://github.com/nervosnetwork/ckb-sdk-js/commit/30c49e8960a704eb76dd0c5e0d8f370212a84a6d)) + + + + + # [0.43.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.41.1...v0.43.0) (2021-06-29) **Note:** Version bump only for package @nervosnetwork/ckb-sdk-utils diff --git a/packages/ckb-sdk-utils/package.json b/packages/ckb-sdk-utils/package.json index 4d918565..4f7abc8b 100644 --- a/packages/ckb-sdk-utils/package.json +++ b/packages/ckb-sdk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nervosnetwork/ckb-sdk-utils", - "version": "0.43.0", + "version": "0.101.0", "description": "Utils module of @nervosnetwork/ckb-sdk-core", "author": "Nervos ", "homepage": "https://github.com/nervosnetwork/ckb-sdk-js#readme", @@ -31,7 +31,7 @@ "url": "https://github.com/nervosnetwork/ckb-sdk-js/issues" }, "dependencies": { - "@nervosnetwork/ckb-types": "0.43.0", + "@nervosnetwork/ckb-types": "0.101.0", "bech32": "2.0.0", "elliptic": "6.5.4", "jsbi": "3.1.3", diff --git a/packages/ckb-types/CHANGELOG.md b/packages/ckb-types/CHANGELOG.md index b0d6d05a..f154a058 100644 --- a/packages/ckb-types/CHANGELOG.md +++ b/packages/ckb-types/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.101.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.43.0...v0.101.0) (2021-10-24) + + +### Features + +* extends hash_type to 'data' | 'type' | 'data1' ([#555](https://github.com/nervosnetwork/ckb-sdk-js/issues/555)) ([30c49e8](https://github.com/nervosnetwork/ckb-sdk-js/commit/30c49e8960a704eb76dd0c5e0d8f370212a84a6d)) +* **rpc:** a new field 'extension' is added to the block body ([285a829](https://github.com/nervosnetwork/ckb-sdk-js/commit/285a829e4e5af7a43779e7cb854394f75fa61ff6)) +* **rpc:** add a new field 'hardforkFeatures' in response of getConsensus ([133fe26](https://github.com/nervosnetwork/ckb-sdk-js/commit/133fe26f92d49e2df2445d1530871923ef51892c)) +* **rpc:** rename 'uncles_hash' to 'extra_hash' in block header ([58c055c](https://github.com/nervosnetwork/ckb-sdk-js/commit/58c055c4b25fbd1f7abf78c334ca27e6c2566623)) + + +### BREAKING CHANGES + +* **rpc:** Add a new field 'hardforkFeatures' in response of getConsensus + +ref https://github.com/nervosnetwork/ckb/pull/2879 +* **rpc:** A new field 'extension' is added to the block body + +ref https://github.com/nervosnetwork/rfcs/pull/224 +* **rpc:** The field 'uncles_hash' in block header is renamed to 'extra_hash' + +ref: https://github.com/nervosnetwork/rfcs/pull/224 + + + + + # [0.43.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.41.1...v0.43.0) (2021-06-29) **Note:** Version bump only for package @nervosnetwork/ckb-types diff --git a/packages/ckb-types/package.json b/packages/ckb-types/package.json index f134e636..c29238a5 100644 --- a/packages/ckb-types/package.json +++ b/packages/ckb-types/package.json @@ -1,6 +1,6 @@ { "name": "@nervosnetwork/ckb-types", - "version": "0.43.0", + "version": "0.101.0", "description": "Type module of @nervosnetwork/ckb-sdk-core", "author": "Nervos ", "homepage": "https://github.com/nervosnetwork/ckb-sdk-js#readme",