@eeacms/volto-eea-website-theme 3.6.1 → 3.6.2
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
CHANGED
@@ -4,7 +4,7 @@ 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
|
-
### [3.6.
|
7
|
+
### [3.6.2](https://github.com/eea/volto-eea-website-theme/compare/3.6.1...3.6.2) - 2 June 2025
|
8
8
|
|
9
9
|
#### :nail_care: Enhancements
|
10
10
|
|
@@ -18,6 +18,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
18
18
|
#### :hammer_and_wrench: Others
|
19
19
|
|
20
20
|
- fix uuid mock from previous commit [David Ichim - [`30fac90`](https://github.com/eea/volto-eea-website-theme/commit/30fac9067b19ed260649c13ade283132b2e660dd)]
|
21
|
+
### [3.6.1](https://github.com/eea/volto-eea-website-theme/compare/3.6.0...3.6.1) - 7 May 2025
|
22
|
+
|
21
23
|
### [3.6.0](https://github.com/eea/volto-eea-website-theme/compare/3.5.5...3.6.0) - 30 April 2025
|
22
24
|
|
23
25
|
#### :bug: Bug Fixes
|
package/package.json
CHANGED
@@ -306,6 +306,7 @@ const DiffField = ({
|
|
306
306
|
}}
|
307
307
|
/>
|
308
308
|
}
|
309
|
+
newValue={two}
|
309
310
|
/>
|
310
311
|
</Grid.Column>
|
311
312
|
<Grid.Column width={6} verticalAlign="top">
|
@@ -329,6 +330,7 @@ const DiffField = ({
|
|
329
330
|
}}
|
330
331
|
/>
|
331
332
|
}
|
333
|
+
oldValue={one}
|
332
334
|
/>
|
333
335
|
</Grid.Column>
|
334
336
|
</Grid.Row>
|