@dynamic-labs/flow 2.2.5 → 2.2.7

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ### [2.2.7](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.6...v2.2.7) (2024-06-28)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * coinbase smart wallet better handling in iframes ([#6190](https://github.com/dynamic-labs/DynamicAuth/issues/6190)) ([26530e6](https://github.com/dynamic-labs/DynamicAuth/commit/26530e6e7e368c83ade97ae4edd0de01944825b9))
8
+ * show user wallet in profile view on single wallet mode even if it's not primary ([#6194](https://github.com/dynamic-labs/DynamicAuth/issues/6194)) ([070db58](https://github.com/dynamic-labs/DynamicAuth/commit/070db581f487b0e9a308d99497f63679f61fba7b))
9
+
10
+ ### [2.2.6](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.5...v2.2.6) (2024-06-26)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * prevent unneccessary magiceden solana popups ([#6158](https://github.com/dynamic-labs/DynamicAuth/issues/6158)) ([#6171](https://github.com/dynamic-labs/DynamicAuth/issues/6171)) ([cc24d13](https://github.com/dynamic-labs/DynamicAuth/commit/cc24d135b059b4a235752f57a9d25ac0e5b2e307))
16
+ * expose gas sponsorship kernel client from zerodev connector
17
+
2
18
  ### [2.2.5](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.4...v2.2.5) (2024-06-24)
3
19
 
4
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
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.2.5",
31
- "@dynamic-labs/wallet-book": "2.2.5",
32
- "@dynamic-labs/wallet-connector-core": "2.2.5"
30
+ "@dynamic-labs/utils": "2.2.7",
31
+ "@dynamic-labs/wallet-book": "2.2.7",
32
+ "@dynamic-labs/wallet-connector-core": "2.2.7"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }