@dynamic-labs/assert-package-version 3.8.3 → 3.8.5
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.8.5](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.4...v3.8.5) (2024-11-29)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* 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))
|
|
8
|
+
|
|
9
|
+
### [3.8.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.3...v3.8.4) (2024-11-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* don't allow user to connect wallet in bridge while sdk is still loading ([#7506](https://github.com/dynamic-labs/DynamicAuth/issues/7506)) ([#7508](https://github.com/dynamic-labs/DynamicAuth/issues/7508)) ([f0132bc](https://github.com/dynamic-labs/DynamicAuth/commit/f0132bcf6dabde7dcd340a9b152c9aa561b7c0d0))
|
|
15
|
+
|
|
2
16
|
### [3.8.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.2...v3.8.3) (2024-11-26)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
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.
|
|
29
|
+
"@dynamic-labs/logger": "3.8.5"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|