@amboss/design-system 0.27.1 → 0.27.2
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 +2 -2
- package/build/index.js.map +1 -1
- package/build/src/types/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v0.27.2 (Thu Dec 02 2021)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Added info variant to text and icon ([#394](https://github.com/amboss-mededu/amboss-design-system/pull/394))
|
|
6
|
+
|
|
7
|
+
Added info variant to text and to icon
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- Added info variant to text and icon [#394](https://github.com/amboss-mededu/amboss-design-system/pull/394) ([@ElisaMassafra](https://github.com/ElisaMassafra))
|
|
14
|
+
|
|
15
|
+
#### Authors: 1
|
|
16
|
+
|
|
17
|
+
- @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v0.27.1 (Fri Nov 19 2021)
|
|
2
22
|
|
|
3
23
|
### Release Notes
|