@dynamic-labs/wagmi-connector 0.15.10 → 0.15.12

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,23 @@
1
1
 
2
+ ### [0.15.12](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.11...v0.15.12) (2023-03-21)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * update deepLink to handle undefined links ([7473468](https://github.com/dynamic-labs/DynamicAuth/commit/747346812c82a9229776512b83c2faa94bafec3a))
8
+
9
+ ### [0.15.11](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.10...v0.15.11) (2023-03-21)
10
+
11
+
12
+ ### Features
13
+
14
+ * add getDeepLink to WalletConnector ([9409ee4](https://github.com/dynamic-labs/DynamicAuth/commit/9409ee42c1665c81f7887d3eca1c054d6d3bc84b))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * remove scroll copy ([9edb51c](https://github.com/dynamic-labs/DynamicAuth/commit/9edb51caeb70af4c123cf5231c302a4aa417fcf0))
20
+
2
21
  ### [0.15.10](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.9...v0.15.10) (2023-03-20)
3
22
 
4
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wagmi-connector",
3
- "version": "0.15.10",
3
+ "version": "0.15.12",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,8 +12,8 @@
12
12
  "react": "^17.0.2 || ^18.0.0",
13
13
  "ethers": "^5.7.2",
14
14
  "wagmi": "~0.10.3",
15
- "@dynamic-labs/multi-wallet": "0.15.10",
16
- "@dynamic-labs/sdk-react": "0.15.10"
15
+ "@dynamic-labs/multi-wallet": "0.15.12",
16
+ "@dynamic-labs/sdk-react": "0.15.12"
17
17
  },
18
18
  "license": "MIT",
19
19
  "module": "./index.js",