@dynamic-labs/assert-package-version 3.7.0 → 3.8.1
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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.8.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.0...v3.8.1) (2024-11-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **ui:** add missing rule for social login modals ([#7476](https://github.com/dynamic-labs/DynamicAuth/issues/7476)) ([#7477](https://github.com/dynamic-labs/DynamicAuth/issues/7477)) ([1711b13](https://github.com/dynamic-labs/DynamicAuth/commit/1711b13f66ab968fdeb1e0461fdb5a8addbeb8eb))
|
|
8
|
+
|
|
9
|
+
## [3.8.0](https://github.com/dynamic-labs/DynamicAuth/compare/v3.7.0...v3.8.0) (2024-11-20)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* allow listening to dynamic events without using a hook ([#7466](https://github.com/dynamic-labs/DynamicAuth/issues/7466)) ([#7473](https://github.com/dynamic-labs/DynamicAuth/issues/7473)) ([680afb3](https://github.com/dynamic-labs/DynamicAuth/commit/680afb31c6e6ef5d8bf3c6e129bea7a6f7d052f0))
|
|
15
|
+
* emit primaryWalletChanged event when primary wallets changes ([#7464](https://github.com/dynamic-labs/DynamicAuth/issues/7464)) ([#7469](https://github.com/dynamic-labs/DynamicAuth/issues/7469)) ([52cfe2a](https://github.com/dynamic-labs/DynamicAuth/commit/52cfe2a17dea14d4a2748f7a16acbb156d5292f8))
|
|
16
|
+
* emit primaryWalletNetworkChanged event when primary wallet network changes ([#7471](https://github.com/dynamic-labs/DynamicAuth/issues/7471)) ([185b8b4](https://github.com/dynamic-labs/DynamicAuth/commit/185b8b497d71898df319ca11e2f15c4b96d8f745)), closes [#7465](https://github.com/dynamic-labs/DynamicAuth/issues/7465)
|
|
17
|
+
|
|
2
18
|
## [3.7.0](https://github.com/dynamic-labs/DynamicAuth/compare/v3.6.3...v3.7.0) (2024-11-19)
|
|
3
19
|
|
|
4
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.1",
|
|
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.
|
|
29
|
+
"@dynamic-labs/logger": "3.8.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|