@dynamic-labs/assert-package-version 3.4.2 → 3.4.3

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
1
 
2
+ ### [3.4.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.2...v3.4.3) (2024-10-23)
3
+
4
+
5
+ ### Features
6
+
7
+ * add mobile wallet redirect view ([#7168](https://github.com/dynamic-labs/DynamicAuth/issues/7168)) ([#7194](https://github.com/dynamic-labs/DynamicAuth/issues/7194)) ([1d25423](https://github.com/dynamic-labs/DynamicAuth/commit/1d254236e8609847e9ad8a390593ce7741fc10a6))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * sdkHasLoaded should check if primaryWallet has finished loading ([#7193](https://github.com/dynamic-labs/DynamicAuth/issues/7193)) ([1b9a0de](https://github.com/dynamic-labs/DynamicAuth/commit/1b9a0de0e279804f808f36a4945a8b2500cc2b7a))
13
+
2
14
  ### [3.4.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.1...v3.4.2) (2024-10-18)
3
15
 
4
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/assert-package-version",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
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.4.2"
29
+ "@dynamic-labs/logger": "3.4.3"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }