@utrecht/component-library-react 10.2.3 → 10.3.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,30 @@
1
1
  # @utrecht/component-library-react
2
2
 
3
+ ## 10.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [41a5171]
8
+ - @utrecht/action-group-react@1.1.0
9
+
10
+ ## 10.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 7fc678f: Button Group has component is now deprecated, because it has a new name: Action Group. Please migrate to the new Action Group component, which apart from the name is identical.
15
+
16
+ The Button Group component remains available for some time to give you opportunity to migrate your code, but it will be removed in an upcoming major release.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [7fc678f]
21
+ - Updated dependencies [7fc678f]
22
+ - Updated dependencies [81cf760]
23
+ - @utrecht/button-group-react@1.1.0
24
+ - @utrecht/rich-text-css@1.4.0
25
+ - @utrecht/action-group-react@1.0.0
26
+ - @utrecht/breadcrumb-nav-css@1.5.1
27
+
3
28
  ## 10.2.3
4
29
 
5
30
  ### Patch Changes