@dynamic-labs/assert-package-version 3.4.1 → 3.4.2
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.4.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.1...v3.4.2) (2024-10-18)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* improve displayed chain name in network switcher ([#7153](https://github.com/dynamic-labs/DynamicAuth/issues/7153)) ([#7160](https://github.com/dynamic-labs/DynamicAuth/issues/7160)) ([838f0ed](https://github.com/dynamic-labs/DynamicAuth/commit/838f0edcda86080459e8aa1dffcdb36e3aa73f1b))
|
|
8
|
+
* surface relevant error message when social pop-up blocked by browser ([#7158](https://github.com/dynamic-labs/DynamicAuth/issues/7158)) ([663e81f](https://github.com/dynamic-labs/DynamicAuth/commit/663e81f45c1ab0c091690dab21a9cafb7f0cccde))
|
|
9
|
+
* use embedded primaryChain when passing undefined chains list to createTurnkeyWallet ([#7156](https://github.com/dynamic-labs/DynamicAuth/issues/7156)) ([f023092](https://github.com/dynamic-labs/DynamicAuth/commit/f023092b3fecef76bcee144632c63a149e5e432f))
|
|
10
|
+
|
|
2
11
|
### [3.4.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.0...v3.4.1) (2024-10-17)
|
|
3
12
|
|
|
4
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
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.
|
|
29
|
+
"@dynamic-labs/logger": "3.4.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|