@dynamic-labs/flow 0.18.17 → 0.18.19

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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,23 @@
1
1
 
2
+ ### [0.18.19](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.18...v0.18.19) (2023-09-22)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * pass the network param on wallet transfers ([#3307](https://github.com/dynamic-labs/DynamicAuth/issues/3307)) ([#3384](https://github.com/dynamic-labs/DynamicAuth/issues/3384)) ([f116695](https://github.com/dynamic-labs/DynamicAuth/commit/f116695d27bac145913f2cfbd28725b582d57f61))
8
+
9
+ ### [0.18.18](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.17...v0.18.18) (2023-09-20)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * show default wallet icon when no image is available ([#3291](https://github.com/dynamic-labs/DynamicAuth/issues/3289)) ([b541d00](https://github.com/dynamic-labs/DynamicAuth/commit/3f7249997f0f0f20a449b94cfa307305a0684052))
15
+ * display user profile when closing send balance ([#3333](https://github.com/dynamic-labs/DynamicAuth/issues/3333)) ([#3336](https://github.com/dynamic-labs/DynamicAuth/issues/3336)) ([6966aee](https://github.com/dynamic-labs/DynamicAuth/commit/6966aee9480c630fc83a07b7eff69fde15fe0a05))
16
+ * display sign typed data message for confirmation ([#3316](https://github.com/dynamic-labs/DynamicAuth/issues/3316)) ([4b93151](https://github.com/dynamic-labs/DynamicAuth/commit/4b9315178711b4c86fdd2af403b271276ca9d4be))
17
+ * remove async from getWeb3Provider method in Magic connector ([#3280](https://github.com/dynamic-labs/DynamicAuth/issues/3280)) ([bffe17c](https://github.com/dynamic-labs/DynamicAuth/commit/bffe17c690076d77296f847628cca0cdeae4e529))
18
+ * fixes unlinking oauth account from multi wallet panel ([#3343](https://github.com/dynamic-labs/DynamicAuth/issues/3343)) ([f46c9ab](https://github.com/dynamic-labs/DynamicAuth/commit/f46c9ab521665be875e65c78e6d235e5fdb697a0))
19
+ * prevent wallet connect v2 from redirect user to last known wallet after logout ([#3353](https://github.com/dynamic-labs/DynamicAuth/issues/3353)) ([55b01b6](https://github.com/dynamic-labs/DynamicAuth/commit/55b01b6d0e7f0f7c3d9fce461bb09bb61602e60f))
20
+
2
21
  ### [0.18.17](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.16...v0.18.17) (2023-09-11)
3
22
 
4
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.18.17",
3
+ "version": "0.18.19",
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.17",
31
- "@dynamic-labs/wallet-book": "0.18.17",
32
- "@dynamic-labs/wallet-connector-core": "0.18.17"
30
+ "@dynamic-labs/utils": "0.18.19",
31
+ "@dynamic-labs/wallet-book": "0.18.19",
32
+ "@dynamic-labs/wallet-connector-core": "0.18.19"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }