@yaswap/evm 2.6.9 → 2.7.1

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 +15 -9
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,25 +1,31 @@
1
1
  # @yaswap/evm
2
2
 
3
- ## 2.6.9
3
+ ## 2.7.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Use bitcoinselect
7
8
  - Updated dependencies
8
- - @yaswap/client@2.6.9
9
+ - @yaswap/client@2.7.1
10
+ - @yaswap/errors@2.7.1
11
+ - @yaswap/logger@2.7.1
12
+ - @yaswap/types@2.7.1
13
+ - @yaswap/utils@2.7.1
9
14
 
10
- ## 2.6.8
15
+ ## 2.7.0
11
16
 
12
- ### Patch Changes
13
-
14
- - Updated dependencies
15
- - @yaswap/client@2.6.8
17
+ ### Minor Changes
16
18
 
17
- ## 2.6.7
19
+ - Finalize single wallet version
18
20
 
19
21
  ### Patch Changes
20
22
 
21
23
  - Updated dependencies
22
- - @yaswap/client@2.6.7
24
+ - @yaswap/client@2.7.0
25
+ - @yaswap/errors@2.7.0
26
+ - @yaswap/logger@2.7.0
27
+ - @yaswap/types@2.7.0
28
+ - @yaswap/utils@2.7.0
23
29
 
24
30
  ## 2.6.6
25
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/evm",
3
- "version": "2.6.9",
3
+ "version": "2.7.1",
4
4
  "description": "",
5
5
  "author": "yaswap",
6
6
  "homepage": "",
@@ -27,11 +27,11 @@
27
27
  "@ethersproject/wallet": "5.7.0",
28
28
  "@liquality/fee-suggestions": "2.0.2",
29
29
  "@metamask/eth-sig-util": "4.0.1",
30
- "@yaswap/client": "2.6.9",
31
- "@yaswap/errors": "2.6.6",
32
- "@yaswap/logger": "2.6.6",
33
- "@yaswap/types": "2.6.6",
34
- "@yaswap/utils": "2.6.6",
30
+ "@yaswap/client": "2.7.1",
31
+ "@yaswap/errors": "2.7.1",
32
+ "@yaswap/logger": "2.7.1",
33
+ "@yaswap/types": "2.7.1",
34
+ "@yaswap/utils": "2.7.1",
35
35
  "ethers": "5.7.0"
36
36
  },
37
37
  "devDependencies": {