Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #116

Merged
merged 14 commits into from
Jul 27, 2023
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ 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.11.0](https://github.com/eea/eea-website-frontend/compare/1.10.0...1.11.0) - 27 July 2023

#### :rocket: Dependency updates

- Release @eeacms/volto-eea-kitkat 17.0.0 [Alin Voinea - [`387774b`](https://github.com/eea/eea-website-frontend/commit/387774bf8d05b0d453129ee3090f1430732abdc2)]
- Release @eeacms/volto-eea-design-system@1.15.0 [EEA Jenkins - [`0096604`](https://github.com/eea/eea-website-frontend/commit/00966041a112689ca5c26cadf5061764ffc35dd6)]
- Release @eeacms/volto-searchlib@0.6.0 [EEA Jenkins - [`14f7c5f`](https://github.com/eea/eea-website-frontend/commit/14f7c5fd52a6f491257be869ef9ebe0549938336)]
- Release @eeacms/volto-globalsearch@1.0.19 [EEA Jenkins - [`7ce4ebb`](https://github.com/eea/eea-website-frontend/commit/7ce4ebbfd608a4207a5b44a70124e98b40536e1d)]
- Release @eeacms/volto-plotlycharts@7.0.0 [EEA Jenkins - [`4e4ec2a`](https://github.com/eea/eea-website-frontend/commit/4e4ec2a2c248e0f2ce28acd8bc1f52cd6f64e951)]
- Release @eeacms/volto-tableau@5.0.0 [EEA Jenkins - [`645326e`](https://github.com/eea/eea-website-frontend/commit/645326e3d5b1ac048db809d55fdb8c88ea7a6213)]
- Release @eeacms/volto-datablocks@6.0.0 [EEA Jenkins - [`63589fc`](https://github.com/eea/eea-website-frontend/commit/63589fc968fc69b885cc77babc196457cfe6b6f3)]
- Release @eeacms/volto-embed@6.0.0 [EEA Jenkins - [`ed44006`](https://github.com/eea/eea-website-frontend/commit/ed4400625955ef01b5ba4eb637e16f0db4fb1d51)]
- Release @eeacms/volto-eea-map@2.0.0 [EEA Jenkins - [`47c9bc4`](https://github.com/eea/eea-website-frontend/commit/47c9bc4cc5fb38190f8d9660c512b71ef0071b34)]

#### :nail_care: Enhancements

- refactor: remove countup - refs #254634 [dobri1408 - [`f959ff7`](https://github.com/eea/eea-website-frontend/commit/f959ff7c3b5746cc2a92e0ecc190c8af5cf68504)]

#### :house: Internal changes

- chore: Add @eeacms/countup to mrs.developer [Alin Voinea - [`6e894fa`](https://github.com/eea/eea-website-frontend/commit/6e894faa0ab85bfdeeb1ffcfb424787ae65d640d)]
- chore: Cleanup jsconfig.json [Alin Voinea - [`1dc1d7e`](https://github.com/eea/eea-website-frontend/commit/1dc1d7e06e7b91fe174eb4052e8933ea07f4dd52)]

### [1.10.0](https://github.com/eea/eea-website-frontend/compare/1.9.0...1.10.0) - 25 July 2023

#### :rocket: Dependency updates
Expand Down
5 changes: 4 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,11 @@
],
"@eeacms/volto-tableau": [
"addons/volto-tableau/src"
],
"@eeacms/countup": [
"addons/countup/src"
]
},
"baseUrl": "src"
}
}
}
8 changes: 8 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,5 +403,13 @@
"package": "@eeacms/volto-nextcloud-video-block",
"path": "src",
"branch": "develop"
},
"countup": {
"develop": true,
"url": "git@github.com:eea/countup.git",
"https": "https://github.com/eea/countup.git",
"package": "@eeacms/countup",
"path": "src",
"branch": "develop"
}
}
37 changes: 18 additions & 19 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.10.0",
"version": "1.11.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down Expand Up @@ -161,42 +161,41 @@
"node": "^12 || ^14 || ^16"
},
"resolutions": {
"@eeacms/volto-embed": "5.0.4",
"@eeacms/volto-datablocks": "5.0.2",
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-datablocks": "6.0.0",
"@eeacms/volto-datahub": "1.0.24",
"@eeacms/volto-eea-design-system": "1.14.0",
"@eeacms/volto-eea-kitkat": "16.1.0",
"@eeacms/volto-eea-map": "1.0.2",
"@eeacms/volto-eea-design-system": "1.15.0",
"@eeacms/volto-eea-kitkat": "17.0.0",
"@eeacms/volto-eea-map": "2.0.0",
"@eeacms/volto-eea-website-policy": "1.7.1",
"@eeacms/volto-eea-website-theme": "1.18.1",
"@eeacms/volto-globalsearch": "1.0.18",
"@eeacms/volto-plotlycharts": "6.4.2",
"@eeacms/volto-globalsearch": "1.0.19",
"@eeacms/volto-plotlycharts": "7.0.0",
"@eeacms/volto-redmine-helpdesk": "0.1.13",
"@eeacms/volto-searchlib": "0.5.8",
"@eeacms/volto-searchlib": "0.6.0",
"@eeacms/volto-workflow-progress": "3.1.1",
"@eeacms/volto-block-data-figure": "5.0.1",
"@eeacms/volto-editing-progress": "0.2.2",
"volto-subsites": "4.0.0",
"react-countup/countup.js": "2.5.0",
"react-colorscales": "github:eea/react-colorscales#1.0.2",
"d3-array": "^2.12.1"
},
"dependencies": {
"@eeacms/volto-block-data-figure": "5.0.1",
"@eeacms/volto-datablocks": "5.0.2",
"@eeacms/volto-datablocks": "6.0.0",
"@eeacms/volto-datahub": "1.0.24",
"@eeacms/volto-editing-progress": "0.2.2",
"@eeacms/volto-eea-design-system": "1.14.0",
"@eeacms/volto-eea-kitkat": "16.1.0",
"@eeacms/volto-eea-map": "1.0.2",
"@eeacms/volto-eea-design-system": "1.15.0",
"@eeacms/volto-eea-kitkat": "17.0.0",
"@eeacms/volto-eea-map": "2.0.0",
"@eeacms/volto-eea-website-policy": "1.7.1",
"@eeacms/volto-eea-website-theme": "1.18.1",
"@eeacms/volto-embed": "5.0.4",
"@eeacms/volto-globalsearch": "1.0.18",
"@eeacms/volto-plotlycharts": "6.4.2",
"@eeacms/volto-embed": "6.0.0",
"@eeacms/volto-globalsearch": "1.0.19",
"@eeacms/volto-plotlycharts": "7.0.0",
"@eeacms/volto-redmine-helpdesk": "0.1.13",
"@eeacms/volto-searchlib": "0.5.8",
"@eeacms/volto-tableau": "4.1.1",
"@eeacms/volto-searchlib": "0.6.0",
"@eeacms/volto-tableau": "5.0.0",
"@eeacms/volto-workflow-progress": "3.1.1",
"@plone/volto": "16.22.0",
"volto-subsites": "4.0.0"
Expand Down
Loading