Skip to content

Commit

Permalink
Merge pull request #124 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea authored Sep 25, 2023
2 parents 75791fb + 23e257c commit 17446ac
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 1,922 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.17.0](https://github.com/eea/eea-website-frontend/compare/1.16.0...1.17.0) - 25 September 2023

#### :rocket: New Features

- feat: Add volto-toolbar-actions to develop environment - refs #258073 [Alin Voinea - [`9347e23`](https://github.com/eea/eea-website-frontend/commit/9347e23a0afee3f28eb2a4a843b868cb174f4972)]

#### :rocket: Dependency updates

- Release @eeacms/volto-eea-design-system@1.18.2 [EEA Jenkins - [`d6a1704`](https://github.com/eea/eea-website-frontend/commit/d6a1704d1c30f8763a6fc8043b788ec59d78cf35)]
- Release @eeacms/volto-eea-kitkat@18.1.3 [EEA Jenkins - [`bbc7f76`](https://github.com/eea/eea-website-frontend/commit/bbc7f763d29aeb3998994b62dacc0b1cc47639d0)]
- Release @eeacms/volto-searchlib@0.6.5 [EEA Jenkins - [`9532231`](https://github.com/eea/eea-website-frontend/commit/95322314141db495a4b48f82b855f45905591502)]
- Release @eeacms/volto-workflow-progress@4.0.0 [EEA Jenkins - [`54ab4df`](https://github.com/eea/eea-website-frontend/commit/54ab4dfa464013b8dae5eefe6338176b496bac83)]
- Release @eeacms/volto-datablocks@6.1.1 [EEA Jenkins - [`e6dc42e`](https://github.com/eea/eea-website-frontend/commit/e6dc42e2aed31526d97c8cfb0f9484b35516a121)]
- Release @eeacms/volto-toolbar-actions@0.2.1 [EEA Jenkins - [`0ea7a2a`](https://github.com/eea/eea-website-frontend/commit/0ea7a2a948bd9fa95bb36c3831852c2a3b579ef4)]
- Release @eeacms/volto-toolbar-actions 0.2.0 [Alin Voinea - [`4be36a7`](https://github.com/eea/eea-website-frontend/commit/4be36a7d8bce0e8f92b78da03d74bbf1f5a39257)]
- Release @eeacms/volto-eea-website-policy@1.9.1 [EEA Jenkins - [`3d73c35`](https://github.com/eea/eea-website-frontend/commit/3d73c35cb3d0ee4900ea9cbf4dc13b256ed3647e)]
- Release @eeacms/volto-eea-kitkat@18.1.2 [EEA Jenkins - [`7301f18`](https://github.com/eea/eea-website-frontend/commit/7301f18cdf0d7942db01f6dbc1f3f3768245559a)]

#### :bug: Bug Fixes

- fix: yarn.lock [Alin Voinea - [`110c398`](https://github.com/eea/eea-website-frontend/commit/110c39843d1fdc40cc2d4231f6335efc8dc3efec)]

#### :hammer_and_wrench: Others

- Add volto-toolbar-actions to dev environment [Alin Voinea - [`7b7b085`](https://github.com/eea/eea-website-frontend/commit/7b7b08560698eb286e0399261e66f1c1f6f62a21)]
### [1.16.0](https://github.com/eea/eea-website-frontend/compare/1.15.0...1.16.0) - 15 September 2023

#### :rocket: Dependency updates
Expand Down
3 changes: 3 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
],
"@eeacms/countup": [
"addons/countup/src"
],
"@eeacms/volto-toolbar-actions": [
"addons/volto-toolbar-actions/src"
]
},
"baseUrl": "src"
Expand Down
8 changes: 8 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,5 +419,13 @@
"package": "@eeacms/countup",
"path": "src",
"branch": "develop"
},
"volto-toolbar-actions": {
"develop": true,
"url": "git@github.com:eea/volto-toolbar-actions.git",
"https": "https://github.com/eea/volto-toolbar-actions.git",
"package": "@eeacms/volto-toolbar-actions",
"path": "src",
"branch": "develop"
}
}
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eea-website-frontend",
"description": "EEA Main Website frontend (Plone 6)",
"license": "MIT",
"version": "1.16.0",
"version": "1.17.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -47,12 +47,13 @@
"addons": [
"@eeacms/volto-eea-kitkat",
"@eeacms/volto-editing-progress",
"@eeacms/volto-workflow-progress",
"@eeacms/volto-toolbar-actions",
"@eeacms/volto-embed",
"@eeacms/volto-datablocks",
"@eeacms/volto-plotlycharts",
"@eeacms/volto-eea-map",
"@eeacms/volto-tableau",
"@eeacms/volto-workflow-progress",
"@eeacms/volto-block-data-figure",
"@eeacms/volto-redmine-helpdesk",
"@eeacms/volto-searchlib",
Expand Down Expand Up @@ -161,18 +162,19 @@
},
"resolutions": {
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-datablocks": "6.1.0",
"@eeacms/volto-datablocks": "6.1.1",
"@eeacms/volto-datahub": "1.0.29",
"@eeacms/volto-eea-design-system": "1.18.1",
"@eeacms/volto-eea-kitkat": "18.1.1",
"@eeacms/volto-eea-design-system": "1.18.2",
"@eeacms/volto-eea-kitkat": "18.1.3",
"@eeacms/volto-eea-map": "2.0.5",
"@eeacms/volto-eea-website-policy": "1.9.0",
"@eeacms/volto-eea-website-policy": "1.9.1",
"@eeacms/volto-eea-website-theme": "1.21.0",
"@eeacms/volto-globalsearch": "1.0.20",
"@eeacms/volto-plotlycharts": "7.0.4",
"@eeacms/volto-redmine-helpdesk": "0.1.14",
"@eeacms/volto-searchlib": "0.6.4",
"@eeacms/volto-workflow-progress": "3.1.1",
"@eeacms/volto-searchlib": "0.6.5",
"@eeacms/volto-toolbar-actions": "0.2.1",
"@eeacms/volto-workflow-progress": "4.0.0",
"@eeacms/volto-block-data-figure": "6.0.1",
"@eeacms/volto-editing-progress": "0.2.3",
"@eeacms/volto-citation": "0.1.3",
Expand All @@ -183,21 +185,22 @@
"dependencies": {
"@eeacms/volto-block-data-figure": "6.0.1",
"@eeacms/volto-citation": "0.1.3",
"@eeacms/volto-datablocks": "6.1.0",
"@eeacms/volto-datablocks": "6.1.1",
"@eeacms/volto-datahub": "1.0.29",
"@eeacms/volto-editing-progress": "0.2.3",
"@eeacms/volto-eea-design-system": "1.18.1",
"@eeacms/volto-eea-kitkat": "18.1.1",
"@eeacms/volto-eea-design-system": "1.18.2",
"@eeacms/volto-eea-kitkat": "18.1.3",
"@eeacms/volto-eea-map": "2.0.5",
"@eeacms/volto-eea-website-policy": "1.9.0",
"@eeacms/volto-eea-website-policy": "1.9.1",
"@eeacms/volto-eea-website-theme": "1.21.0",
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-globalsearch": "1.0.20",
"@eeacms/volto-plotlycharts": "7.0.4",
"@eeacms/volto-redmine-helpdesk": "0.1.14",
"@eeacms/volto-searchlib": "0.6.4",
"@eeacms/volto-searchlib": "0.6.5",
"@eeacms/volto-tableau": "5.0.0",
"@eeacms/volto-workflow-progress": "3.1.1",
"@eeacms/volto-toolbar-actions": "0.2.1",
"@eeacms/volto-workflow-progress": "4.0.0",
"@plone/volto": "16.24.0",
"volto-subsites": "4.0.0"
},
Expand Down
Loading

0 comments on commit 17446ac

Please sign in to comment.