@dynamic-labs/wagmi-connector 0.15.22 → 0.15.24

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
 
2
+ ### [0.15.24](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.23...v0.15.24) (2023-03-31)
3
+
4
+
5
+ ### Features
6
+
7
+ * **DYN-2093:** add new_user boolean flag to UserProfile to v15 ([6382225](https://github.com/dynamic-labs/DynamicAuth/commit/63822250ec3e469636566b62dcd822e8c6923516))
8
+
9
+ ### [0.15.23](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.22...v0.15.23) (2023-03-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **walletconnect:** add missing null check in getDeepLink ([b1cb761](https://github.com/dynamic-labs/DynamicAuth/commit/b1cb76181c7385979b1dccaeb6f7a267eac885aa))
15
+
2
16
  ### [0.15.22](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.21...v0.15.22) (2023-03-29)
3
17
 
4
18
  ### [0.15.21](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.20...v0.15.21) (2023-03-29)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wagmi-connector",
3
- "version": "0.15.22",
3
+ "version": "0.15.24",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "react": "^17.0.2 || ^18.0.0",
13
13
  "ethers": "^5.7.2",
14
14
  "wagmi": "~0.10.3",
15
- "@dynamic-labs/sdk-react": "0.15.22"
15
+ "@dynamic-labs/sdk-react": "0.15.24"
16
16
  },
17
17
  "license": "MIT",
18
18
  "module": "./index.js",