Skip to content

Commit

Permalink
Merge pull request #49 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
GhitaB authored Jun 14, 2023
2 parents 4406376 + 21329b7 commit fdd8d3e
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 215 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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).

### [1.40.0](https://github.com/eea/cca-frontend/compare/1.39.0...1.40.0) - 14 June 2023

#### :rocket: Dependency updates

- Release @eeacms/volto-cca-policy@0.1.27 [EEA Jenkins - [`df8986f`](https://github.com/eea/cca-frontend/commit/df8986f71fb09da4060859039e467f411736b911)]
- Release @eeacms/volto-eea-website-theme@1.17.2 [EEA Jenkins - [`b2a5802`](https://github.com/eea/cca-frontend/commit/b2a5802e4e32a6c956ecd290de99c2ab1dfa6c86)]
- Release @eeacms/volto-eea-kitkat@16.0.0 [EEA Jenkins - [`6229af0`](https://github.com/eea/cca-frontend/commit/6229af0d5d8a3a5337e7038a4ea5130704ae32c3)]
- Release @eeacms/volto-nextcloud-video-block@0.4.0 [EEA Jenkins - [`b815357`](https://github.com/eea/cca-frontend/commit/b81535758a509af78caf531a42f8fb2fc0451a7a)]
- Release @eeacms/volto-eea-design-system@1.13.2 [EEA Jenkins - [`1e3c8ca`](https://github.com/eea/cca-frontend/commit/1e3c8ca3efc9041c77c6ac6b8d333dc37c2ee778)]

#### :hammer_and_wrench: Others

- yarn.lock [Tiberiu Ichim - [`eb5db50`](https://github.com/eea/cca-frontend/commit/eb5db50729441787019b45237d49f99a220eccca)]
### [1.39.0](https://github.com/eea/cca-frontend/compare/1.38.0...1.39.0) - 13 June 2023

#### :rocket: Dependency updates
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cca-frontend",
"description": "CCA frontend (Plone 4)",
"license": "MIT",
"version": "1.39.0",
"version": "1.40.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -154,21 +154,21 @@
"node": "^12 || ^14 || ^16"
},
"resolutions": {
"@eeacms/volto-eea-design-system": "1.13.1",
"@eeacms/volto-eea-design-system": "1.13.2",
"@eeacms/volto-workflow-progress": "3.1.1",
"@eeacms/volto-widget-theme-picker": "1.1.1",
"@kitconcept/volto-blocks-grid": "7.0.2",
"react-countup/countup.js": "2.5.0",
"d3-array": "^2.12.1"
},
"dependencies": {
"@eeacms/volto-cca-policy": "0.1.26",
"@eeacms/volto-eea-design-system": "1.13.1",
"@eeacms/volto-eea-kitkat": "15.4.0",
"@eeacms/volto-eea-website-theme": "1.17.1",
"@eeacms/volto-cca-policy": "0.1.27",
"@eeacms/volto-eea-design-system": "1.13.2",
"@eeacms/volto-eea-kitkat": "16.0.0",
"@eeacms/volto-eea-website-theme": "1.17.2",
"@eeacms/volto-embed": "5.0.4",
"@eeacms/volto-globalsearch": "^1.0.15",
"@eeacms/volto-nextcloud-video-block": "0.3.1",
"@eeacms/volto-nextcloud-video-block": "0.4.0",
"@eeacms/volto-openlayers-map": "0.3.0",
"@eeacms/volto-workflow-progress": "3.1.1",
"@kitconcept/volto-blocks-grid": "7.0.2",
Expand Down
Loading

0 comments on commit fdd8d3e

Please sign in to comment.