@quiltt/react 3.3.2 → 3.3.4

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @quiltt/react
2
2
 
3
+ ## 3.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b659537: Fix MX OAuth and move some lib into peer dependencies
8
+ - Updated dependencies [b659537]
9
+ - @quiltt/core@3.3.4
10
+
11
+ ## 3.3.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 48a50d0: Fix handle plaid oauth link bug
16
+ - Updated dependencies [48a50d0]
17
+ - @quiltt/core@3.3.3
18
+
3
19
  ## 3.3.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
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.3.2"
41
+ "@quiltt/core": "3.3.4"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",