@dynamic-labs/flow 0.18.24 → 0.18.26
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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.26](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.25...v0.18.26) (2023-10-14)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* ArgentX' support for in-browser wallet
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### [0.18.25](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.24...v0.18.25) (2023-10-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **wagmi-connector:** use wallets list to sync wagmi client ([#3563](https://github.com/dynamic-labs/DynamicAuth/issues/3563)) ([#3580](https://github.com/dynamic-labs/DynamicAuth/issues/3580)) ([12e464c](https://github.com/dynamic-labs/DynamicAuth/commit/12e464cca2cd39478475893bc084c5624a034cba))
|
|
15
|
+
|
|
2
16
|
### [0.18.24](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.23...v0.18.24) (2023-10-03)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.26",
|
|
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.26",
|
|
31
|
+
"@dynamic-labs/wallet-book": "0.18.26",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "0.18.26"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|