@quiltt/react-native 3.6.13 → 3.7.0

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,27 @@
1
1
  # @quiltt/react-native
2
2
 
3
+ ## 3.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#281](https://github.com/quiltt/quiltt-js/pull/281) [`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add bindings for a new onOpen callback event for Connector Modals
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`0c5fd75`](https://github.com/quiltt/quiltt-js/commit/0c5fd757fa1f688f205431c21c98bb54ea6ea72a)]:
12
+ - @quiltt/react@3.7.0
13
+ - @quiltt/core@3.7.0
14
+
15
+ ## 3.6.14
16
+
17
+ ### Patch Changes
18
+
19
+ - [#278](https://github.com/quiltt/quiltt-js/pull/278) [`0d9e43d`](https://github.com/quiltt/quiltt-js/commit/0d9e43d580d73279d7c078219749b000ebb59b02) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix debug config during CI
20
+
21
+ - Updated dependencies [[`0d9e43d`](https://github.com/quiltt/quiltt-js/commit/0d9e43d580d73279d7c078219749b000ebb59b02)]:
22
+ - @quiltt/core@3.6.14
23
+ - @quiltt/react@3.6.14
24
+
3
25
  ## 3.6.13
4
26
 
5
27
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -11,7 +11,7 @@ var reactNativeWebview = require('react-native-webview');
11
11
  var util = require('@honeybadger-io/core/build/src/util');
12
12
 
13
13
  // Generated by genversion.
14
- const version = '3.6.13';
14
+ const version = '3.7.0';
15
15
 
16
16
  const ErrorReporterConfig = {
17
17
  honeybadger_api_key: 'undefined'
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import { WebView } from 'react-native-webview';
10
10
  import { generateStackTrace, makeBacktrace, getCauses } from '@honeybadger-io/core/build/src/util';
11
11
 
12
12
  // Generated by genversion.
13
- const version = '3.6.13';
13
+ const version = '3.7.0';
14
14
 
15
15
  const ErrorReporterConfig = {
16
16
  honeybadger_api_key: 'undefined'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react-native",
3
- "version": "3.6.13",
3
+ "version": "3.7.0",
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": {
@@ -30,8 +30,8 @@
30
30
  "base-64": "1.0.0",
31
31
  "react-native-url-polyfill": "2.0.0",
32
32
  "react-native-webview": "13.10.2",
33
- "@quiltt/core": "3.6.13",
34
- "@quiltt/react": "3.6.13"
33
+ "@quiltt/react": "3.7.0",
34
+ "@quiltt/core": "3.7.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@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.13'
2
+ export const version = '3.7.0'