@stytch/vanilla-js 5.24.5 → 5.25.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a665bfa: Allow specifying text overrides and text translastion via the `strings` configuration.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e79591a]
12
+ - Updated dependencies [a665bfa]
13
+ - @stytch/core@2.52.0
14
+
15
+ ## 5.24.6
16
+
17
+ ### Patch Changes
18
+
19
+ - cbda0b4: Use API-generated error types
20
+ - Updated dependencies [cbda0b4]
21
+ - @stytch/core@2.51.2
22
+
3
23
  ## 5.24.5
4
24
 
5
25
  ### Patch Changes