@dynamic-labs/wagmi-connector 0.14.31 → 0.14.33

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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+
2
+ ### [0.14.33](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.32...v0.14.33) (2023-02-07)
3
+
4
+ ### Bug Fixes
5
+
6
+ * keep the "Comming Soon" label on hover ([ec6adf1](https://github.com/dynamic-labs/DynamicAuth/commit/ec6adf14511b7fa60d8c826e6304506cb2629677))
7
+
8
+
9
+ ### [0.14.32](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.31...v0.14.32) (2023-02-01)
10
+
11
+
12
+ ### Features
13
+
14
+ * **useWalletItemActions:** add openWallet method to sign directly ([e87d104](https://github.com/dynamic-labs/DynamicAuth/commit/e87d1040d884a65a1952deadec68f8b669d41d3e))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * api test ([a18613e](https://github.com/dynamic-labs/DynamicAuth/commit/a18613ea26296836821c720cc9d050565bf06d44))
20
+ * **normalizeAddress:** remove the 0x from address beginning ([a8713ee](https://github.com/dynamic-labs/DynamicAuth/commit/a8713eede3ba033d60d28c0691a6a09174f48718))
21
+ * test apps ([b6d0455](https://github.com/dynamic-labs/DynamicAuth/commit/b6d0455d2e4c6e40f7c404afac528f75b11387cf))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wagmi-connector",
3
- "version": "0.14.31",
3
+ "version": "0.14.33",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,10 +12,10 @@
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.14.31",
16
- "@dynamic-labs/multi-wallet": "0.14.31"
15
+ "@dynamic-labs/sdk-react": "0.14.33",
16
+ "@dynamic-labs/multi-wallet": "0.14.33"
17
17
  },
18
- "license": "Apache-2.0",
18
+ "license": "MIT",
19
19
  "module": "./index.js",
20
20
  "main": "./index.cjs",
21
21
  "types": "./src/index.d.ts",