@bitgo/sdk-coin-bcha 1.1.1 → 1.1.2-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -28
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.2-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.1...@bitgo/sdk-coin-bcha@1.1.2-rc.0) (2022-07-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.1-rc.1...@bitgo/sdk-coin-bcha@1.1.1) (2022-07-21)
7
18
 
8
19
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
@@ -39,61 +50,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
39
50
 
40
51
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
41
52
 
53
+ # [1.1.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.5...@bitgo/sdk-coin-bcha@1.1.0-rc.7) (2022-07-19)
42
54
 
43
-
44
-
55
+ **Note:** Version bump only for package @bitgo/sdk-coin-bcha
45
56
 
46
57
  # [1.1.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.5...@bitgo/sdk-coin-bcha@1.1.0-rc.6) (2022-07-18)
47
58
 
48
59
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
49
60
 
50
-
51
-
52
-
53
-
54
61
  # [1.1.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.4...@bitgo/sdk-coin-bcha@1.1.0-rc.5) (2022-07-15)
55
62
 
56
63
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
57
64
 
58
-
59
-
60
-
61
-
62
65
  # [1.1.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.2...@bitgo/sdk-coin-bcha@1.1.0-rc.4) (2022-07-15)
63
66
 
64
67
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
65
68
 
66
-
67
-
68
-
69
-
70
69
  # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.2...@bitgo/sdk-coin-bcha@1.1.0-rc.3) (2022-07-14)
71
70
 
72
71
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
73
72
 
74
-
75
-
76
-
77
-
78
73
  # [1.1.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.1...@bitgo/sdk-coin-bcha@1.1.0-rc.2) (2022-07-12)
79
74
 
80
75
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
81
76
 
82
-
83
-
84
-
85
-
86
77
  # [1.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.0...@bitgo/sdk-coin-bcha@1.1.0-rc.1) (2022-07-11)
87
78
 
88
79
  **Note:** Version bump only for package @bitgo/sdk-coin-bcha
89
80
 
90
-
91
-
92
-
93
-
94
81
  # 1.1.0-rc.0 (2022-07-07)
95
82
 
96
-
97
83
  ### Features
98
84
 
99
- * **sdk-coin-bcha:** refactor bcha to its own module ([6fb1a70](https://github.com/BitGo/BitGoJS/commit/6fb1a704d2365cc7e212860a81dbd47b70f59d6f))
85
+ - **sdk-coin-bcha:** refactor bcha to its own module ([6fb1a70](https://github.com/BitGo/BitGoJS/commit/6fb1a704d2365cc7e212860a81dbd47b70f59d6f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-bcha",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-rc.0",
4
4
  "description": "BitGo SDK coin library for Bitcoin abc",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,14 +41,13 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@bitgo/abstract-utxo": "^1.1.1",
45
- "@bitgo/sdk-coin-bch": "^1.1.1",
46
- "@bitgo/sdk-core": "^1.1.1",
47
- "@bitgo/utxo-lib": "^2.4.1"
44
+ "@bitgo/sdk-coin-bch": "^1.1.2-rc.0",
45
+ "@bitgo/sdk-core": "^1.2.0-rc.0",
46
+ "@bitgo/utxo-lib": "^2.4.2-rc.0"
48
47
  },
49
48
  "devDependencies": {
50
- "@bitgo/sdk-api": "^1.1.1",
51
- "@bitgo/sdk-test": "^1.0.2"
49
+ "@bitgo/sdk-api": "^1.1.2-rc.0",
50
+ "@bitgo/sdk-test": "^1.0.3-rc.0"
52
51
  },
53
- "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
52
+ "gitHead": "bdd4601d84f34ec237fad41dc90c175e18d55450"
54
53
  }