Skip to content

Commit 96b5313

Browse files
Merge pull request #5302 from BitGo/rel/latest
chore(root): publish modules
2 parents c075a38 + eabf117 commit 96b5313

File tree

139 files changed

+738
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+738
-442
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ RUN cd /var/bitgo-express && \
265265
#LINK_END
266266

267267
#LABEL_START
268-
LABEL created="Tue, 17 Dec 2024 14:15:00 GMT"
269-
LABEL version=10.6.3
270-
LABEL git_hash=e9a7f5fa057dd4966907be08d4b78d00deb68808
268+
LABEL created="Thu, 19 Dec 2024 23:01:08 GMT"
269+
LABEL version=10.6.4
270+
LABEL git_hash=71e02443fc94871eb8da4b3bdd95f600d7bc6e4d
271271
#LABEL_END
272272

273273
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
711

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

modules/abstract-cosmos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.2.10",
3+
"version": "11.2.11",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.17.0",
41+
"@bitgo/sdk-core": "^28.17.1",
4242
"@bitgo/statics": "^50.15.0",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",

modules/abstract-eth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
711

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

modules/abstract-eth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.4.4",
3+
"version": "22.4.5",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.17.0",
43+
"@bitgo/sdk-core": "^28.17.1",
4444
"@bitgo/statics": "^50.15.0",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.57.3",
62-
"@bitgo/sdk-test": "^8.0.59",
61+
"@bitgo/sdk-api": "^1.57.4",
62+
"@bitgo/sdk-test": "^8.0.60",
6363
"@types/keccak": "^3.0.5"
6464
}
6565
}

modules/abstract-lightning/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
711

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

modules/abstract-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.32",
3+
"version": "1.2.33",
44
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.17.0",
40+
"@bitgo/sdk-core": "^28.17.1",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)
7+
8+
### Bug Fixes
9+
10+
- **abstract-utxo:** pass actual wallet to signTransaction ([1024bff](https://github.com/BitGo/BitGoJS/commit/1024bff44bd5387a908703336e83ca7f6e4c9edc))
11+
- **abstract-utxo:** remove txHex check from postProcessPrebuild ([7e7c047](https://github.com/BitGo/BitGoJS/commit/7e7c04757320f8af2f1235e34b8cea1cf6b8a442))
12+
13+
### Features
14+
15+
- **abstract-utxo:** enforce import order lint rule ([c6f0d09](https://github.com/BitGo/BitGoJS/commit/c6f0d093fceefdd7035212bf00fd2c3ac458b5bd))
16+
- **abstract-utxo:** extract signer keychain earlier ([048c240](https://github.com/BitGo/BitGoJS/commit/048c240138c833bd4782f4c606a37a47d41dc6a5))
17+
- **abstract-utxo:** implement sign for descriptor wallets ([24eaced](https://github.com/BitGo/BitGoJS/commit/24eacedc9f77c7308ceb06dc06dca6c9742581a0))
18+
619
# [9.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
720

821
### Features

modules/abstract-utxo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "9.7.0",
3+
"version": "9.8.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/blockapis": "^1.10.9",
43-
"@bitgo/sdk-api": "^1.57.3",
44-
"@bitgo/sdk-core": "^28.17.0",
43+
"@bitgo/sdk-api": "^1.57.4",
44+
"@bitgo/sdk-core": "^28.17.1",
4545
"@bitgo/unspents": "^0.47.17",
4646
"@bitgo/utxo-lib": "^11.2.1",
4747
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",

modules/account-lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [24.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-19)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [24.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
711

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

0 commit comments

Comments
 (0)