@crystallize/design-system 1.22.0 → 1.23.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,22 @@
1
1
  # @crystallize/design-system
2
2
 
3
+ ## 1.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 74818d2: This pr is adding a basic components and mutations to add an item to specific flow
8
+ query getFlows was moved to common hooks as it is used in different views
9
+
10
+ Also prop classname was added to Select.Container component to allow better styling
11
+
12
+ ## 1.23.0
13
+
14
+ ### Minor Changes
15
+
16
+ - e77a9c1: This is adding basic ui components and mutations for editing and deleting flow
17
+
18
+ Design-system got new Flow icon
19
+
3
20
  ## 1.22.0
4
21
 
5
22
  ### Minor Changes