Skip to content
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
16 changes: 16 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.18.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.1...@bitgo/abstract-cosmos@11.18.2) (2026-04-10)

**Note:** Version bump only for package @bitgo/abstract-cosmos





## [11.18.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.0...@bitgo/abstract-cosmos@11.18.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/abstract-cosmos





# [11.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.17.8...@bitgo/abstract-cosmos@11.18.0) (2026-03-29)


Expand Down
8 changes: 4 additions & 4 deletions modules/abstract-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-cosmos",
"version": "11.18.0",
"version": "11.18.2",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.37.0",
"@bitgo/sdk-lib-mpc": "^10.10.0",
"@bitgo/sdk-core": "^36.39.0",
"@bitgo/sdk-lib-mpc": "^10.10.1",
"@bitgo/secp256k1": "^1.11.0",
"@bitgo/statics": "^58.32.0",
"@bitgo/statics": "^58.34.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
19 changes: 19 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.22.1...@bitgo/abstract-eth@24.23.0) (2026-04-10)


### Features

* **sdk-core:** add optional feeToken for Tempo TSS prebuild ([6ce1839](https://github.com/BitGo/BitGoJS/commit/6ce1839e4bd3e8c8080df99ab7a733cbac1cf2c1))





## [24.22.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.22.0...@bitgo/abstract-eth@24.22.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/abstract-eth





# [24.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.21.0...@bitgo/abstract-eth@24.22.0) (2026-03-29)


Expand Down
12 changes: 6 additions & 6 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-eth",
"version": "24.22.0",
"version": "24.23.0",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.37.0",
"@bitgo/sdk-lib-mpc": "^10.10.0",
"@bitgo/sdk-core": "^36.39.0",
"@bitgo/sdk-lib-mpc": "^10.10.1",
"@bitgo/secp256k1": "^1.11.0",
"@bitgo/statics": "^58.32.0",
"@bitgo/statics": "^58.34.0",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/rlp": "^4.0.0",
"@ethereumjs/tx": "^3.3.0",
Expand All @@ -60,8 +60,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.76.1",
"@bitgo/sdk-test": "^9.1.35",
"@bitgo/sdk-api": "^1.76.3",
"@bitgo/sdk-test": "^9.1.37",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",
Expand Down
19 changes: 19 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.9.1...@bitgo/abstract-lightning@7.10.0) (2026-04-10)


### Features

* **sdk-core:** add lightning address validation to SDK ([133d63a](https://github.com/BitGo/BitGoJS/commit/133d63a2a48be6b2a8081db309dc46fb0de9bb8a))





## [7.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.9.0...@bitgo/abstract-lightning@7.9.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/abstract-lightning





# [7.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.8.5...@bitgo/abstract-lightning@7.9.0) (2026-03-29)


Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-lightning",
"version": "7.9.0",
"version": "7.10.0",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@bitgo/public-types": "5.76.1",
"@bitgo/sdk-core": "^36.37.0",
"@bitgo/statics": "^58.32.0",
"@bitgo/sdk-core": "^36.39.0",
"@bitgo/statics": "^58.34.0",
"@bitgo/utxo-lib": "^11.22.0",
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
"bs58check": "^2.1.2",
Expand Down
16 changes: 16 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.1...@bitgo/abstract-substrate@1.14.2) (2026-04-10)

**Note:** Version bump only for package @bitgo/abstract-substrate





## [1.14.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.0...@bitgo/abstract-substrate@1.14.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/abstract-substrate





# [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.13.9...@bitgo/abstract-substrate@1.14.0) (2026-03-29)


Expand Down
8 changes: 4 additions & 4 deletions modules/abstract-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-substrate",
"version": "1.14.0",
"version": "1.14.2",
"description": "BitGo SDK coin library for Substrate base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.37.0",
"@bitgo/sdk-lib-mpc": "^10.10.0",
"@bitgo/statics": "^58.32.0",
"@bitgo/sdk-core": "^36.39.0",
"@bitgo/sdk-lib-mpc": "^10.10.1",
"@bitgo/statics": "^58.34.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.5.6",
"@polkadot/types": "14.1.1",
Expand Down
21 changes: 21 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.22.1...@bitgo/abstract-utxo@10.23.0) (2026-04-10)


### Features

* **abstract-utxo:** add writeSignedWith option to control WASM metadata ([e0e262f](https://github.com/BitGo/BitGoJS/commit/e0e262f99a7c38c01fb19b80515d5cdc5521b36d))
* **abstract-utxo:** bump @bitgo/wasm-utxo to ^4.1.0 ([efe7d60](https://github.com/BitGo/BitGoJS/commit/efe7d608f4c91da0a8bf4c5fe2ac778cc1a18186))
* **sdk-core:** add lightning address validation to SDK ([133d63a](https://github.com/BitGo/BitGoJS/commit/133d63a2a48be6b2a8081db309dc46fb0de9bb8a))





## [10.22.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.22.0...@bitgo/abstract-utxo@10.22.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/abstract-utxo





# [10.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.21.0...@bitgo/abstract-utxo@10.22.0) (2026-03-29)


Expand Down
12 changes: 6 additions & 6 deletions modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-utxo",
"version": "10.22.0",
"version": "10.23.0",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.13.4",
"@bitgo/sdk-api": "^1.76.1",
"@bitgo/sdk-core": "^36.37.0",
"@bitgo/utxo-core": "^1.35.1",
"@bitgo/sdk-api": "^1.76.3",
"@bitgo/sdk-core": "^36.39.0",
"@bitgo/utxo-core": "^1.36.0",
"@bitgo/utxo-lib": "^11.22.0",
"@bitgo/utxo-ord": "^1.28.1",
"@bitgo/utxo-ord": "^1.29.0",
"@bitgo/wasm-utxo": "^4.1.0",
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
Expand All @@ -76,7 +76,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-test": "^9.1.35",
"@bitgo/sdk-test": "^9.1.37",
"mocha": "^10.2.0"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
Expand Down
16 changes: 16 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [27.20.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.20.1...@bitgo/account-lib@27.20.2) (2026-04-10)

**Note:** Version bump only for package @bitgo/account-lib





## [27.20.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.20.0...@bitgo/account-lib@27.20.1) (2026-04-08)

**Note:** Version bump only for package @bitgo/account-lib





# [27.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.19.9...@bitgo/account-lib@27.20.0) (2026-03-29)


Expand Down
Loading
Loading