Skip to content

Commit 65c92cf

Browse files
chore(release): publish modules
- @bitgo/[email protected] - [email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 30b9b85 commit 65c92cf

File tree

10 files changed

+53
-10
lines changed

10 files changed

+53
-10
lines changed

modules/account-lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.20.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-21)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
10+
11+
12+
13+
614
## [2.20.1-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-20)
715

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

modules/account-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "2.20.1-rc.0",
3+
"version": "2.20.1-rc.1",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -34,7 +34,7 @@
3434
"@bitgo/ethereumjs-utils-old": "npm:[email protected]",
3535
"@bitgo/sdk-coin-algo": "^1.1.1-rc.0",
3636
"@bitgo/sdk-coin-avaxc": "^1.1.1-rc.0",
37-
"@bitgo/sdk-coin-avaxp": "^2.1.0-rc.0",
37+
"@bitgo/sdk-coin-avaxp": "^2.1.0-rc.1",
3838
"@bitgo/sdk-coin-celo": "^1.1.1-rc.0",
3939
"@bitgo/sdk-coin-cspr": "^1.0.2-rc.0",
4040
"@bitgo/sdk-coin-dot": "^1.0.2-rc.0",

modules/bitgo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [14.2.1-rc.1](https://github.com/BitGo/BitGoJS/compare/[email protected]@14.2.1-rc.1) (2022-07-21)
7+
8+
**Note:** Version bump only for package bitgo
9+
10+
11+
12+
13+
614
## [14.2.1-rc.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@14.2.1-rc.0) (2022-07-20)
715

816
**Note:** Version bump only for package bitgo

modules/bitgo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo",
3-
"version": "14.2.1-rc.0",
3+
"version": "14.2.1-rc.1",
44
"description": "BitGo JavaScript SDK",
55
"main": "./dist/src/index.js",
66
"types": "./dist/types/src/index.d.ts",
@@ -47,13 +47,13 @@
4747
"dependencies": {
4848
"@bitgo/abstract-eth": "^1.0.2-rc.0",
4949
"@bitgo/abstract-utxo": "^1.1.1-rc.0",
50-
"@bitgo/account-lib": "^2.20.1-rc.0",
50+
"@bitgo/account-lib": "^2.20.1-rc.1",
5151
"@bitgo/blockapis": "^1.0.1-rc.17",
5252
"@bitgo/sdk-api": "^1.1.1-rc.0",
5353
"@bitgo/sdk-coin-ada": "^1.1.1-rc.0",
5454
"@bitgo/sdk-coin-algo": "^1.1.1-rc.0",
5555
"@bitgo/sdk-coin-avaxc": "^1.1.1-rc.0",
56-
"@bitgo/sdk-coin-avaxp": "^2.1.0-rc.0",
56+
"@bitgo/sdk-coin-avaxp": "^2.1.0-rc.1",
5757
"@bitgo/sdk-coin-bch": "^1.1.1-rc.0",
5858
"@bitgo/sdk-coin-bcha": "^1.1.1-rc.0",
5959
"@bitgo/sdk-coin-bsv": "^1.1.1-rc.0",

modules/express/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-21)
7+
8+
**Note:** Version bump only for package @bitgo/express
9+
10+
11+
12+
13+
614
## [9.12.5-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-20)
715

816
**Note:** Version bump only for package @bitgo/express

modules/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/express",
3-
"version": "9.12.5-rc.0",
3+
"version": "9.12.5-rc.1",
44
"private": true,
55
"description": "Local signing server and proxy for the BitGo platform",
66
"main": "./dist/src/index.js",
@@ -41,7 +41,7 @@
4141
"@bitgo/sdk-core": "^1.1.1-rc.0",
4242
"@bitgo/statics": "^7.1.0-rc.0",
4343
"argparse": "^1.0.10",
44-
"bitgo": "^14.2.1-rc.0",
44+
"bitgo": "^14.2.1-rc.1",
4545
"bluebird": "^3.5.3",
4646
"body-parser": "^1.19.0",
4747
"connect-timeout": "^1.9.0",

modules/sdk-coin-avaxp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-21)
7+
8+
9+
### Features
10+
11+
* **sdk-coin-avaxp:** correct select signer logic ([b5777c9](https://github.com/BitGo/BitGoJS/commit/b5777c9fa59b76a97e76d1367ef472525a7ce7c8))
12+
13+
14+
15+
16+
617
# [2.1.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-20)
718

819

modules/sdk-coin-avaxp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/sdk-coin-avaxp",
3-
"version": "2.1.0-rc.0",
3+
"version": "2.1.0-rc.1",
44
"description": "BitGo's SDK coin library for avaxp coin",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

modules/web-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-21)
7+
8+
**Note:** Version bump only for package @bitgo/web-demo
9+
10+
11+
12+
13+
614
## [1.1.1-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2022-07-20)
715

816
**Note:** Version bump only for package @bitgo/web-demo

modules/web-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/web-demo",
3-
"version": "1.1.1-rc.0",
3+
"version": "1.1.1-rc.1",
44
"description": "BitGoJS Web demo package",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@bitgo/sdk-api": "^1.1.1-rc.0",
2828
"@bitgo/sdk-coin-xrp": "^1.1.1-rc.0",
29-
"bitgo": "^14.2.1-rc.0",
29+
"bitgo": "^14.2.1-rc.1",
3030
"lodash": "^4.17.15",
3131
"react": "^17.0.2",
3232
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)