Skip to content

Commit

Permalink
Merge pull request #50 from eea/develop
Browse files Browse the repository at this point in the history
feat: use latest volto
  • Loading branch information
claudiaifrim committed Dec 22, 2022
2 parents e7b34e6 + 8d0fa36 commit 8634972
Show file tree
Hide file tree
Showing 15 changed files with 3,724 additions and 6,826 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.20.0](https://github.com/eea/industry-frontend/compare/3.19.0...3.20.0) - 22 December 2022

#### :rocket: New Features

- feat: use latest volto [Miu Razvan - [`2e33bcb`](https://github.com/eea/industry-frontend/commit/2e33bcbaf89b22e5a49913abc9d9f739c0a5d614)]

#### :rocket: Dependency updates


### [3.19.0](https://github.com/eea/industry-frontend/compare/3.18.0...3.19.0) - 25 October 2022

#### :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/industry-frontend?sort=semver)](https://github.com/eea/industry-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Findustry-frontend%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/industry-frontend/job/master/lastBuild/display/redirect)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Findustry-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/industry-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Findustry-frontend%2F3.19.0&build=last&subject=release%20v3.19.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/industry-frontend/job/3.19.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Findustry-frontend%2F3.20.0&build=last&subject=release%20v3.20.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/industry-frontend/job/3.20.0/lastBuild/display/redirect/)


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/eu.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/nl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/pt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/pt_BR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/ro.json

Large diffs are not rendered by default.

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": "@eeacms/industry-frontend",
"description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu",
"license": "MIT",
"version": "3.19.0",
"version": "3.20.0",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
"homepage": "https://github.com/eea/industry-frontend",
Expand Down Expand Up @@ -152,9 +152,9 @@
"node": "^12 || ^14 || ^16"
},
"dependencies": {
"@eeacms/volto-eea-kitkat": "8.2.4",
"@eeacms/volto-industry-theme": "2.0.11",
"@plone/volto": "16.0.0-alpha.14"
"@eeacms/volto-eea-kitkat": "10.3.0",
"@eeacms/volto-industry-theme": "2.0.13",
"@plone/volto": "16.0.0-alpha.45"
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.0",
Expand Down
10,509 changes: 3,699 additions & 6,810 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8634972

Please sign in to comment.