@stytch/vanilla-js 0.4.6 → 0.5.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,26 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix bug with divider not showing for passwords
8
+ - Updated dependencies [b68343c]
9
+ - @stytch/core@0.4.5
10
+
11
+ ## 0.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - new styling config
16
+
17
+ ### Patch Changes
18
+
19
+ - 422c698: Add type definitions for User Metadata fields
20
+ - Updated dependencies [422c698]
21
+ - Updated dependencies
22
+ - @stytch/core@0.4.4
23
+
3
24
  ## 0.4.6
4
25
 
5
26
  ### Patch Changes