Skip to content

Commit fdec9e6

Browse files
authored
Merge pull request #36 from eea/develop
release
2 parents c305113 + 65c09da commit fdec9e6

File tree

3 files changed

+921
-134
lines changed

3 files changed

+921
-134
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
### [0.34.0](https://github.com/eea/ied-frontend/compare/0.33.0...0.34.0) - 17 September 2025
8+
9+
#### :rocket: Dependency updates
10+
11+
- Release @eeacms/volto-plotlycharts@13.0.12 [EEA Jenkins - [`f676380`](https://github.com/eea/ied-frontend/commit/f676380a1dcdaab83a1badef3558846cec19c94f)]
12+
- Release @eeacms/volto-plotlycharts@13.0.11 [EEA Jenkins - [`6592487`](https://github.com/eea/ied-frontend/commit/65924876ca1d67044de70aa1ee30b330d93c2f75)]
13+
- Release @eeacms/volto-plotlycharts@13.0.10 [EEA Jenkins - [`7b280b2`](https://github.com/eea/ied-frontend/commit/7b280b2f32edd526933efb32e3432db9125e32a2)]
14+
- Release @eeacms/volto-eea-kitkat@28.0.8 [EEA Jenkins - [`2f5f905`](https://github.com/eea/ied-frontend/commit/2f5f9050a68acfbea24397670b43b3e7459d1cad)]
15+
- Release @eeacms/volto-eea-kitkat@28.0.7 [EEA Jenkins - [`2235589`](https://github.com/eea/ied-frontend/commit/2235589d5ebe1fc0513d6e3b0b1b79fed1947788)]
16+
- Release @eeacms/volto-plotlycharts@13.0.9 [EEA Jenkins - [`69e9162`](https://github.com/eea/ied-frontend/commit/69e91621d95b3885199d853cee301f4fddb15efc)]
17+
- Release @eeacms/volto-eea-kitkat@28.0.6 [EEA Jenkins - [`2288165`](https://github.com/eea/ied-frontend/commit/2288165c809bcbc5acd3f1376b3af8a835a403cf)]
18+
- Release @eeacms/volto-searchlib@2.1.10 [EEA Jenkins - [`f5e16b2`](https://github.com/eea/ied-frontend/commit/f5e16b2925cdb72b4a5d8694ac59660d62afff7c)]
19+
- Release @eeacms/volto-plotlycharts@13.0.8 [EEA Jenkins - [`4dbe9d5`](https://github.com/eea/ied-frontend/commit/4dbe9d51d567dc2404b7b9573d3212c490be9cc2)]
20+
- Release @eeacms/volto-plotlycharts@13.0.7 [EEA Jenkins - [`3f40694`](https://github.com/eea/ied-frontend/commit/3f40694ba30ffb7ec605064bad03c0a26bb3da2d)]
21+
- Release @eeacms/volto-eea-kitkat@28.0.5 [EEA Jenkins - [`4b94716`](https://github.com/eea/ied-frontend/commit/4b947168c6656ddf3591b916e9e0bc7a1087ff74)]
22+
- Release @eeacms/volto-plotlycharts@13.0.6 [EEA Jenkins - [`91c3e58`](https://github.com/eea/ied-frontend/commit/91c3e5867f14eade401e5f63b605a8460b6f2b08)]
23+
- Release @eeacms/volto-plotlycharts@13.0.5 [EEA Jenkins - [`a6777fa`](https://github.com/eea/ied-frontend/commit/a6777fa1e08a9c6b6e9e96ac1ec7b7cc5c501e5d)]
24+
- Release @eeacms/volto-eea-kitkat@28.0.4 [EEA Jenkins - [`fbecce5`](https://github.com/eea/ied-frontend/commit/fbecce5dc80c57c271b94a863775c177e46ee95e)]
25+
- Release @eeacms/volto-eea-design-system@1.39.0 [EEA Jenkins - [`178ccfb`](https://github.com/eea/ied-frontend/commit/178ccfb133339d989550e109aea2da40204a144a)]
26+
- Release @eeacms/volto-eea-kitkat@28.0.3 [EEA Jenkins - [`7378a6f`](https://github.com/eea/ied-frontend/commit/7378a6f15af914bfd38d5389c19632bbe36a2712)]
27+
- Release @eeacms/volto-plotlycharts@13.0.4 [EEA Jenkins - [`509485c`](https://github.com/eea/ied-frontend/commit/509485cce4a6be66b990713a7d857246ac495956)]
28+
29+
#### :hammer_and_wrench: Others
30+
31+
- f [Dobricean Ioan Dorian - [`899a5af`](https://github.com/eea/ied-frontend/commit/899a5af8d7ce58c88f915c104272882dcd1bb17d)]
32+
- yarn [Dobricean Ioan Dorian - [`9c910b3`](https://github.com/eea/ied-frontend/commit/9c910b30e79dbd088444fadbd4319ac51dcaede4)]
33+
- Update package.json [dobri1408 - [`2ca0134`](https://github.com/eea/ied-frontend/commit/2ca01345fcdfa47fabad4d64d37c7f2987c46463)]
734
### [0.33.0](https://github.com/eea/ied-frontend/compare/0.32.0...0.33.0) - 18 August 2025
835

936
#### :rocket: Dependency updates
@@ -256,7 +283,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
256283

257284
#### :house: Internal changes
258285

259-
- chore: [JENKINS] fix release command [valentinab25 - [`416ae1f`](https://github.com/eea/ied-frontend/commit/416ae1f6a0754f8fbcbd4869e09dcf5a0b50dc27)]
260286

261287
#### :hammer_and_wrench: Others
262288

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ied-frontend",
33
"description": "",
44
"license": "MIT",
5-
"version": "0.33.0",
5+
"version": "0.34.0",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",
@@ -160,14 +160,15 @@
160160
},
161161
"resolutions": {
162162
"@elastic/search-ui": "1.21.2",
163-
"@eeacms/volto-eea-design-system": "1.37.2",
164-
"@eeacms/volto-eea-kitkat": "27.1.2",
165-
"@eeacms/volto-plotlycharts": "13.0.3",
163+
"@eeacms/volto-eea-design-system": "1.39.0",
164+
"@eeacms/volto-eea-kitkat": "28.0.8",
165+
"@eeacms/volto-plotlycharts": "13.0.12",
166166
"@eeacms/volto-ied-policy": "1.2.45",
167-
"@eeacms/volto-searchlib": "2.0.13",
167+
"@eeacms/volto-searchlib": "2.1.10",
168168
"@eeacms/volto-globalsearch": "2.1.2",
169169
"@plone-collective/volto-authomatic": "2.0.1",
170170
"@eeacms/volto-eea-website-theme": "github:eea/volto-eea-website-theme#ad-usergroup-widget",
171+
"@plone-collective/volto-sentry": "github:collective/volto-sentry#ssr-errors",
171172
"@eeacms/volto-group-block": "github:eea/volto-group-block#move-restricted",
172173
"volto-subsites": "4.0.0",
173174
"react": "17.0.2",
@@ -178,15 +179,16 @@
178179
"eslint-plugin-jsx-a11y": "6.7.1"
179180
},
180181
"dependencies": {
181-
"@eeacms/volto-eea-design-system": "1.37.2",
182-
"@eeacms/volto-eea-kitkat": "27.1.2",
182+
"@eeacms/volto-eea-design-system": "1.39.0",
183+
"@eeacms/volto-eea-kitkat": "28.0.8",
183184
"@eeacms/volto-eea-website-theme": "github:eea/volto-eea-website-theme#ad-usergroup-widget",
184185
"@eeacms/volto-globalsearch": "2.1.2",
185186
"@eeacms/volto-group-block": "github:eea/volto-group-block#move-restricted",
186187
"@eeacms/volto-ied-policy": "1.2.45",
187-
"@eeacms/volto-plotlycharts": "13.0.3",
188-
"@eeacms/volto-searchlib": "2.0.13",
188+
"@eeacms/volto-plotlycharts": "13.0.12",
189+
"@eeacms/volto-searchlib": "2.1.10",
189190
"@plone-collective/volto-authomatic": "2.0.1",
191+
"@plone-collective/volto-sentry": "github:collective/volto-sentry#ssr-errors",
190192
"@plone/volto": "17.20.4",
191193
"volto-subsites": "4.0.0"
192194
},

0 commit comments

Comments
 (0)