@stytch/react 19.15.0 → 19.15.1

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @stytch/react
2
2
 
3
+ ## 19.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a640aa9: Fix missing breached password error message for zxcvbn password config in pre-built UI
8
+ - 3d625ba: Fix error message when B2B discovery EML auth encounters an error in prebuilt UI
9
+
3
10
  ## 19.15.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/react",
3
- "version": "19.15.0",
3
+ "version": "19.15.1",
4
4
  "description": "Stytch's official React Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -41,7 +41,7 @@
41
41
  "@stytch/internal-tsconfigs": "0.0.0",
42
42
  "@stytch/jest-environment": "0.0.0",
43
43
  "@stytch/js-utils": "0.0.1",
44
- "@stytch/vanilla-js": "5.40.0",
44
+ "@stytch/vanilla-js": "5.41.0",
45
45
  "@testing-library/react": "14.0.0",
46
46
  "@types/jest": "29.5.14",
47
47
  "@types/react": "18.3.26",