@dynamic-labs/flow 2.6.2 → 2.6.3
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
|
+
### [2.6.3](https://github.com/dynamic-labs/DynamicAuth/compare/v2.6.2...v2.6.3) (2024-09-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* deeplinking on magic eden evm and bitcoin ([#6920](https://github.com/dynamic-labs/DynamicAuth/issues/6920)) ([b00c358](https://github.com/dynamic-labs/DynamicAuth/commit/b00c35843ace58e4898abd9404568aebcc44c0e5))
|
|
8
|
+
* sendBitcoin for unisat ([#6904](https://github.com/dynamic-labs/DynamicAuth/issues/6904)) ([d9a8388](https://github.com/dynamic-labs/DynamicAuth/commit/d9a8388748e2c998567b101f874b20fab65e54ab))
|
|
9
|
+
|
|
2
10
|
### [2.6.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.6.1...v2.6.2) (2024-09-11)
|
|
3
11
|
|
|
4
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
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.6.
|
|
31
|
-
"@dynamic-labs/wallet-book": "2.6.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "2.6.
|
|
30
|
+
"@dynamic-labs/utils": "2.6.3",
|
|
31
|
+
"@dynamic-labs/wallet-book": "2.6.3",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "2.6.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|