@saas-ui/react 3.0.0-next.13 → 3.0.0-next.15

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,20 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-next.15
4
+
5
+ ### Patch Changes
6
+
7
+ - d4fb186: Added Section component
8
+ - a169eb7: Fixed issue where Toast close trigger would render two buttons
9
+ - d4fb186: Export createListCollection
10
+
11
+ ## 3.0.0-next.14
12
+
13
+ ### Patch Changes
14
+
15
+ - 78d7999: fix: export Sidebar.Provider props type
16
+ - 042ec4f: Added start and endElement props to Menu.CheckboxItem and RadioItem
17
+
3
18
  ## 3.0.0-next.13
4
19
 
5
20
  ### Patch Changes