@bitgo/sdk-coin-ada 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 +16 -31
  2. package/package.json +6 -5
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-ada@1.1.1...@bitgo/sdk-coin-ada@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-ada@1.1.1-rc.1...@bitgo/sdk-coin-ada@1.1.1) (2022-07-21)
7
18
 
8
19
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
@@ -37,66 +48,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
37
48
 
38
49
  # [1.1.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.5...@bitgo/sdk-coin-ada@1.1.0-rc.7) (2022-07-19)
39
50
 
51
+ **Note:** Version bump only for package @bitgo/sdk-coin-ada
40
52
 
41
- ### Features
42
-
43
- * **sdk-coin-ada:** implement key pair and utils for ada sdk ([9a1aabb](https://github.com/BitGo/BitGoJS/commit/9a1aabb8a07b5787ab3fa645c29be1b940694892))
44
-
45
-
53
+ # [1.1.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.5...@bitgo/sdk-coin-ada@1.1.0-rc.7) (2022-07-19)
46
54
 
55
+ ### Features
47
56
 
57
+ - **sdk-coin-ada:** implement key pair and utils for ada sdk ([9a1aabb](https://github.com/BitGo/BitGoJS/commit/9a1aabb8a07b5787ab3fa645c29be1b940694892))
48
58
 
49
59
  # [1.1.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.5...@bitgo/sdk-coin-ada@1.1.0-rc.6) (2022-07-18)
50
60
 
51
61
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
52
62
 
53
-
54
-
55
-
56
-
57
63
  # [1.1.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.4...@bitgo/sdk-coin-ada@1.1.0-rc.5) (2022-07-15)
58
64
 
59
65
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
60
66
 
61
-
62
-
63
-
64
-
65
67
  # [1.1.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.2...@bitgo/sdk-coin-ada@1.1.0-rc.4) (2022-07-15)
66
68
 
67
69
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
68
70
 
69
-
70
-
71
-
72
-
73
71
  # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.2...@bitgo/sdk-coin-ada@1.1.0-rc.3) (2022-07-14)
74
72
 
75
73
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
76
74
 
77
-
78
-
79
-
80
-
81
75
  # [1.1.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.1...@bitgo/sdk-coin-ada@1.1.0-rc.2) (2022-07-12)
82
76
 
83
77
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
84
78
 
85
-
86
-
87
-
88
-
89
79
  # [1.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.0...@bitgo/sdk-coin-ada@1.1.0-rc.1) (2022-07-11)
90
80
 
91
81
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
92
82
 
93
-
94
-
95
-
96
-
97
83
  # 1.1.0-rc.0 (2022-07-07)
98
84
 
99
-
100
85
  ### Features
101
86
 
102
- * **account-lib:** cardano ada coin skeleton ([68f7fe7](https://github.com/BitGo/BitGoJS/commit/68f7fe708d27dba55885da32e4be07aa1e1bbf00))
87
+ - **account-lib:** cardano ada coin skeleton ([68f7fe7](https://github.com/BitGo/BitGoJS/commit/68f7fe708d27dba55885da32e4be07aa1e1bbf00))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-ada",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-rc.0",
4
4
  "description": "BitGo SDK coin library for Ada",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,14 +41,15 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@bitgo/sdk-core": "^1.1.1",
45
- "@bitgo/statics": "^7.1.0",
44
+ "@bitgo/sdk-core": "^1.2.0-rc.0",
45
+ "@bitgo/statics": "^8.0.0-rc.0",
46
46
  "@emurgo/cardano-serialization-lib-browser": "^10.2.0",
47
47
  "@emurgo/cardano-serialization-lib-nodejs": "^10.2.0",
48
48
  "bignumber.js": "^9.0.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo/sdk-api": "^1.1.1"
51
+ "@bitgo/sdk-api": "^1.1.2-rc.0",
52
+ "@bitgo/sdk-test": "^1.0.3-rc.0"
52
53
  },
53
- "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
54
+ "gitHead": "bdd4601d84f34ec237fad41dc90c175e18d55450"
54
55
  }