Skip to content

Commit 0c6b8af

Browse files
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] - @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 35171a2 commit 0c6b8af

File tree

150 files changed

+895
-545
lines changed

Some content is hidden

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

150 files changed

+895
-545
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.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

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

modules/abstract-cosmos/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-cosmos",
3-
"version": "11.2.4",
3+
"version": "11.2.5",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,9 +38,9 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.14.1",
42-
"@bitgo/statics": "^50.9.0",
43-
"@bitgo/utxo-lib": "^11.1.0",
41+
"@bitgo/sdk-core": "^28.14.2",
42+
"@bitgo/statics": "^50.10.0",
43+
"@bitgo/utxo-lib": "^11.2.0",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
4646
"@cosmjs/encoding": "^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.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

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

modules/abstract-eth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.3.4",
3+
"version": "22.3.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,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.14.1",
44-
"@bitgo/statics": "^50.9.0",
45-
"@bitgo/utxo-lib": "^11.1.0",
43+
"@bitgo/sdk-core": "^28.14.2",
44+
"@bitgo/statics": "^50.10.0",
45+
"@bitgo/utxo-lib": "^11.2.0",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
4848
"@metamask/eth-sig-util": "^5.0.2",
@@ -58,7 +58,7 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.56.6",
62-
"@bitgo/sdk-test": "^8.0.53"
61+
"@bitgo/sdk-api": "^1.56.7",
62+
"@bitgo/sdk-test": "^8.0.54"
6363
}
6464
}

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.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

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

modules/abstract-lightning/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-lightning",
3-
"version": "1.2.26",
3+
"version": "1.2.27",
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.14.1",
41-
"@bitgo/utxo-lib": "^11.1.0"
40+
"@bitgo/sdk-core": "^28.14.2",
41+
"@bitgo/utxo-lib": "^11.2.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.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
## [9.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
711

812
### Bug Fixes

modules/abstract-utxo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "9.2.1",
3+
"version": "9.2.2",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/blockapis": "^1.10.7",
41-
"@bitgo/sdk-api": "^1.56.6",
42-
"@bitgo/sdk-core": "^28.14.1",
43-
"@bitgo/unspents": "^0.47.15",
44-
"@bitgo/utxo-lib": "^11.1.0",
40+
"@bitgo/blockapis": "^1.10.8",
41+
"@bitgo/sdk-api": "^1.56.7",
42+
"@bitgo/sdk-core": "^28.14.2",
43+
"@bitgo/unspents": "^0.47.16",
44+
"@bitgo/utxo-lib": "^11.2.0",
4545
"@bitgo/wasm-miniscript": "^1.3.0",
4646
"@types/bluebird": "^3.5.25",
4747
"@types/lodash": "^4.14.121",

modules/account-lib/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-26)
7+
8+
### Features
9+
10+
- **sdk-coin-apt:** addition of apt skeleton in account-lib ([b6c5e93](https://github.com/BitGo/BitGoJS/commit/b6c5e932a0cafb8bbeebed0d807cac4ab31a26f8))
11+
- **sdk-coin-celo:** support eip1559 for celo ([3a7a64d](https://github.com/BitGo/BitGoJS/commit/3a7a64deec69cd57750324205a326fbe80c338b9))
12+
13+
### BREAKING CHANGES
14+
15+
- **sdk-coin-celo:** This commit updates the hardfork of testnet celo, which
16+
changes the final v value and adds support to eip1559 txn
17+
618
## [23.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-21)
719

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

modules/account-lib/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "23.3.1",
3+
"version": "24.0.0",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,48 +27,48 @@
2727
"node": ">=18 <21"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^2.1.46",
31-
"@bitgo/sdk-coin-apt": "^1.2.1",
32-
"@bitgo/sdk-coin-arbeth": "^21.0.40",
33-
"@bitgo/sdk-coin-atom": "^13.1.4",
34-
"@bitgo/sdk-coin-avaxc": "^5.1.9",
35-
"@bitgo/sdk-coin-avaxp": "^5.0.47",
36-
"@bitgo/sdk-coin-bera": "^2.2.9",
37-
"@bitgo/sdk-coin-bld": "^3.0.17",
38-
"@bitgo/sdk-coin-bsc": "^22.2.1",
39-
"@bitgo/sdk-coin-celo": "^3.0.40",
40-
"@bitgo/sdk-coin-coredao": "^1.2.0",
41-
"@bitgo/sdk-coin-coreum": "^21.0.17",
42-
"@bitgo/sdk-coin-cspr": "^2.0.48",
43-
"@bitgo/sdk-coin-dot": "^4.1.26",
44-
"@bitgo/sdk-coin-etc": "^2.2.15",
45-
"@bitgo/sdk-coin-eth": "^24.2.37",
46-
"@bitgo/sdk-coin-eth2": "^3.0.47",
47-
"@bitgo/sdk-coin-hash": "^3.0.17",
48-
"@bitgo/sdk-coin-hbar": "^2.0.48",
49-
"@bitgo/sdk-coin-injective": "^3.0.17",
50-
"@bitgo/sdk-coin-islm": "^2.0.48",
51-
"@bitgo/sdk-coin-near": "^2.0.48",
52-
"@bitgo/sdk-coin-oas": "^1.1.1",
53-
"@bitgo/sdk-coin-opeth": "^18.1.33",
54-
"@bitgo/sdk-coin-osmo": "^3.0.17",
55-
"@bitgo/sdk-coin-polygon": "^21.0.17",
56-
"@bitgo/sdk-coin-rbtc": "^2.0.48",
57-
"@bitgo/sdk-coin-rune": "^1.1.5",
58-
"@bitgo/sdk-coin-sei": "^3.0.17",
59-
"@bitgo/sdk-coin-sol": "^4.7.5",
60-
"@bitgo/sdk-coin-stx": "^3.3.5",
61-
"@bitgo/sdk-coin-sui": "^5.8.7",
62-
"@bitgo/sdk-coin-tia": "^3.0.17",
63-
"@bitgo/sdk-coin-ton": "^3.4.5",
64-
"@bitgo/sdk-coin-trx": "^2.0.48",
65-
"@bitgo/sdk-coin-xrp": "^3.6.1",
66-
"@bitgo/sdk-coin-xtz": "^2.1.46",
67-
"@bitgo/sdk-coin-zeta": "^3.0.17",
68-
"@bitgo/sdk-coin-zketh": "^2.0.40",
69-
"@bitgo/sdk-core": "^28.14.1",
30+
"@bitgo/sdk-coin-algo": "^2.1.47",
31+
"@bitgo/sdk-coin-apt": "^1.3.0",
32+
"@bitgo/sdk-coin-arbeth": "^21.0.41",
33+
"@bitgo/sdk-coin-atom": "^13.1.5",
34+
"@bitgo/sdk-coin-avaxc": "^5.1.10",
35+
"@bitgo/sdk-coin-avaxp": "^5.0.48",
36+
"@bitgo/sdk-coin-bera": "^2.2.10",
37+
"@bitgo/sdk-coin-bld": "^3.0.18",
38+
"@bitgo/sdk-coin-bsc": "^22.2.2",
39+
"@bitgo/sdk-coin-celo": "^4.0.0",
40+
"@bitgo/sdk-coin-coredao": "^1.2.1",
41+
"@bitgo/sdk-coin-coreum": "^21.0.18",
42+
"@bitgo/sdk-coin-cspr": "^2.0.49",
43+
"@bitgo/sdk-coin-dot": "^4.1.27",
44+
"@bitgo/sdk-coin-etc": "^2.2.16",
45+
"@bitgo/sdk-coin-eth": "^24.2.38",
46+
"@bitgo/sdk-coin-eth2": "^3.0.48",
47+
"@bitgo/sdk-coin-hash": "^3.0.18",
48+
"@bitgo/sdk-coin-hbar": "^2.0.49",
49+
"@bitgo/sdk-coin-injective": "^3.0.18",
50+
"@bitgo/sdk-coin-islm": "^2.0.49",
51+
"@bitgo/sdk-coin-near": "^2.0.49",
52+
"@bitgo/sdk-coin-oas": "^1.1.2",
53+
"@bitgo/sdk-coin-opeth": "^18.1.34",
54+
"@bitgo/sdk-coin-osmo": "^3.0.18",
55+
"@bitgo/sdk-coin-polygon": "^21.0.18",
56+
"@bitgo/sdk-coin-rbtc": "^2.0.49",
57+
"@bitgo/sdk-coin-rune": "^1.1.6",
58+
"@bitgo/sdk-coin-sei": "^3.0.18",
59+
"@bitgo/sdk-coin-sol": "^4.7.6",
60+
"@bitgo/sdk-coin-stx": "^3.3.6",
61+
"@bitgo/sdk-coin-sui": "^5.8.8",
62+
"@bitgo/sdk-coin-tia": "^3.0.18",
63+
"@bitgo/sdk-coin-ton": "^3.4.6",
64+
"@bitgo/sdk-coin-trx": "^2.0.49",
65+
"@bitgo/sdk-coin-xrp": "^3.6.2",
66+
"@bitgo/sdk-coin-xtz": "^2.1.47",
67+
"@bitgo/sdk-coin-zeta": "^3.0.18",
68+
"@bitgo/sdk-coin-zketh": "^2.0.41",
69+
"@bitgo/sdk-core": "^28.14.2",
7070
"@bitgo/sdk-lib-mpc": "^10.1.0",
71-
"@bitgo/statics": "^50.9.0",
71+
"@bitgo/statics": "^50.10.0",
7272
"bignumber.js": "^9.1.1",
7373
"bs58": "^4.0.1"
7474
},

0 commit comments

Comments
 (0)