@dynamic-labs/assert-package-version 3.8.4 → 3.9.0

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,24 @@
1
1
 
2
+ ## [3.9.0](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.5...v3.9.0) (2024-12-04)
3
+
4
+
5
+ ### Features
6
+
7
+ * add shopify login ([#7538](https://github.com/dynamic-labs/DynamicAuth/issues/7538)) ([6123447](https://github.com/dynamic-labs/DynamicAuth/commit/6123447218bc477e5b71b3704149ab18b42f1a9d))
8
+ * useWalletOptions provides chain and allows filtering ([#7533](https://github.com/dynamic-labs/DynamicAuth/issues/7533)) ([#7537](https://github.com/dynamic-labs/DynamicAuth/issues/7537)) ([f74f7b9](https://github.com/dynamic-labs/DynamicAuth/commit/f74f7b997f07c828c2e713666aee2d77c25fc0e4))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update twitter to X in social provide label ([#7531](https://github.com/dynamic-labs/DynamicAuth/issues/7531)) ([89a7d70](https://github.com/dynamic-labs/DynamicAuth/commit/89a7d70d2856d472ced17bd77d84a9b53150f8a8))
14
+
15
+ ### [3.8.5](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.4...v3.8.5) (2024-11-29)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * sdkHasLoaded always false in cookie enabled env ([#7516](https://github.com/dynamic-labs/DynamicAuth/issues/7516)) ([#7517](https://github.com/dynamic-labs/DynamicAuth/issues/7517)) ([91ecc30](https://github.com/dynamic-labs/DynamicAuth/commit/91ecc307c0bba8ef0f9f66240074adeb45f8ad5f))
21
+
2
22
  ### [3.8.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.3...v3.8.4) (2024-11-27)
3
23
 
4
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/assert-package-version",
3
- "version": "3.8.4",
3
+ "version": "3.9.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -26,7 +26,7 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@dynamic-labs/logger": "3.8.4"
29
+ "@dynamic-labs/logger": "3.9.0"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }