@dynamic-labs/flow 1.4.13 → 1.4.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
 
2
+ ### [1.4.15](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.14...v1.4.15) (2024-07-17)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * re-establish connection to metamask starknet snap on page reload ([#6362](https://github.com/dynamic-labs/DynamicAuth/issues/6362)) ([176bd0e](https://github.com/dynamic-labs/DynamicAuth/commit/176bd0e096a523731e815b1e32961509db1e05d2))
8
+
9
+ ### [1.4.14](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.13...v1.4.14) (2024-07-11)
10
+
2
11
  ### [1.4.13](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.12...v1.4.13) (2024-06-05)
3
12
 
13
+ ### Features
14
+
15
+ * add the Starknet MetaMask snap to the available wallets
4
16
 
5
17
  ### Bug Fixes
6
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "1.4.13",
3
+ "version": "1.4.15",
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.10.0",
30
- "@dynamic-labs/utils": "1.4.13",
31
- "@dynamic-labs/wallet-book": "1.4.13",
32
- "@dynamic-labs/wallet-connector-core": "1.4.13"
30
+ "@dynamic-labs/utils": "1.4.15",
31
+ "@dynamic-labs/wallet-book": "1.4.15",
32
+ "@dynamic-labs/wallet-connector-core": "1.4.15"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }