Skip to content

Commit 7682a61

Browse files
Merge pull request #5029 from BitGo/rel/latest
chore(root): publish modules
2 parents be99ddb + 6a395d6 commit 7682a61

File tree

135 files changed

+767
-464
lines changed

Some content is hidden

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

135 files changed

+767
-464
lines changed

Dockerfile

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

255255
#LABEL_START
256-
LABEL created="Tue, 08 Oct 2024 19:31:49 GMT"
257-
LABEL version=10.4.4
258-
LABEL git_hash=1e493d3acd034337c89e64caf58bf233558d9426
256+
LABEL created="Tue, 15 Oct 2024 17:41:17 GMT"
257+
LABEL version=10.4.5
258+
LABEL git_hash=c82d13cb422367a1ee47f4e2e965de46fe33ae86
259259
#LABEL_END
260260

261261
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.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
711

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

modules/abstract-cosmos/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-cosmos",
3-
"version": "11.0.9",
3+
"version": "11.0.10",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,9 +37,9 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.9.0",
40+
"@bitgo/sdk-core": "^28.10.0",
4141
"@bitgo/sdk-lib-mpc": "^10.0.0",
42-
"@bitgo/statics": "^50.2.0",
42+
"@bitgo/statics": "^50.3.0",
4343
"@bitgo/utxo-lib": "^11.0.0",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",

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.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
711

812
### Bug Fixes

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.2.1",
3+
"version": "22.2.2",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.9.0",
43+
"@bitgo/sdk-core": "^28.10.0",
4444
"@bitgo/sdk-lib-mpc": "^10.0.0",
45-
"@bitgo/statics": "^50.2.0",
45+
"@bitgo/statics": "^50.3.0",
4646
"@bitgo/utxo-lib": "^11.0.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/tx": "^3.3.0",
@@ -59,8 +59,8 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/sdk-api": "^1.55.1",
63-
"@bitgo/sdk-test": "^8.0.45",
62+
"@bitgo/sdk-api": "^1.55.2",
63+
"@bitgo/sdk-test": "^8.0.46",
6464
"secp256k1": "5.0.0"
6565
}
6666
}

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.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
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.18",
3+
"version": "1.2.19",
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.9.0",
40+
"@bitgo/sdk-core": "^28.10.0",
4141
"@bitgo/utxo-lib": "^11.0.0"
4242
}
4343
}

modules/abstract-utxo/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+
## [9.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
## [9.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
711

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

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.0.1",
3+
"version": "9.0.2",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/blockapis": "^1.10.5",
41-
"@bitgo/sdk-api": "^1.55.1",
42-
"@bitgo/sdk-core": "^28.9.0",
41+
"@bitgo/sdk-api": "^1.55.2",
42+
"@bitgo/sdk-core": "^28.10.0",
4343
"@bitgo/unspents": "^0.47.11",
4444
"@bitgo/utxo-lib": "^11.0.0",
4545
"@bitgo/wasm-miniscript": "^1.3.0",

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+
## [23.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
711

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

0 commit comments

Comments
 (0)