Skip to content

Commit 1e493d3

Browse files
committed
chore(root): publish modules
- @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - [email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent d2688e8 commit 1e493d3

File tree

134 files changed

+780
-461
lines changed

Some content is hidden

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

134 files changed

+780
-461
lines changed

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.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
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.8",
3+
"version": "11.0.9",
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.8.0",
40+
"@bitgo/sdk-core": "^28.9.0",
4141
"@bitgo/sdk-lib-mpc": "^10.0.0",
42-
"@bitgo/statics": "^50.1.0",
42+
"@bitgo/statics": "^50.2.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
7+
8+
### Bug Fixes
9+
10+
- v4 cold and custody ccr recovery txn ([b840f73](https://github.com/BitGo/BitGoJS/commit/b840f733d661e64694069ae142e127b46c7ad91b))
11+
612
# [22.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
713

814
### Features

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.0",
3+
"version": "22.2.1",
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.8.0",
43+
"@bitgo/sdk-core": "^28.9.0",
4444
"@bitgo/sdk-lib-mpc": "^10.0.0",
45-
"@bitgo/statics": "^50.1.0",
45+
"@bitgo/statics": "^50.2.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.0",
63-
"@bitgo/sdk-test": "^8.0.44",
62+
"@bitgo/sdk-api": "^1.55.1",
63+
"@bitgo/sdk-test": "^8.0.45",
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.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
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.17",
3+
"version": "1.2.18",
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.8.0",
40+
"@bitgo/sdk-core": "^28.9.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.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
711

812
### chore

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.0",
3+
"version": "9.0.1",
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.0",
42-
"@bitgo/sdk-core": "^28.8.0",
41+
"@bitgo/sdk-api": "^1.55.1",
42+
"@bitgo/sdk-core": "^28.9.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.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-08)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
711

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

modules/account-lib/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "23.1.7",
3+
"version": "23.1.8",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,43 +27,43 @@
2727
"node": ">=18 <21"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^2.1.37",
31-
"@bitgo/sdk-coin-arbeth": "^21.0.31",
32-
"@bitgo/sdk-coin-atom": "^13.0.8",
33-
"@bitgo/sdk-coin-avaxc": "^5.1.0",
34-
"@bitgo/sdk-coin-avaxp": "^5.0.38",
35-
"@bitgo/sdk-coin-bera": "^2.2.0",
36-
"@bitgo/sdk-coin-bld": "^3.0.8",
37-
"@bitgo/sdk-coin-bsc": "^22.1.23",
38-
"@bitgo/sdk-coin-celo": "^3.0.31",
39-
"@bitgo/sdk-coin-coreum": "^21.0.8",
40-
"@bitgo/sdk-coin-cspr": "^2.0.39",
41-
"@bitgo/sdk-coin-dot": "^4.1.17",
42-
"@bitgo/sdk-coin-etc": "^2.2.6",
43-
"@bitgo/sdk-coin-eth": "^24.2.28",
44-
"@bitgo/sdk-coin-eth2": "^3.0.38",
45-
"@bitgo/sdk-coin-hash": "^3.0.8",
46-
"@bitgo/sdk-coin-hbar": "^2.0.39",
47-
"@bitgo/sdk-coin-injective": "^3.0.8",
48-
"@bitgo/sdk-coin-islm": "^2.0.39",
49-
"@bitgo/sdk-coin-near": "^2.0.39",
50-
"@bitgo/sdk-coin-opeth": "^18.1.24",
51-
"@bitgo/sdk-coin-osmo": "^3.0.8",
52-
"@bitgo/sdk-coin-polygon": "^21.0.8",
53-
"@bitgo/sdk-coin-rbtc": "^2.0.39",
54-
"@bitgo/sdk-coin-sei": "^3.0.8",
55-
"@bitgo/sdk-coin-sol": "^4.5.5",
56-
"@bitgo/sdk-coin-stx": "^3.2.24",
57-
"@bitgo/sdk-coin-sui": "^5.7.2",
58-
"@bitgo/sdk-coin-tia": "^3.0.8",
59-
"@bitgo/sdk-coin-ton": "^3.3.0",
60-
"@bitgo/sdk-coin-trx": "^2.0.39",
61-
"@bitgo/sdk-coin-xtz": "^2.1.37",
62-
"@bitgo/sdk-coin-zeta": "^3.0.8",
63-
"@bitgo/sdk-coin-zketh": "^2.0.31",
64-
"@bitgo/sdk-core": "^28.8.0",
30+
"@bitgo/sdk-coin-algo": "^2.1.38",
31+
"@bitgo/sdk-coin-arbeth": "^21.0.32",
32+
"@bitgo/sdk-coin-atom": "^13.0.9",
33+
"@bitgo/sdk-coin-avaxc": "^5.1.1",
34+
"@bitgo/sdk-coin-avaxp": "^5.0.39",
35+
"@bitgo/sdk-coin-bera": "^2.2.1",
36+
"@bitgo/sdk-coin-bld": "^3.0.9",
37+
"@bitgo/sdk-coin-bsc": "^22.1.24",
38+
"@bitgo/sdk-coin-celo": "^3.0.32",
39+
"@bitgo/sdk-coin-coreum": "^21.0.9",
40+
"@bitgo/sdk-coin-cspr": "^2.0.40",
41+
"@bitgo/sdk-coin-dot": "^4.1.18",
42+
"@bitgo/sdk-coin-etc": "^2.2.7",
43+
"@bitgo/sdk-coin-eth": "^24.2.29",
44+
"@bitgo/sdk-coin-eth2": "^3.0.39",
45+
"@bitgo/sdk-coin-hash": "^3.0.9",
46+
"@bitgo/sdk-coin-hbar": "^2.0.40",
47+
"@bitgo/sdk-coin-injective": "^3.0.9",
48+
"@bitgo/sdk-coin-islm": "^2.0.40",
49+
"@bitgo/sdk-coin-near": "^2.0.40",
50+
"@bitgo/sdk-coin-opeth": "^18.1.25",
51+
"@bitgo/sdk-coin-osmo": "^3.0.9",
52+
"@bitgo/sdk-coin-polygon": "^21.0.9",
53+
"@bitgo/sdk-coin-rbtc": "^2.0.40",
54+
"@bitgo/sdk-coin-sei": "^3.0.9",
55+
"@bitgo/sdk-coin-sol": "^4.5.6",
56+
"@bitgo/sdk-coin-stx": "^3.2.25",
57+
"@bitgo/sdk-coin-sui": "^5.7.3",
58+
"@bitgo/sdk-coin-tia": "^3.0.9",
59+
"@bitgo/sdk-coin-ton": "^3.3.1",
60+
"@bitgo/sdk-coin-trx": "^2.0.40",
61+
"@bitgo/sdk-coin-xtz": "^2.1.38",
62+
"@bitgo/sdk-coin-zeta": "^3.0.9",
63+
"@bitgo/sdk-coin-zketh": "^2.0.32",
64+
"@bitgo/sdk-core": "^28.9.0",
6565
"@bitgo/sdk-lib-mpc": "^10.0.0",
66-
"@bitgo/statics": "^50.1.0",
66+
"@bitgo/statics": "^50.2.0",
6767
"bignumber.js": "^9.1.1",
6868
"bs58": "^4.0.1"
6969
},

0 commit comments

Comments
 (0)