@amboss/design-system 1.4.6 → 1.4.7
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 +21 -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,24 @@
|
|
|
1
|
+
# v1.4.7 (Wed Jul 06 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1555] Fix size and color of the RoundButton in the DS ([#503](https://github.com/amboss-mededu/amboss-design-system/pull/503))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- [srch-1555] Fix size and color of the RoundButton in the DS [#503](https://github.com/amboss-mededu/amboss-design-system/pull/503) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
|
|
14
|
+
|
|
15
|
+
#### Authors: 2
|
|
16
|
+
|
|
17
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
18
|
+
- Anita (anm@amboss.com)
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
1
22
|
# v1.4.6 (Wed Jul 06 2022)
|
|
2
23
|
|
|
3
24
|
### Release Notes
|