@amboss/design-system 1.0.2 → 1.0.3
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v1.0.3 (Wed Dec 15 2021)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [LEAR-2284] Fix vertical centering of MediaViewerBar items ([#404](https://github.com/amboss-mededu/amboss-design-system/pull/404))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- [LEAR-2284] Fix vertical centering of MediaViewerBar items [#404](https://github.com/amboss-mededu/amboss-design-system/pull/404) ([@webforte](https://github.com/webforte))
|
|
14
|
+
|
|
15
|
+
#### Authors: 1
|
|
16
|
+
|
|
17
|
+
- Konstantin ([@webforte](https://github.com/webforte))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v1.0.2 (Mon Dec 13 2021)
|
|
2
22
|
|
|
3
23
|
### Release Notes
|