@quiltt/react-native 3.5.6 → 3.6.1

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,29 @@
1
1
  # @quiltt/react-native
2
2
 
3
+ ## 3.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - Updated dependencies [[`7a119af`](https://github.com/quiltt/quiltt-js/commit/7a119af8b0ba826b8df81f5eb242c002379b4e56)]:
10
+ - @quiltt/core@3.6.1
11
+ - @quiltt/react@3.6.1
12
+
13
+ ## 3.6.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#229](https://github.com/quiltt/quiltt-js/pull/229) [`f688563`](https://github.com/quiltt/quiltt-js/commit/f6885635d989fb75918cb13e449ca0eec60850fc) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix Websockets protocol variable
18
+
19
+ - [#229](https://github.com/quiltt/quiltt-js/pull/229) [`f688563`](https://github.com/quiltt/quiltt-js/commit/f6885635d989fb75918cb13e449ca0eec60850fc) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Fix Websockets protocol variable
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`f688563`](https://github.com/quiltt/quiltt-js/commit/f6885635d989fb75918cb13e449ca0eec60850fc), [`f688563`](https://github.com/quiltt/quiltt-js/commit/f6885635d989fb75918cb13e449ca0eec60850fc)]:
24
+ - @quiltt/core@3.6.0
25
+ - @quiltt/react@3.6.0
26
+
3
27
  ## 3.5.6
4
28
 
5
29
  ### Patch 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.5.6';
17
+ const version = '3.6.1';
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.5.6",
3
+ "version": "3.6.1",
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.5.6",
30
- "@quiltt/react": "3.5.6"
29
+ "@quiltt/core": "3.6.1",
30
+ "@quiltt/react": "3.6.1"
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.5.6'
2
+ export const version = '3.6.1'