@stytch/vanilla-js 5.3.1 → 5.4.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,21 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d0b0584a: Add ability to create and update external SSO connections
8
+
9
+ ### Patch Changes
10
+
11
+ - b8a4f6a9: Ensure errors are caught when certain network requests fail in Admin Portal
12
+ - da85c4bc: Improve discovery menu UI for longer organization names
13
+ - 1e7d6888: Improve Error messages for Admin Portal components
14
+ - f2b9c90f: Fix edit SCIM group role assignments in Admin Portal's Automatic Role Assignments section
15
+ - Updated dependencies [d0b0584a]
16
+ - Updated dependencies [ae0e899e]
17
+ - @stytch/core@2.28.0
18
+
3
19
  ## 5.3.1
4
20
 
5
21
  ### Patch Changes