@amboss/design-system 1.4.4 → 1.4.5
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 +35 -0
- package/build/index.js +2 -17
- package/build/index.js.LICENSE.txt +8 -0
- package/build/index.js.map +1 -1
- package/build/src/components/RoundButton/RoundButton.d.ts +11 -0
- package/build/src/index.d.ts +2 -1
- package/package.json +13 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
# v1.4.5 (Wed Jul 06 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1554] Implement round button with icon ([#502](https://github.com/amboss-mededu/amboss-design-system/pull/502))
|
|
6
|
+
|
|
7
|
+
Put your release notes here
|
|
8
|
+
|
|
9
|
+
#### [COR-1845] -Upgrade to Webpack 5 ([#500](https://github.com/amboss-mededu/amboss-design-system/pull/500))
|
|
10
|
+
|
|
11
|
+
- Upgrade to Webpack 5 after Storybook upgrade to 6.5
|
|
12
|
+
|
|
13
|
+
#### [COR-1844] Upgrade StoryBook to 6.5 ([#491](https://github.com/amboss-mededu/amboss-design-system/pull/491))
|
|
14
|
+
|
|
15
|
+
Upgraded StoryBook to 6.5
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug Fix
|
|
20
|
+
|
|
21
|
+
- [srch-1554] Implement round button with icon [#502](https://github.com/amboss-mededu/amboss-design-system/pull/502) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
|
|
22
|
+
|
|
23
|
+
#### 🏠 Internal
|
|
24
|
+
|
|
25
|
+
- [COR-1845] -Upgrade to Webpack 5 [#500](https://github.com/amboss-mededu/amboss-design-system/pull/500) ([@Hadh](https://github.com/Hadh))
|
|
26
|
+
- [COR-1844] Upgrade StoryBook to 6.5 [#491](https://github.com/amboss-mededu/amboss-design-system/pull/491) ([@Hadh](https://github.com/Hadh))
|
|
27
|
+
|
|
28
|
+
#### Authors: 3
|
|
29
|
+
|
|
30
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
31
|
+
- Anita (anm@amboss.com)
|
|
32
|
+
- Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
1
36
|
# v1.4.4 (Mon Jun 20 2022)
|
|
2
37
|
|
|
3
38
|
### Release Notes
|