@quiltt/react 3.1.2 → 3.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @quiltt/react
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07bc9f3: Release React Native SDK
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [07bc9f3]
12
+ - @quiltt/core@3.2.0
13
+
14
+ ## 3.1.3
15
+
16
+ ### Patch Changes
17
+
18
+ - ab55ccb: Skip browser code when in expo app
19
+ - Updated dependencies [ab55ccb]
20
+ - @quiltt/core@3.1.3
21
+
3
22
  ## 3.1.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react",
3
- "version": "3.1.2",
3
+ "version": "3.2.0",
4
4
  "description": "React components and hooks for Quiltt Connector",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  "CHANGELOG.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@quiltt/core": "3.1.2"
41
+ "@quiltt/core": "3.2.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",