@stytch/react 7.0.0 → 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @stytch/react
2
2
 
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1b1ea1b: updateStateAndTokens call in resetBySession and resetExistingPassword
8
+ - Updated dependencies [1b1ea1b]
9
+ - Updated dependencies [47cd46c]
10
+ - @stytch/vanilla-js@2.0.3
11
+
12
+ ## 7.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 0a18c34: Add docs for new verified fields on Member objects, and fix some docs links
17
+ - Updated dependencies [9fd5d96]
18
+ - Updated dependencies [0a18c34]
19
+ - @stytch/vanilla-js@2.0.1
20
+
3
21
  ## 7.0.0
4
22
 
5
23
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/react",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Stytch's official React Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "devDependencies": {
34
34
  "@babel/runtime": "7.18.6",
35
- "@stytch/vanilla-js": "2.0.0",
35
+ "@stytch/vanilla-js": "2.0.3",
36
36
  "@testing-library/react": "14.0.0",
37
37
  "eslint-config-custom": "0.0.1",
38
38
  "react-test-renderer": "18.0.0",
@@ -40,7 +40,7 @@
40
40
  "typescript": "4.7.4"
41
41
  },
42
42
  "peerDependencies": {
43
- "@stytch/vanilla-js": "^2.0.0",
43
+ "@stytch/vanilla-js": "^2.0.3",
44
44
  "react": ">= 17.0.2",
45
45
  "react-dom": ">= 17.0.2"
46
46
  }