@dynamic-labs/flow 0.18.19 → 0.18.21
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.21](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.20...v0.18.21) (2023-09-28)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* better handling for starknet account changed event ([#3441](https://github.com/dynamic-labs/DynamicAuth/issues/3441)) ([#3452](https://github.com/dynamic-labs/DynamicAuth/issues/3452)) ([6b814ea](https://github.com/dynamic-labs/DynamicAuth/commit/6b814eaf0b4a5429a7b0e1c30ff4e5c209f185cd))
|
|
8
|
+
* wait for networks to fetch wallets ([#3425](https://github.com/dynamic-labs/DynamicAuth/issues/3425)) ([b760042](https://github.com/dynamic-labs/DynamicAuth/commit/b76004273b0c62d001e85da8f1dc0ee7a94b0437))
|
|
9
|
+
|
|
10
|
+
### [0.18.20](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.19...v0.18.20) (2023-09-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* signing messages with backpack ([#3399](https://github.com/dynamic-labs/DynamicAuth/issues/3399)) ([d56fb4d](https://github.com/dynamic-labs/DynamicAuth/commit/d56fb4d3f0eacec5ee9c1090da90946beb6874e1))
|
|
16
|
+
|
|
2
17
|
### [0.18.19](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.18...v0.18.19) (2023-09-22)
|
|
3
18
|
|
|
4
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.21",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@onflow/fcl": "1.4.1",
|
|
30
|
-
"@dynamic-labs/utils": "0.18.
|
|
31
|
-
"@dynamic-labs/wallet-book": "0.18.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "0.18.
|
|
30
|
+
"@dynamic-labs/utils": "0.18.21",
|
|
31
|
+
"@dynamic-labs/wallet-book": "0.18.21",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "0.18.21"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|