@dynamic-labs/flow 0.18.27 → 0.18.28
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.28](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.27...v0.18.28) (2023-10-30)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* better handling of Coinbase wallet disconnect + upgrade to 3.7.2 ([#3681](https://github.com/dynamic-labs/DynamicAuth/issues/3681)) ([075ca3c](https://github.com/dynamic-labs/DynamicAuth/commit/075ca3c0e6c34e8b75bc80cd1980efebdb41f35a))
|
|
8
|
+
* safely render message to sign ([#3655](https://github.com/dynamic-labs/DynamicAuth/issues/3655)) ([#3660](https://github.com/dynamic-labs/DynamicAuth/issues/3660)) ([c91ff85](https://github.com/dynamic-labs/DynamicAuth/commit/c91ff85fef2616cafae6681ebc9328aac783b294))
|
|
9
|
+
|
|
2
10
|
### [0.18.27](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.26...v0.18.27) (2023-10-19)
|
|
3
11
|
|
|
4
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.28",
|
|
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.28",
|
|
31
|
+
"@dynamic-labs/wallet-book": "0.18.28",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "0.18.28"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|