@dynamic-labs/flow 0.18.15 → 0.18.17

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
+ ### [0.18.17](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.16...v0.18.17) (2023-09-11)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * remove react component props from sending to sdk api v18 ([#3286](https://github.com/dynamic-labs/DynamicAuth/issues/3286)) ([af699f7](https://github.com/dynamic-labs/DynamicAuth/commit/af699f7efc42603a0ade890c622ea64ff219ee30)), closes [#3282](https://github.com/dynamic-labs/DynamicAuth/issues/3282)
8
+
9
+ ### [0.18.16](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.15...v0.18.16) (2023-09-11)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * catch error sending sdkSettings and log warning v18 ([#3276](https://github.com/dynamic-labs/DynamicAuth/issues/3276)) ([e843e28](https://github.com/dynamic-labs/DynamicAuth/commit/e843e28c9f0e3714313b8e1ef1ae14734705a67e)), closes [#3274](https://github.com/dynamic-labs/DynamicAuth/issues/3274)
15
+ * issue where unexpected token would occur when bundlers defined process.env ([#3283](https://github.com/dynamic-labs/DynamicAuth/issues/3283)) ([47387ea](https://github.com/dynamic-labs/DynamicAuth/commit/47387ea4c938f871f270d52163cdb37e46efdc1a))
16
+ * seprate ls checks for dynamiccontext and wagmi settings v18 ([#3278](https://github.com/dynamic-labs/DynamicAuth/issues/3278)) ([daea94c](https://github.com/dynamic-labs/DynamicAuth/commit/daea94c92fd5a4c21f3a75f7056168090dd827ec)), closes [#3275](https://github.com/dynamic-labs/DynamicAuth/issues/3275)
17
+
2
18
  ### [0.18.15](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.14...v0.18.15) (2023-09-11)
3
19
 
4
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.18.15",
3
+ "version": "0.18.17",
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.15",
31
- "@dynamic-labs/wallet-book": "0.18.15",
32
- "@dynamic-labs/wallet-connector-core": "0.18.15"
30
+ "@dynamic-labs/utils": "0.18.17",
31
+ "@dynamic-labs/wallet-book": "0.18.17",
32
+ "@dynamic-labs/wallet-connector-core": "0.18.17"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }