Skip to content

Commit fba132f

Browse files
chore(root): publish modules
- @bitgo/[email protected] - @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] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 18e460d commit fba132f

File tree

156 files changed

+999
-612
lines changed

Some content is hidden

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

156 files changed

+999
-612
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.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

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

modules/abstract-cosmos/package.json

Lines changed: 5 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.17",
3+
"version": "11.2.18",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.21.0",
42-
"@bitgo/statics": "^50.21.0",
41+
"@bitgo/sdk-core": "^28.21.1",
42+
"@bitgo/statics": "^50.21.1",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
@@ -54,5 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "^4.14.183"
57-
}
57+
},
58+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
5859
}

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.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

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

modules/abstract-eth/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.4.11",
3+
"version": "22.4.12",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.21.0",
44-
"@bitgo/statics": "^50.21.0",
43+
"@bitgo/sdk-core": "^28.21.1",
44+
"@bitgo/statics": "^50.21.1",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,9 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.3",
62-
"@bitgo/sdk-test": "^8.0.66",
61+
"@bitgo/sdk-api": "^1.58.4",
62+
"@bitgo/sdk-test": "^8.0.67",
6363
"@types/keccak": "^3.0.5"
64-
}
64+
},
65+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
6566
}

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.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

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

modules/abstract-lightning/package.json

Lines changed: 4 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.39",
3+
"version": "1.2.40",
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,8 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.21.0",
40+
"@bitgo/sdk-core": "^28.21.1",
4141
"@bitgo/utxo-lib": "^11.2.1"
42-
}
42+
},
43+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
4344
}

modules/abstract-substrate/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.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
610
# [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
### Features

modules/abstract-substrate/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-substrate",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "BitGo SDK coin library for Substrate base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.21.0",
42-
"@bitgo/statics": "^50.21.0",
41+
"@bitgo/sdk-core": "^28.21.1",
42+
"@bitgo/statics": "^50.21.1",
4343
"@polkadot/keyring": "13.3.1",
4444
"@polkadot/types": "14.1.1",
4545
"@polkadot/util": "13.3.1",
@@ -50,5 +50,6 @@
5050
"hi-base32": "^0.5.1",
5151
"lodash": "^4.17.15",
5252
"tweetnacl": "^1.0.3"
53-
}
53+
},
54+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
5455
}

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.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
# [9.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
### Bug Fixes

modules/abstract-utxo/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "9.13.0",
3+
"version": "9.13.1",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"@bitgo/blockapis": "^1.10.9",
46-
"@bitgo/sdk-api": "^1.58.3",
47-
"@bitgo/sdk-core": "^28.21.0",
46+
"@bitgo/sdk-api": "^1.58.4",
47+
"@bitgo/sdk-core": "^28.21.1",
4848
"@bitgo/unspents": "^0.47.17",
4949
"@bitgo/utxo-lib": "^11.2.1",
5050
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",
@@ -59,5 +59,6 @@
5959
"io-ts": "npm:@bitgo-forks/[email protected]",
6060
"lodash": "^4.17.14",
6161
"superagent": "^9.0.1"
62-
}
62+
},
63+
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
6364
}

0 commit comments

Comments
 (0)