@stytch/nextjs 21.6.0 → 21.6.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 +10 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stytch/nextjs
2
2
 
3
+ ## 21.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a32b3f: Fix an issue with localization in the PasswordError component when using custom password strength rules
8
+
3
9
  ## 21.6.0
4
10
 
5
11
  ### Minor Changes
@@ -248,23 +254,23 @@
248
254
 
249
255
  Two public export locations have changed:
250
256
 
251
- ```javascript
257
+ ```JavaScript
252
258
  import { createStytchB2BHeadlessClient } from '@stytch/nextjs/b2b';
253
259
  ```
254
260
 
255
261
  Is now updated to
256
262
 
257
- ```javascript
263
+ ```JavaScript
258
264
  import { createStytchB2BHeadlessClient } from '@stytch/vanilla-js/b2b/headless';
259
265
  ```
260
266
 
261
- ```javascript
267
+ ```JavaScript
262
268
  import { createStytchB2BUIClient } from '@stytch/nextjs/b2b';
263
269
  ```
264
270
 
265
271
  Is now updated to
266
272
 
267
- ```javascript
273
+ ```JavaScript
268
274
  import { createStytchB2BUIClient } from '@stytch/vanilla-js/b2b/ui';
269
275
  ```
270
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/nextjs",
3
- "version": "21.6.0",
3
+ "version": "21.6.1",
4
4
  "description": "Stytch's official Next.js Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -24,7 +24,7 @@
24
24
  "@babel/runtime": "7.27.1",
25
25
  "@stytch/internal-tsconfigs": "0.0.0",
26
26
  "@stytch/js-utils": "0.0.1",
27
- "@stytch/vanilla-js": "5.25.0",
27
+ "@stytch/vanilla-js": "5.25.2",
28
28
  "@testing-library/react": "14.0.0",
29
29
  "@types/jest": "29.5.14",
30
30
  "eslint-config-custom": "0.0.1",