@quiltt/react-native 3.6.0 → 3.6.2

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @quiltt/react-native
2
2
 
3
+ ## 3.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#236](https://github.com/quiltt/quiltt-js/pull/236) [`85c0be1`](https://github.com/quiltt/quiltt-js/commit/85c0be16803381de5dbd89a7295e326228542080) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix config loading
8
+
9
+ - Updated dependencies [[`85c0be1`](https://github.com/quiltt/quiltt-js/commit/85c0be16803381de5dbd89a7295e326228542080)]:
10
+ - @quiltt/core@3.6.2
11
+ - @quiltt/react@3.6.2
12
+
13
+ ## 3.6.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [#232](https://github.com/quiltt/quiltt-js/pull/232) [`7a119af`](https://github.com/quiltt/quiltt-js/commit/7a119af8b0ba826b8df81f5eb242c002379b4e56) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Improve typeof checks for mobile environments
18
+
19
+ - Updated dependencies [[`7a119af`](https://github.com/quiltt/quiltt-js/commit/7a119af8b0ba826b8df81f5eb242c002379b4e56)]:
20
+ - @quiltt/core@3.6.1
21
+ - @quiltt/react@3.6.1
22
+
3
23
  ## 3.6.0
4
24
 
5
25
  ### Minor Changes
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ const ErrorReporterConfig = {
14
14
  };
15
15
 
16
16
  // Generated by genversion.
17
- const version = '3.6.0';
17
+ const version = '3.6.2';
18
18
 
19
19
  // Quick hack to send error to Honeybadger to debug why the connector is not routable
20
20
  const notifier = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react-native",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "React Native components for Quiltt Connector",
5
5
  "homepage": "https://github.com/quiltt/quiltt-js/tree/main/packages/react-native#readme",
6
6
  "repository": {
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@honeybadger-io/core": "6.6.0",
29
- "@quiltt/core": "3.6.0",
30
- "@quiltt/react": "3.6.0"
29
+ "@quiltt/core": "3.6.2",
30
+ "@quiltt/react": "3.6.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@apollo/client": "3.9.9",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '3.6.0'
2
+ export const version = '3.6.2'