@bitgo/sdk-coin-bsv 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 +8 -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-bsv@1.1.1...@bitgo/sdk-coin-bsv@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-bsv@1.1.1-rc.1...@bitgo/sdk-coin-bsv@1.1.1) (2022-07-21)
7
18
 
8
19
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
@@ -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-bsv
41
52
 
53
+ # [1.1.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.5...@bitgo/sdk-coin-bsv@1.1.0-rc.7) (2022-07-19)
42
54
 
43
-
44
-
55
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsv
45
56
 
46
57
  # [1.1.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.5...@bitgo/sdk-coin-bsv@1.1.0-rc.6) (2022-07-18)
47
58
 
48
59
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
49
60
 
50
-
51
-
52
-
53
-
54
61
  # [1.1.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.4...@bitgo/sdk-coin-bsv@1.1.0-rc.5) (2022-07-15)
55
62
 
56
63
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
57
64
 
58
-
59
-
60
-
61
-
62
65
  # [1.1.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.2...@bitgo/sdk-coin-bsv@1.1.0-rc.4) (2022-07-15)
63
66
 
64
67
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
65
68
 
66
-
67
-
68
-
69
-
70
69
  # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.2...@bitgo/sdk-coin-bsv@1.1.0-rc.3) (2022-07-14)
71
70
 
72
71
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
73
72
 
74
-
75
-
76
-
77
-
78
73
  # [1.1.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.1...@bitgo/sdk-coin-bsv@1.1.0-rc.2) (2022-07-12)
79
74
 
80
75
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
81
76
 
82
-
83
-
84
-
85
-
86
77
  # [1.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.0...@bitgo/sdk-coin-bsv@1.1.0-rc.1) (2022-07-11)
87
78
 
88
79
  **Note:** Version bump only for package @bitgo/sdk-coin-bsv
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-bsv:** refactor bsv to its own module ([9f6b6e8](https://github.com/BitGo/BitGoJS/commit/9f6b6e8bc0aeba956646bd7be0466e934d477b26))
85
+ - **sdk-coin-bsv:** refactor bsv to its own module ([9f6b6e8](https://github.com/BitGo/BitGoJS/commit/9f6b6e8bc0aeba956646bd7be0466e934d477b26))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-bsv",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-rc.0",
4
4
  "description": "BitGo SDK coin library for Bitcoin sv",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,14 +41,14 @@
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/abstract-utxo": "^1.1.2-rc.0",
45
+ "@bitgo/sdk-coin-bch": "^1.1.2-rc.0",
46
+ "@bitgo/sdk-core": "^1.2.0-rc.0",
47
+ "@bitgo/utxo-lib": "^2.4.2-rc.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo/sdk-api": "^1.1.1",
51
- "@bitgo/sdk-test": "^1.0.2"
50
+ "@bitgo/sdk-api": "^1.1.2-rc.0",
51
+ "@bitgo/sdk-test": "^1.0.3-rc.0"
52
52
  },
53
- "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
53
+ "gitHead": "bdd4601d84f34ec237fad41dc90c175e18d55450"
54
54
  }