@rango-dev/wallets-core 0.8.0 → 0.8.1-next.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 +0 -22
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,25 +1,3 @@
1
- # [0.8.0](https://github.com/rango-exchange/rango-client/compare/wallets-core@0.7.0...wallets-core@0.8.0) (2023-07-11)
2
-
3
-
4
-
5
- # [0.7.0](https://github.com/rango-exchange/rango-client/compare/wallets-core@0.6.0...wallets-core@0.7.0) (2023-07-11)
6
-
7
-
8
-
9
- # [0.6.0](https://github.com/rango-exchange/rango-client/compare/wallets-core@0.5.0...wallets-core@0.6.0) (2023-07-11)
10
-
11
-
12
- ### Features
13
-
14
- * implement wallets auto-connect functionality ([f47d32b](https://github.com/rango-exchange/rango-client/commit/f47d32bb8bbb38a72b961e5eb2ee7e2b985f9f7d))
15
-
16
-
17
- ### Reverts
18
-
19
- * Revert "support for rango-types cjs format" ([ed4e050](https://github.com/rango-exchange/rango-client/commit/ed4e050bfc0dcde7aeffa6b0d73b02080a5721eb))
20
-
21
-
22
-
23
1
  # [0.5.0](https://github.com/rango-exchange/rango-client/compare/wallets-core@0.4.0...wallets-core@0.5.0) (2023-05-31)
24
2
 
25
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/wallets-core",
3
- "version": "0.8.0",
3
+ "version": "0.8.1-next.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -25,9 +25,9 @@
25
25
  "react-dom": "^17.0.0 || ^18.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@rango-dev/wallets-shared": "^0.8.0",
28
+ "@rango-dev/wallets-shared": "^0.8.1-next.1",
29
29
  "@walletconnect/ethereum-provider": "1.8.0",
30
- "rango-types": "^0.1.45"
30
+ "rango-types": "^0.1.46"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"