@stytch/vanilla-js 5.28.0 → 5.29.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4f0814c: Fixes a bug with the treatment of custom scopes in Consumer IdentityProvider component
8
+
9
+ ## 5.29.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 14f8002: Add in Hook and HOC for accessing user roles
14
+ - e7826a1: Handle network errors in Text Customization
15
+ - bb71ab5: Handle zxcvbn rules in Text Customization
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [14f8002]
20
+ - @stytch/core@2.55.0
21
+
3
22
  ## 5.28.0
4
23
 
5
24
  ### Minor Changes