Skip to content
Open
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
11 changes: 11 additions & 0 deletions modules/abstract-lightning/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.

## [7.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.2.2...@bitgo/abstract-lightning@7.2.3) (2025-10-10)


### Bug Fixes

* upgrade public types version ([49cb5b1](https://github.com/BitGo/BitGoJS/commit/49cb5b1f07bf63ae0fab7feb5f55457f641ada9f))





## [7.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.2.1...@bitgo/abstract-lightning@7.2.2) (2025-10-09)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.2",
"version": "7.2.3",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions modules/account-lib/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.

## [27.11.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.4...@bitgo/account-lib@27.11.5) (2025-10-10)

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





## [27.11.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.11.3...@bitgo/account-lib@27.11.4) (2025-10-09)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
4 changes: 2 additions & 2 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/account-lib",
"version": "27.11.4",
"version": "27.11.5",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@bitgo/sdk-coin-rune": "^1.6.4",
"@bitgo/sdk-coin-sei": "^3.5.4",
"@bitgo/sdk-coin-sgb": "^1.6.4",
"@bitgo/sdk-coin-sol": "^7.2.2",
"@bitgo/sdk-coin-sol": "^7.2.3",
"@bitgo/sdk-coin-soneium": "^1.8.4",
"@bitgo/sdk-coin-stt": "^1.4.4",
"@bitgo/sdk-coin-stx": "^3.10.4",
Expand Down
11 changes: 11 additions & 0 deletions modules/bitgo/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.

## [50.4.2](https://github.com/BitGo/BitGoJS/compare/bitgo@50.4.1...bitgo@50.4.2) (2025-10-10)


### Bug Fixes

* upgrade public types version ([49cb5b1](https://github.com/BitGo/BitGoJS/commit/49cb5b1f07bf63ae0fab7feb5f55457f641ada9f))





## [50.4.1](https://github.com/BitGo/BitGoJS/compare/bitgo@50.4.0...bitgo@50.4.1) (2025-10-09)


Expand Down
10 changes: 5 additions & 5 deletions modules/bitgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitgo",
"version": "50.4.1",
"version": "50.4.2",
"description": "BitGo JavaScript SDK",
"main": "./dist/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down Expand Up @@ -44,9 +44,9 @@
"gen-docs": "typedoc"
},
"dependencies": {
"@bitgo/abstract-lightning": "^7.2.2",
"@bitgo/abstract-lightning": "^7.2.3",
"@bitgo/abstract-utxo": "^9.27.4",
"@bitgo/account-lib": "^27.11.4",
"@bitgo/account-lib": "^27.11.5",
"@bitgo/blockapis": "^1.12.0",
"@bitgo/sdk-api": "^1.70.1",
"@bitgo/sdk-coin-ada": "^4.16.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@bitgo/sdk-coin-injective": "^3.5.4",
"@bitgo/sdk-coin-iota": "^1.3.4",
"@bitgo/sdk-coin-islm": "^2.4.4",
"@bitgo/sdk-coin-lnbtc": "^1.5.4",
"@bitgo/sdk-coin-lnbtc": "^1.5.5",
"@bitgo/sdk-coin-ltc": "^3.4.4",
"@bitgo/sdk-coin-mon": "^1.4.4",
"@bitgo/sdk-coin-near": "^2.11.4",
Expand All @@ -104,7 +104,7 @@
"@bitgo/sdk-coin-rune": "^1.6.4",
"@bitgo/sdk-coin-sei": "^3.5.4",
"@bitgo/sdk-coin-sgb": "^1.6.4",
"@bitgo/sdk-coin-sol": "^7.2.2",
"@bitgo/sdk-coin-sol": "^7.2.3",
"@bitgo/sdk-coin-soneium": "^1.8.4",
"@bitgo/sdk-coin-stt": "^1.4.4",
"@bitgo/sdk-coin-stx": "^3.10.4",
Expand Down
12 changes: 12 additions & 0 deletions modules/express/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.

# [15.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@15.5.0...@bitgo/express@15.6.0) (2025-10-10)


### Features

* **express:** added type from public types ([53fe28b](https://github.com/BitGo/BitGoJS/commit/53fe28bf2f6e193174d72a3bafc0544eead9ea5c))
* **express:** migrate wallet signTx to typed routes ([335fe30](https://github.com/BitGo/BitGoJS/commit/335fe3060ac3cc21f696fc99d7b4404b6f807ef5))





# [15.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@15.4.0...@bitgo/express@15.5.0) (2025-10-09)


Expand Down
6 changes: 3 additions & 3 deletions modules/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/express",
"version": "15.5.0",
"version": "15.6.0",
"private": true,
"description": "Local signing server and proxy for the BitGo platform",
"main": "./dist/src/index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@api-ts/io-ts-http": "^3.2.1",
"@api-ts/typed-express-router": "2.0.0",
"@bitgo/abstract-lightning": "^7.2.2",
"@bitgo/abstract-lightning": "^7.2.3",
"@bitgo/sdk-core": "^36.12.0",
"@bitgo/utxo-lib": "^11.11.0",
"@types/proxyquire": "^1.3.31",
"argparse": "^1.0.10",
"bitgo": "^50.4.1",
"bitgo": "^50.4.2",
"body-parser": "^1.20.3",
"connect-timeout": "^1.9.0",
"debug": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions modules/sdk-coin-lnbtc/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.

## [1.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-lnbtc@1.5.4...@bitgo/sdk-coin-lnbtc@1.5.5) (2025-10-10)

**Note:** Version bump only for package @bitgo/sdk-coin-lnbtc





## [1.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-lnbtc@1.5.3...@bitgo/sdk-coin-lnbtc@1.5.4) (2025-10-09)


Expand Down
4 changes: 2 additions & 2 deletions modules/sdk-coin-lnbtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/sdk-coin-lnbtc",
"version": "1.5.4",
"version": "1.5.5",
"description": "BitGo SDK coin library for Lightning Bitcoin",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"@bitgo/abstract-lightning": "^7.2.2",
"@bitgo/abstract-lightning": "^7.2.3",
"@bitgo/sdk-core": "^36.12.0",
"@bitgo/utxo-lib": "^11.11.0"
},
Expand Down
11 changes: 11 additions & 0 deletions modules/sdk-coin-sol/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.

## [7.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@7.2.2...@bitgo/sdk-coin-sol@7.2.3) (2025-10-10)


### Bug Fixes

* upgrade public types version ([49cb5b1](https://github.com/BitGo/BitGoJS/commit/49cb5b1f07bf63ae0fab7feb5f55457f641ada9f))





## [7.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@7.2.1...@bitgo/sdk-coin-sol@7.2.2) (2025-10-09)


Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-sol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/sdk-coin-sol",
"version": "7.2.2",
"version": "7.2.3",
"description": "BitGo SDK coin library for Sol",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions modules/web-demo/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.

## [3.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@3.3.4...@bitgo/web-demo@3.3.5) (2025-10-10)

**Note:** Version bump only for package @bitgo/web-demo





## [3.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@3.3.3...@bitgo/web-demo@3.3.4) (2025-10-09)

**Note:** Version bump only for package @bitgo/web-demo
Expand Down
6 changes: 3 additions & 3 deletions modules/web-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/web-demo",
"version": "3.3.4",
"version": "3.3.5",
"description": "BitGoJS Web demo package",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@bitgo/sdk-coin-near": "^2.11.4",
"@bitgo/sdk-coin-polygon": "^21.5.4",
"@bitgo/sdk-coin-rbtc": "^2.3.4",
"@bitgo/sdk-coin-sol": "^7.2.2",
"@bitgo/sdk-coin-sol": "^7.2.3",
"@bitgo/sdk-coin-stx": "^3.10.4",
"@bitgo/sdk-coin-sui": "^5.19.4",
"@bitgo/sdk-coin-trx": "^3.7.1",
Expand All @@ -63,7 +63,7 @@
"@bitgo/sdk-lib-mpc": "^10.8.1",
"@bitgo/sdk-opensslbytes": "^2.1.0",
"@bitgo/statics": "^58.4.0",
"bitgo": "^50.4.1",
"bitgo": "^50.4.2",
"lodash": "^4.17.15",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down