File tree Expand file tree Collapse file tree 10 files changed +68
-15
lines changed Expand file tree Collapse file tree 10 files changed +68
-15
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7+
8+
9+ ### Bug Fixes
10+
11+ * commonjs support ([ #639 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/639 ) ) ([ b229d4e] ( https://github.com/ckb-js/ckb-sdk-js/commit/b229d4ede84e34820d236ccf22af9e24dd518c19 ) )
12+ * fix data2 validation in 'isPayloadValid' method ([ #648 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/648 ) ) ([ 8b7dcb6] ( https://github.com/ckb-js/ckb-sdk-js/commit/8b7dcb6bb42124989284f66ab9fa4a96cce3d0b2 ) )
13+
14+
15+ ### Features
16+
17+ * bump dependencies and fix tests for incompatibility ([ #654 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/654 ) ) ([ d22ea9f] ( https://github.com/ckb-js/ckb-sdk-js/commit/d22ea9f45437c0a4ebed1f25e3c9e9d2ff0af4be ) )
18+
19+
20+
21+
22+
623## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
724
825
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.109.4 "
2+ "version" : " 0.109.5 "
33}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7+
8+ ** Note:** Version bump only for package @nervosnetwork/ckb-sdk-core
9+
10+
11+
12+
13+
614## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
715
816** Note:** Version bump only for package @nervosnetwork/ckb-sdk-core
Original file line number Diff line number Diff line change 11{
22 "name" : " @nervosnetwork/ckb-sdk-core" ,
3- "version" : " 0.109.4 " ,
3+ "version" : " 0.109.5 " ,
44 "description" : " JavaScript SDK for Nervos Network CKB Project" ,
55 "author" : " Nervos <dev@nervos.org>" ,
66 "homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
4848 "url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
4949 },
5050 "dependencies" : {
51- "@nervosnetwork/ckb-sdk-rpc" : " 0.109.4 " ,
52- "@nervosnetwork/ckb-sdk-utils" : " 0.109.4 " ,
53- "@nervosnetwork/ckb-types" : " 0.109.4 " ,
51+ "@nervosnetwork/ckb-sdk-rpc" : " 0.109.5 " ,
52+ "@nervosnetwork/ckb-sdk-utils" : " 0.109.5 " ,
53+ "@nervosnetwork/ckb-types" : " 0.109.5 " ,
5454 "tslib" : " 2.3.1"
5555 },
56- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
56+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
5757}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7+
8+ ** Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc
9+
10+
11+
12+
13+
614## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
715
816** Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc
Original file line number Diff line number Diff line change 11{
22 "name" : " @nervosnetwork/ckb-sdk-rpc" ,
3- "version" : " 0.109.4 " ,
3+ "version" : " 0.109.5 " ,
44 "description" : " RPC module of @nervosnetwork/ckb-sdk-core" ,
55 "author" : " Nervos <dev@nervos.org>" ,
66 "homepage" : " https://github.com/ckb-js/ckb-sdk-js/packages/ckb-rpc#readme" ,
4343 "url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
4444 },
4545 "dependencies" : {
46- "@nervosnetwork/ckb-sdk-utils" : " 0.109.4 " ,
46+ "@nervosnetwork/ckb-sdk-utils" : " 0.109.5 " ,
4747 "axios" : " 1.7.4" ,
4848 "tslib" : " 2.3.1"
4949 },
5050 "devDependencies" : {
51- "@nervosnetwork/ckb-types" : " 0.109.4 "
51+ "@nervosnetwork/ckb-types" : " 0.109.5 "
5252 },
53- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
53+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
5454}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7+
8+
9+ ### Bug Fixes
10+
11+ * commonjs support ([ #639 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/639 ) ) ([ b229d4e] ( https://github.com/ckb-js/ckb-sdk-js/commit/b229d4ede84e34820d236ccf22af9e24dd518c19 ) )
12+ * fix data2 validation in 'isPayloadValid' method ([ #648 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/648 ) ) ([ 8b7dcb6] ( https://github.com/ckb-js/ckb-sdk-js/commit/8b7dcb6bb42124989284f66ab9fa4a96cce3d0b2 ) )
13+
14+
15+
16+
17+
618## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " @nervosnetwork/ckb-sdk-utils" ,
3- "version" : " 0.109.4 " ,
3+ "version" : " 0.109.5 " ,
44 "description" : " Utils module of @nervosnetwork/ckb-sdk-core" ,
55 "author" : " Nervos <dev@nervos.org>" ,
66 "homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
4141 "url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
4242 },
4343 "dependencies" : {
44- "@nervosnetwork/ckb-types" : " 0.109.4 " ,
44+ "@nervosnetwork/ckb-types" : " 0.109.5 " ,
4545 "bech32" : " 2.0.0" ,
4646 "elliptic" : " 6.6.1" ,
4747 "jsbi" : " 3.1.3" ,
5151 "@types/bitcoinjs-lib" : " 5.0.0" ,
5252 "@types/elliptic" : " 6.4.12"
5353 },
54- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
54+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
5555}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7+
8+ ** Note:** Version bump only for package @nervosnetwork/ckb-types
9+
10+
11+
12+
13+
614## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
715
816** Note:** Version bump only for package @nervosnetwork/ckb-types
Original file line number Diff line number Diff line change 11{
22 "name" : " @nervosnetwork/ckb-types" ,
3- "version" : " 0.109.4 " ,
3+ "version" : " 0.109.5 " ,
44 "description" : " Type module of @nervosnetwork/ckb-sdk-core" ,
55 "author" : " Nervos <dev@nervos.org>" ,
66 "homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
2020 "bugs" : {
2121 "url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
2222 },
23- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
23+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
2424}
You can’t perform that action at this time.
0 commit comments