@yaswap/yacoin 2.6.8 → 2.7.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 +7 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @yaswap/bitcoin
2
2
 
3
- ## 2.6.8
3
+ ## 2.7.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies
8
- - @yaswap/client@2.6.8
5
+ ### Minor Changes
9
6
 
10
- ## 2.6.7
7
+ - Finalize single wallet version
11
8
 
12
9
  ### Patch Changes
13
10
 
14
11
  - Updated dependencies
15
- - @yaswap/client@2.6.7
12
+ - @yaswap/client@2.7.0
13
+ - @yaswap/errors@2.7.0
14
+ - @yaswap/types@2.7.0
15
+ - @yaswap/utils@2.7.0
16
16
 
17
17
  ## 2.6.6
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/yacoin",
3
- "version": "2.6.8",
3
+ "version": "2.7.0",
4
4
  "description": "",
5
5
  "author": "Yaswap",
6
6
  "homepage": "",
@@ -20,10 +20,10 @@
20
20
  "@types/bitcoinjs-lib": "^5.0.0",
21
21
  "@types/lodash": "^4.14.178",
22
22
  "@types/memoizee": "^0.4.7",
23
- "@yaswap/client": "2.6.8",
24
- "@yaswap/errors": "2.6.6",
25
- "@yaswap/types": "2.6.6",
26
- "@yaswap/utils": "2.6.6",
23
+ "@yaswap/client": "2.7.0",
24
+ "@yaswap/errors": "2.7.0",
25
+ "@yaswap/types": "2.7.0",
26
+ "@yaswap/utils": "2.7.0",
27
27
  "@yaswap/yacoinjs-coinselect": "^1.1.0",
28
28
  "@yaswap/yacoinjs-lib": "^1.3.0",
29
29
  "bip174": "^2.0.1",