Skip to content

Commit 1d05929

Browse files
Merge pull request #5396 from BitGo/rel/latest
chore(root): publish modules
2 parents 03a42fe + ccfdf1b commit 1d05929

File tree

149 files changed

+855
-514
lines changed

Some content is hidden

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

149 files changed

+855
-514
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ cd /var/modules/sdk-coin-etc && yarn link && \
154154
cd /var/modules/sdk-coin-eth2 && yarn link && \
155155
cd /var/modules/sdk-coin-hash && yarn link && \
156156
cd /var/modules/sdk-coin-hbar && yarn link && \
157+
cd /var/modules/sdk-coin-icp && yarn link && \
157158
cd /var/modules/sdk-coin-injective && yarn link && \
158159
cd /var/modules/sdk-coin-islm && yarn link && \
159160
cd /var/modules/sdk-coin-near && yarn link && \
@@ -234,6 +235,7 @@ RUN cd /var/bitgo-express && \
234235
yarn link @bitgo/sdk-coin-eth2 && \
235236
yarn link @bitgo/sdk-coin-hash && \
236237
yarn link @bitgo/sdk-coin-hbar && \
238+
yarn link @bitgo/sdk-coin-icp && \
237239
yarn link @bitgo/sdk-coin-injective && \
238240
yarn link @bitgo/sdk-coin-islm && \
239241
yarn link @bitgo/sdk-coin-near && \
@@ -275,9 +277,9 @@ RUN cd /var/bitgo-express && \
275277
#LINK_END
276278

277279
#LABEL_START
278-
LABEL created="Wed, 15 Jan 2025 12:14:19 GMT"
279-
LABEL version=10.6.8
280-
LABEL git_hash=cf0b3b3479e1744566865e5ab544c85d3fcdf159
280+
LABEL created="Mon, 20 Jan 2025 14:11:17 GMT"
281+
LABEL version=10.6.9
282+
LABEL git_hash=0ac3f4f1997fb2b28081f10e813f6790b2dc0b90
281283
#LABEL_END
282284

283285
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.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
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.2.15",
3+
"version": "11.2.16",
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.19.1",
42-
"@bitgo/statics": "^50.19.0",
41+
"@bitgo/sdk-core": "^28.20.0",
42+
"@bitgo/statics": "^50.20.0",
4343
"@bitgo/utxo-lib": "^11.2.1",
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.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
711

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

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.4.9",
3+
"version": "22.4.10",
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.19.1",
44-
"@bitgo/statics": "^50.19.0",
43+
"@bitgo/sdk-core": "^28.20.0",
44+
"@bitgo/statics": "^50.20.0",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.1",
62-
"@bitgo/sdk-test": "^8.0.64",
61+
"@bitgo/sdk-api": "^1.58.2",
62+
"@bitgo/sdk-test": "^8.0.65",
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.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
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.37",
3+
"version": "1.2.38",
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.19.1",
40+
"@bitgo/sdk-core": "^28.20.0",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}

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

812
### Bug Fixes

modules/abstract-substrate/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-substrate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "BitGo SDK coin library for Substrate 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.19.1",
42-
"@bitgo/statics": "^50.19.0"
41+
"@bitgo/sdk-core": "^28.20.0",
42+
"@bitgo/statics": "^50.20.0"
4343
}
4444
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-20)
7+
8+
### Bug Fixes
9+
10+
- **abstract-utxo:** improve createHalfSigned ([bac55b4](https://github.com/BitGo/BitGoJS/commit/bac55b4aa5a9c6624479e55424568a2bda32cac9))
11+
12+
### Features
13+
14+
- **abstract-utxo:** add descriptor support for offline vault ([7082893](https://github.com/BitGo/BitGoJS/commit/7082893036763d6c5bbe37236ebac68acd1976f5))
15+
616
## [9.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-15)
717

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

0 commit comments

Comments
 (0)