@amboss/design-system 1.0.11 → 1.0.12
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 +20 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v1.0.12 (Thu Mar 03 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Upgraded Storybook version to 6.4.19 ([#425](https://github.com/amboss-mededu/amboss-design-system/pull/425))
|
|
6
|
+
|
|
7
|
+
Upgraded Storybook version to 6.4.19
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- Upgraded Storybook version to 6.4.19 [#425](https://github.com/amboss-mededu/amboss-design-system/pull/425) ([@Hadh](https://github.com/Hadh))
|
|
14
|
+
|
|
15
|
+
#### Authors: 1
|
|
16
|
+
|
|
17
|
+
- Hadhemi ([@Hadh](https://github.com/Hadh))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v1.0.11 (Thu Mar 03 2022)
|
|
2
22
|
|
|
3
23
|
### Release Notes
|