From 7d2b7b61759ab5e2fffec3ee5f9c6e84799b6913 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 16 May 2023 09:08:36 +0000 Subject: [PATCH] Automated release 0.47.0 --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0967dc3..ebc684f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). -### [0.46.0](https://github.com/eea/advisory-board-frontend/compare/0.45.0...0.46.0) - 10 May 2023 +### [0.47.0](https://github.com/eea/advisory-board-frontend/compare/0.46.0...0.47.0) - 16 May 2023 + +#### :rocket: New Features + +- feat: add volto-europa-analytics back [Alexandru Medesan - [`3dd1caa`](https://github.com/eea/advisory-board-frontend/commit/3dd1caa33764d5656696d7a5cdbfc1783568afbf)] #### :rocket: Dependency updates -- Release @eeacms/volto-climate-advisory-board-policy@0.1.37 [EEA Jenkins - [`28b8ff6`](https://github.com/eea/advisory-board-frontend/commit/28b8ff6e236782f051866316d42a187773b60307)] +- Release @eeacms/volto-climate-advisory-board-policy@0.1.38 [EEA Jenkins - [`1a04ae9`](https://github.com/eea/advisory-board-frontend/commit/1a04ae93a9102bcc7c78b2b3ecb5fbe837ea26e8)] +- Release @eeacms/volto-eea-design-system@1.11.0 [EEA Jenkins - [`6fefdd4`](https://github.com/eea/advisory-board-frontend/commit/6fefdd461d6b05efb0f78bf743bef0e2b9a39481)] + +### [0.46.0](https://github.com/eea/advisory-board-frontend/compare/0.45.0...0.46.0) - 10 May 2023 ### [0.45.0](https://github.com/eea/advisory-board-frontend/compare/0.44.0...0.45.0) - 4 May 2023 diff --git a/package.json b/package.json index 404e61f..0a24933 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "advisory-board-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.46.0", + "version": "0.47.0", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",