@dynamic-labs/client 2.5.2 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
 
2
+ ## [2.6.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.3...v2.6.0) (2024-09-03)
3
+
4
+
5
+ ### Features
6
+
7
+ * adds social redirect option and improve apple id login ([#6717](https://github.com/dynamic-labs/DynamicAuth/issues/6717)) ([500e70c](https://github.com/dynamic-labs/DynamicAuth/commit/500e70cb446b75a6264b566c7adc7cd9a0c89264))
8
+
9
+ ### [2.5.3](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.2...v2.5.3) (2024-09-02)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * override viem chain data with evmNetworks override data ([#6780](https://github.com/dynamic-labs/DynamicAuth/issues/6780)) ([197f1b9](https://github.com/dynamic-labs/DynamicAuth/commit/197f1b91e7d8ab2687b1463cd9817f1e13884dec))
15
+
2
16
  ### [2.5.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.1...v2.5.2) (2024-08-30)
3
17
 
4
18
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "2.5.2";
6
+ var version = "2.6.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "2.5.2";
2
+ var version = "2.6.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/client",
3
- "version": "2.5.2",
3
+ "version": "2.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -26,12 +26,12 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@dynamic-labs/message-transport": "2.5.2",
29
+ "@dynamic-labs/message-transport": "2.6.0",
30
30
  "@vue/reactivity": "3.4.21"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dynamic-labs/logger": "2.5.2",
34
- "@dynamic-labs/types": "2.5.2",
33
+ "@dynamic-labs/logger": "2.6.0",
34
+ "@dynamic-labs/types": "2.6.0",
35
35
  "eventemitter3": "5.0.1"
36
36
  }
37
37
  }