@dynamic-labs/flow 2.4.0 → 2.5.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 +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
|
|
2
|
+
### [2.5.1](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.0...v2.5.1) (2024-08-25)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* on mobile only check for connection state on the primary wallet ([#6705](https://github.com/dynamic-labs/DynamicAuth/issues/6705)) ([ac2bfe2](https://github.com/dynamic-labs/DynamicAuth/commit/ac2bfe224104da92ada2d57093d24e264a0e0993))
|
|
8
|
+
|
|
9
|
+
## [2.5.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.4.0...v2.5.0) (2024-08-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add signPsbts method to bitcoin connectors ([#6652](https://github.com/dynamic-labs/DynamicAuth/issues/6652)) ([951bfea](https://github.com/dynamic-labs/DynamicAuth/commit/951bfea3ccca52e0fb71eebca23354ba0ae99dca)), closes [#6592](https://github.com/dynamic-labs/DynamicAuth/issues/6592)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* aa export darkmode ([#6659](https://github.com/dynamic-labs/DynamicAuth/issues/6659)) ([cc58054](https://github.com/dynamic-labs/DynamicAuth/commit/cc58054b17cafef28cae1fd1282a0925419719ee))
|
|
20
|
+
|
|
2
21
|
## [2.4.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.3.10...v2.4.0) (2024-08-17)
|
|
3
22
|
|
|
4
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@onflow/fcl": "1.10.0",
|
|
30
|
-
"@dynamic-labs/utils": "2.
|
|
31
|
-
"@dynamic-labs/wallet-book": "2.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "2.
|
|
30
|
+
"@dynamic-labs/utils": "2.5.1",
|
|
31
|
+
"@dynamic-labs/wallet-book": "2.5.1",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "2.5.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|