@stytch/react 0.10.1 → 0.10.3

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @stytch/react
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1652706: Fix session/user persisting after logging out
8
+ - Updated dependencies [1652706]
9
+ - @stytch/vanilla-js@0.10.7
10
+
11
+ ## 0.10.2
12
+
13
+ ### Patch Changes
14
+
15
+ - ca5a31d: SDK-877 Fix session/user persisting after logging out
16
+ - Updated dependencies [ca5a31d]
17
+ - @stytch/vanilla-js@0.10.6
18
+
3
19
  ## 0.10.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/react",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "Stytch's official React Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -31,14 +31,14 @@
31
31
  ],
32
32
  "devDependencies": {
33
33
  "@babel/runtime": "7.18.6",
34
- "@stytch/vanilla-js": "0.10.2",
34
+ "@stytch/vanilla-js": "0.10.7",
35
35
  "@testing-library/react": "12.1.3",
36
- "eslint-config-custom": "0.0.0",
36
+ "eslint-config-custom": "0.0.1",
37
37
  "rollup": "2.56.3",
38
38
  "typescript": "4.7.4"
39
39
  },
40
40
  "peerDependencies": {
41
- "@stytch/vanilla-js": "^0.10.2",
41
+ "@stytch/vanilla-js": "^0.10.7",
42
42
  "react": ">= 17.0.2",
43
43
  "react-dom": ">= 17.0.2"
44
44
  }