@mozaic-ds/vue 0.13.0 → 0.14.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
@@ -3,6 +3,40 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.14.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.0...@mozaic-ds/vue@0.14.1) (2022-03-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **component/optioncard:** allow to use action element inside the OptionCard ([#567](https://github.com/adeo/mozaic-vue/issues/567)) ([30d7ef5](https://github.com/adeo/mozaic-vue/commit/30d7ef5d59cb863696d50d3a12fac12932ce1a8c))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.14.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.1...@mozaic-ds/vue@0.14.0) (2022-02-24)
18
+
19
+
20
+ ### Features
21
+
22
+ * **component/optioncard:** add new Option Card component ([#537](https://github.com/adeo/mozaic-vue/issues/537)) ([2c7f8f9](https://github.com/adeo/mozaic-vue/commit/2c7f8f978bb02050fedcaf6ac745fdb973067d7c))
23
+ * **component/optiongroup:** add new Option Group component ([#555](https://github.com/adeo/mozaic-vue/issues/555)) ([1871783](https://github.com/adeo/mozaic-vue/commit/187178317564b48f7c300bf067b2c3c4ece6c7aa))
24
+
25
+
26
+
27
+
28
+
29
+ ## [0.13.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.0...@mozaic-ds/vue@0.13.1) (2022-02-17)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **component/accordion:** fix gap between icon & label text ([#548](https://github.com/adeo/mozaic-vue/issues/548)) ([2263cf9](https://github.com/adeo/mozaic-vue/commit/2263cf9ca4898ec4d93ec8a99e76857eacb3eb51))
35
+
36
+
37
+
38
+
39
+
6
40
  # [0.13.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.1...@mozaic-ds/vue@0.13.0) (2022-02-15)
7
41
 
8
42