@dynamic-labs/assert-package-version 4.50.2 → 4.50.4
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
|
+
### [4.50.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.3...v4.50.4) (2025-12-15)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **flutter:** do not display features that are not ready yet ([#10106](https://github.com/dynamic-labs/dynamic-auth/issues/10106)) ([183525a](https://github.com/dynamic-labs/dynamic-auth/commit/183525a4176d7c0adffff59edbb9e0463db84dda))
|
|
8
|
+
|
|
9
|
+
### [4.50.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.2...v4.50.3) (2025-12-13)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* ensure wallet connect message is correctly generated ([#10099](https://github.com/dynamic-labs/dynamic-auth/issues/10099)) ([081b60b](https://github.com/dynamic-labs/dynamic-auth/commit/081b60b7f6fe5b53609a9088ec51c8ef29c76757))
|
|
15
|
+
|
|
2
16
|
### [4.50.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.1...v4.50.2) (2025-12-12)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "4.50.
|
|
3
|
+
"version": "4.50.4",
|
|
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": "4.50.
|
|
29
|
+
"@dynamic-labs/logger": "4.50.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|