Skip to content

Commit

Permalink
Merge pull request #36 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
claudiaifrim authored Oct 4, 2024
2 parents dfd07ac + 16886d2 commit d165095
Show file tree
Hide file tree
Showing 4 changed files with 1,439 additions and 82 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

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

### [3.4.0](https://github.com/eea/marine-frontend/compare/3.3.0...3.4.0) - 4 October 2024

#### :rocket: Dependency updates

- Release @eeacms/volto-slate-dataentity@4.0.0 [EEA Jenkins - [`670998b`](https://github.com/eea/marine-frontend/commit/670998b87bf5a1757963fe7e689f2377fbc99675)]
- Release @eeacms/volto-datablocks@7.2.4 [EEA Jenkins - [`6f3eea8`](https://github.com/eea/marine-frontend/commit/6f3eea8d2810710a0ef57eac48b83282a70d663f)]
- Release @eeacms/volto-eea-kitkat@25.4.4 [EEA Jenkins - [`dfd7f94`](https://github.com/eea/marine-frontend/commit/dfd7f945f01c138eb2910f3a70a7c2939534da8a)]

#### :house: Documentation changes

- docs: [JENKINS] Automated badge update of README.md [EEA Jenkins - [`85ccdf2`](https://github.com/eea/marine-frontend/commit/85ccdf294fbfd604b8e0809b85186271d340abac)]

### [3.3.0](https://github.com/eea/marine-frontend/compare/3.2.0...3.3.0) - 1 October 2024

#### :rocket: Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/eea/marine-frontend?sort=semver)](https://github.com/eea/marine-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fmarine-frontend%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/marine-frontend/job/master/lastBuild/display/redirect)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fmarine-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/marine-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fmarine-frontend%2F0.3.0&build=last&subject=release%20.3.0.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/marine-frontend/job/3.3.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fmarine-frontend%2F0.3.0&build=last&subject=release%20.3.0.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/marine-frontend/job/3.4.0/lastBuild/display/redirect/)

## Documentation

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marine-frontend",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "3.3.0",
"version": "3.4.0",
"scripts": {
"start": "razzle start",
"analyze": "webpack-bundle-analyzer -p $PORT -h 0.0.0.0 ./build/public/stats.json",
Expand Down Expand Up @@ -76,11 +76,11 @@
"@eeacms/volto-block-data-figure": "8.1.3",
"@eeacms/volto-block-toc": "6.0.1",
"@eeacms/volto-citation": "1.1.0",
"@eeacms/volto-datablocks": "7.2.2",
"@eeacms/volto-datablocks": "7.2.4",
"@eeacms/volto-datahub": "2.0.1",
"@eeacms/volto-editing-progress": "1.0.0",
"@eeacms/volto-eea-design-system": "1.33.1",
"@eeacms/volto-eea-kitkat": "25.4.1",
"@eeacms/volto-eea-kitkat": "25.4.4",
"@eeacms/volto-eea-map": "5.0.5",
"@eeacms/volto-eea-slate-glossary": "1.0.0",
"@eeacms/volto-eea-website-theme": "2.3.0",
Expand All @@ -94,7 +94,7 @@
"@eeacms/volto-prefixpath": "1.0.1",
"@eeacms/volto-redmine-helpdesk": "1.0.0",
"@eeacms/volto-searchlib": "2.0.3",
"@eeacms/volto-slate-dataentity": "3.0.1",
"@eeacms/volto-slate-dataentity": "4.0.0",
"@eeacms/volto-tableau": "8.1.0",
"@eeacms/volto-workflow-progress": "5.0.0",
"@plone-collective/volto-authomatic": "2.0.1",
Expand Down
Loading

0 comments on commit d165095

Please sign in to comment.