@eeacms/volto-eea-design-system 1.37.2 → 1.38.1
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 +14 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,15 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [1.
|
|
7
|
+
### [1.38.1](https://github.com/eea/volto-eea-design-system/compare/1.38.0...1.38.1) - 28 July 2025
|
|
8
8
|
|
|
9
9
|
#### :bug: Bug Fixes
|
|
10
10
|
|
|
11
11
|
- fix(header): of soer cards modal by being more specific with styling [David Ichim - [`6fc61b7`](https://github.com/eea/volto-eea-design-system/commit/6fc61b7ea3d2f1a32694345bb30c54f1aa04b027)]
|
|
12
12
|
|
|
13
|
+
#### :nail_care: Enhancements
|
|
14
|
+
|
|
15
|
+
- change(docusaurus): deploy on merge to master [David Ichim - [`a6a8a32`](https://github.com/eea/volto-eea-design-system/commit/a6a8a32dc93c1ab769c564ec44525f7aedf5269c)]
|
|
16
|
+
|
|
17
|
+
#### :house: Internal changes
|
|
18
|
+
|
|
19
|
+
- chore(docusaurus): update iframe name for plotlycharts [David Ichim - [`7e3ef17`](https://github.com/eea/volto-eea-design-system/commit/7e3ef1740591e9e1973a0f36f2434f2ca36bf907)]
|
|
20
|
+
|
|
13
21
|
#### :hammer_and_wrench: Others
|
|
14
22
|
|
|
23
|
+
- Release 1.38.0 [alin - [`0876933`](https://github.com/eea/volto-eea-design-system/commit/087693318a62e616a5f8253b9973bab0d2361bba)]
|
|
15
24
|
- Disabled auto build of storybook and docusaurus [David Ichim - [`61eec0a`](https://github.com/eea/volto-eea-design-system/commit/61eec0a2dce6b9b1369c1a53801a0578df82f6b2)]
|
|
25
|
+
### [1.38.0](https://github.com/eea/volto-eea-design-system/compare/1.37.2...1.38.0) - 15 July 2025
|
|
26
|
+
|
|
27
|
+
### [1.37.2](https://github.com/eea/volto-eea-design-system/compare/1.37.1...1.37.2) - 2 July 2025
|
|
28
|
+
|
|
16
29
|
### [1.37.1](https://github.com/eea/volto-eea-design-system/compare/1.37.0...1.37.1) - 25 June 2025
|
|
17
30
|
|
|
18
31
|
### [1.37.0](https://github.com/eea/volto-eea-design-system/compare/1.36.6...1.37.0) - 6 June 2025
|
package/package.json
CHANGED