Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(root): publish modules #5302

Merged
merged 2 commits into from
Dec 20, 2024
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Tue, 17 Dec 2024 14:15:00 GMT"
LABEL version=10.6.3
LABEL git_hash=e9a7f5fa057dd4966907be08d4b78d00deb68808
LABEL created="Thu, 19 Dec 2024 23:01:08 GMT"
LABEL version=10.6.4
LABEL git_hash=71e02443fc94871eb8da4b3bdd95f600d7bc6e4d
#LABEL_END

USER node
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)

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

## [11.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)

**Note:** Version bump only for package @bitgo/abstract-cosmos
Expand Down
4 changes: 2 additions & 2 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.2.10",
"version": "11.2.11",
"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,7 +38,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.17.0",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/statics": "^50.15.0",
"@bitgo/utxo-lib": "^11.2.1",
"@cosmjs/amino": "^0.29.5",
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)

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

## [22.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)

**Note:** Version bump only for package @bitgo/abstract-eth
Expand Down
8 changes: 4 additions & 4 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": "22.4.4",
"version": "22.4.5",
"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,7 +40,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.17.0",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/statics": "^50.15.0",
"@bitgo/utxo-lib": "^11.2.1",
"@ethereumjs/common": "^2.6.5",
Expand All @@ -58,8 +58,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.57.3",
"@bitgo/sdk-test": "^8.0.59",
"@bitgo/sdk-api": "^1.57.4",
"@bitgo/sdk-test": "^8.0.60",
"@types/keccak": "^3.0.5"
}
}
4 changes: 4 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)

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

## [1.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)

**Note:** Version bump only for package @bitgo/abstract-lightning
Expand Down
4 changes: 2 additions & 2 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": "1.2.32",
"version": "1.2.33",
"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 @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.17.0",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/utxo-lib": "^11.2.1"
}
}
13 changes: 13 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)

### Bug Fixes

- **abstract-utxo:** pass actual wallet to signTransaction ([1024bff](https://github.com/BitGo/BitGoJS/commit/1024bff44bd5387a908703336e83ca7f6e4c9edc))
- **abstract-utxo:** remove txHex check from postProcessPrebuild ([7e7c047](https://github.com/BitGo/BitGoJS/commit/7e7c04757320f8af2f1235e34b8cea1cf6b8a442))

### Features

- **abstract-utxo:** enforce import order lint rule ([c6f0d09](https://github.com/BitGo/BitGoJS/commit/c6f0d093fceefdd7035212bf00fd2c3ac458b5bd))
- **abstract-utxo:** extract signer keychain earlier ([048c240](https://github.com/BitGo/BitGoJS/commit/048c240138c833bd4782f4c606a37a47d41dc6a5))
- **abstract-utxo:** implement sign for descriptor wallets ([24eaced](https://github.com/BitGo/BitGoJS/commit/24eacedc9f77c7308ceb06dc06dca6c9742581a0))

# [9.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)

### Features
Expand Down
6 changes: 3 additions & 3 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": "9.7.0",
"version": "9.8.0",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.10.9",
"@bitgo/sdk-api": "^1.57.3",
"@bitgo/sdk-core": "^28.17.0",
"@bitgo/sdk-api": "^1.57.4",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/unspents": "^0.47.17",
"@bitgo/utxo-lib": "^11.2.1",
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",
Expand Down
4 changes: 4 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)

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

## [24.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
82 changes: 41 additions & 41 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": "24.1.4",
"version": "24.1.5",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,46 +27,46 @@
"node": ">=18 <21"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^2.1.52",
"@bitgo/sdk-coin-apt": "^1.3.5",
"@bitgo/sdk-coin-arbeth": "^21.0.46",
"@bitgo/sdk-coin-atom": "^13.1.10",
"@bitgo/sdk-coin-avaxc": "^5.2.4",
"@bitgo/sdk-coin-avaxp": "^5.0.53",
"@bitgo/sdk-coin-bera": "^2.2.15",
"@bitgo/sdk-coin-bld": "^3.0.23",
"@bitgo/sdk-coin-bsc": "^22.2.7",
"@bitgo/sdk-coin-celo": "^4.0.5",
"@bitgo/sdk-coin-coredao": "^1.2.6",
"@bitgo/sdk-coin-coreum": "^21.0.23",
"@bitgo/sdk-coin-cspr": "^2.0.54",
"@bitgo/sdk-coin-dot": "^4.1.32",
"@bitgo/sdk-coin-etc": "^2.2.21",
"@bitgo/sdk-coin-eth": "^24.2.43",
"@bitgo/sdk-coin-eth2": "^3.0.53",
"@bitgo/sdk-coin-hash": "^3.0.23",
"@bitgo/sdk-coin-hbar": "^2.0.54",
"@bitgo/sdk-coin-injective": "^3.0.23",
"@bitgo/sdk-coin-islm": "^2.1.4",
"@bitgo/sdk-coin-near": "^2.0.54",
"@bitgo/sdk-coin-oas": "^1.1.7",
"@bitgo/sdk-coin-opeth": "^18.1.39",
"@bitgo/sdk-coin-osmo": "^3.0.23",
"@bitgo/sdk-coin-polygon": "^21.0.23",
"@bitgo/sdk-coin-rbtc": "^2.0.54",
"@bitgo/sdk-coin-rune": "^1.1.11",
"@bitgo/sdk-coin-sei": "^3.0.23",
"@bitgo/sdk-coin-sol": "^4.7.11",
"@bitgo/sdk-coin-stx": "^3.3.11",
"@bitgo/sdk-coin-sui": "^5.8.13",
"@bitgo/sdk-coin-tia": "^3.0.23",
"@bitgo/sdk-coin-ton": "^3.4.11",
"@bitgo/sdk-coin-trx": "^2.0.54",
"@bitgo/sdk-coin-xrp": "^3.6.7",
"@bitgo/sdk-coin-xtz": "^2.1.52",
"@bitgo/sdk-coin-zeta": "^3.0.23",
"@bitgo/sdk-coin-zketh": "^2.0.46",
"@bitgo/sdk-core": "^28.17.0",
"@bitgo/sdk-coin-algo": "^2.1.53",
"@bitgo/sdk-coin-apt": "^1.3.6",
"@bitgo/sdk-coin-arbeth": "^21.0.47",
"@bitgo/sdk-coin-atom": "^13.1.11",
"@bitgo/sdk-coin-avaxc": "^5.2.5",
"@bitgo/sdk-coin-avaxp": "^5.0.54",
"@bitgo/sdk-coin-bera": "^2.2.16",
"@bitgo/sdk-coin-bld": "^3.0.24",
"@bitgo/sdk-coin-bsc": "^22.2.8",
"@bitgo/sdk-coin-celo": "^4.0.6",
"@bitgo/sdk-coin-coredao": "^1.2.7",
"@bitgo/sdk-coin-coreum": "^21.0.24",
"@bitgo/sdk-coin-cspr": "^2.0.55",
"@bitgo/sdk-coin-dot": "^4.1.33",
"@bitgo/sdk-coin-etc": "^2.2.22",
"@bitgo/sdk-coin-eth": "^24.2.44",
"@bitgo/sdk-coin-eth2": "^3.0.54",
"@bitgo/sdk-coin-hash": "^3.0.24",
"@bitgo/sdk-coin-hbar": "^2.0.55",
"@bitgo/sdk-coin-injective": "^3.0.24",
"@bitgo/sdk-coin-islm": "^2.1.5",
"@bitgo/sdk-coin-near": "^2.0.55",
"@bitgo/sdk-coin-oas": "^1.1.8",
"@bitgo/sdk-coin-opeth": "^18.1.40",
"@bitgo/sdk-coin-osmo": "^3.0.24",
"@bitgo/sdk-coin-polygon": "^21.0.24",
"@bitgo/sdk-coin-rbtc": "^2.0.55",
"@bitgo/sdk-coin-rune": "^1.1.12",
"@bitgo/sdk-coin-sei": "^3.0.24",
"@bitgo/sdk-coin-sol": "^4.7.12",
"@bitgo/sdk-coin-stx": "^3.3.12",
"@bitgo/sdk-coin-sui": "^5.8.14",
"@bitgo/sdk-coin-tia": "^3.0.24",
"@bitgo/sdk-coin-ton": "^3.4.12",
"@bitgo/sdk-coin-trx": "^2.0.55",
"@bitgo/sdk-coin-xrp": "^3.6.8",
"@bitgo/sdk-coin-xtz": "^2.1.53",
"@bitgo/sdk-coin-zeta": "^3.0.24",
"@bitgo/sdk-coin-zketh": "^2.0.47",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.15.0",
"bignumber.js": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/bitgo/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.

## [39.19.1](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.19.1) (2024-12-19)

### Bug Fixes

- **sdk-core:** choose correct default apiVersion for tss ([1bfcc36](https://github.com/BitGo/BitGoJS/commit/1bfcc365bdc8d9f3eece0ca78a9129c887e1c163))
- **sdk-core:** choose correct default apiVersion for tss ([c3bc7f0](https://github.com/BitGo/BitGoJS/commit/c3bc7f0839477321c9bd415d7b3036a32ef6d3aa))
- **sdk-core:** ignore case for btc unstaking transaction type ([aed4488](https://github.com/BitGo/BitGoJS/commit/aed448848ef90967b9eaf44e3e4d25ed2901822c))

# [39.19.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.19.0) (2024-12-17)

### Features
Expand Down
Loading
Loading