hr-design-system-handlebars 1.109.0 → 1.110.0
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 +24 -0
- package/dist/assets/index.css +242 -135
- package/dist/views/components/content/copytext/components/accordion/accordion.hbs +3 -3
- package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +3 -3
- package/package.json +2 -2
- package/postcss.config.js +1 -1
- package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.110.0 (Mon Oct 14 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- :wrench: update postcss-preset-env package and deactivate postcss-has… [#1103](https://github.com/mumprod/hr-design-system-handlebars/pull/1103) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.109.1 (Fri Oct 11 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- remove unnecessary css (accordion) [#1102](https://github.com/mumprod/hr-design-system-handlebars/pull/1102) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.109.0 (Fri Oct 11 2024)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|