@dynamic-labs/starknet 0.17.4 → 0.17.6
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.17.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.5...v0.17.6) (2023-06-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* handle email only without primary wallet state ([#2342](https://github.com/dynamic-labs/DynamicAuth/issues/2342)) ([#2362](https://github.com/dynamic-labs/DynamicAuth/issues/2362)) ([2754f22](https://github.com/dynamic-labs/DynamicAuth/commit/2754f22b1aa733d4b9695e2de7f44c56e3dd23c2))
|
|
8
|
+
|
|
9
|
+
### [0.17.5](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.4...v0.17.5) (2023-06-15)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* don't remove project settings from ls if there's a connected wallet ([#2335](https://github.com/dynamic-labs/DynamicAuth/issues/2335)) ([a4d3f0e](https://github.com/dynamic-labs/DynamicAuth/commit/a4d3f0ef8667d0a67d489b05a7a46e5b401ed1a6))
|
|
15
|
+
* setting initial view when error in auth flow ([#2346](https://github.com/dynamic-labs/DynamicAuth/issues/2346)) ([35e0e47](https://github.com/dynamic-labs/DynamicAuth/commit/35e0e47a649f3a88f12126f539ec12167ce27486))
|
|
16
|
+
* **widget:** add fallback icon when oauth provider does not exist ([#2351](https://github.com/dynamic-labs/DynamicAuth/issues/2351)) ([af9f64f](https://github.com/dynamic-labs/DynamicAuth/commit/af9f64f4f4a287fff666109e19d969b351016b62)), closes [#2349](https://github.com/dynamic-labs/DynamicAuth/issues/2349)
|
|
17
|
+
|
|
2
18
|
### [0.17.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.3...v0.17.4) (2023-06-14)
|
|
3
19
|
|
|
4
20
|
### [0.17.3](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.2...v0.17.3) (2023-06-14)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/starknet",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.6",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"starknet": "3.19.0",
|
|
30
30
|
"get-starknet": "1.5.0",
|
|
31
|
-
"@dynamic-labs/utils": "0.17.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "0.17.
|
|
31
|
+
"@dynamic-labs/utils": "0.17.6",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "0.17.6"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|