@dynamic-labs/assert-package-version 3.9.3 → 3.9.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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.9.5](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.4...v3.9.5) (2024-12-20)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* confirmation ui shows recipient if tx is native/token transfer ([#7679](https://github.com/dynamic-labs/DynamicAuth/issues/7679)) ([868d75a](https://github.com/dynamic-labs/DynamicAuth/commit/868d75a0b15b72084b8cefcdde2913e27001af48))
|
|
8
|
+
* zerodev confirmation UI closes properly ([#7669](https://github.com/dynamic-labs/DynamicAuth/issues/7669)) ([ee68034](https://github.com/dynamic-labs/DynamicAuth/commit/ee6803489628c1c69fe6e97492898324d9209d31))
|
|
9
|
+
|
|
10
|
+
### [3.9.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.3...v3.9.4) (2024-12-18)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* improve signtypeddata and signmessage for zerodev connector ([#7651](https://github.com/dynamic-labs/DynamicAuth/issues/7651)) ([6f2b938](https://github.com/dynamic-labs/DynamicAuth/commit/6f2b938cfbcb9d5ca15b20979b42a458a9062164))
|
|
16
|
+
|
|
2
17
|
### [3.9.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.2...v3.9.3) (2024-12-18)
|
|
3
18
|
|
|
4
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.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.9.
|
|
29
|
+
"@dynamic-labs/logger": "3.9.5"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|