@stytch/vanilla-js 5.0.0 → 5.1.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,18 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a7785552: Invoke `StytchEventType.AuthenticateFlowComplete` when authentication UI flows are complete. This includes any steps that take place after obtaining a valid session, like saving recovery codes after MFA enrollment.
8
+
9
+ ### Patch Changes
10
+
11
+ - afb384ef: Fix font size for AdminPortalOrgSettings heading
12
+ - Updated dependencies [a7785552]
13
+ - Updated dependencies [e568bca5]
14
+ - @stytch/core@2.24.0
15
+
3
16
  ## 5.0.0
4
17
 
5
18
  ### Major Changes