diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index f741435..22d4fcc 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 9907600..32881b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.2.0](https://github.com/eea/circularity-frontend/compare/1.1.0...1.2.0) - 16 March 2023 + +#### :rocket: Dependency updates + +- Release @eeacms/volto-eea-website-theme@1.11.2 [EEA Jenkins - [`2862cfd`](https://github.com/eea/circularity-frontend/commit/2862cfdde44d42218218c9500cec9dd419245868)] +- Release @eeacms/volto-searchlib@0.4.33 [EEA Jenkins - [`080ff3c`](https://github.com/eea/circularity-frontend/commit/080ff3c1b56dd76d8b3fbee64baecaff2f7fe77a)] +- Release @eeacms/volto-datahub@1.0.21 [EEA Jenkins - [`03ccddc`](https://github.com/eea/circularity-frontend/commit/03ccddc718c5c1a1d40c41ec6fbcd241c327b660)] +- Release @eeacms/volto-eea-design-system@1.0.2 [EEA Jenkins - [`066636a`](https://github.com/eea/circularity-frontend/commit/066636a9f235606399ffdb35ca1a4f009d6df80d)] +- Release @eeacms/volto-searchlib@0.4.32 [EEA Jenkins - [`5e38348`](https://github.com/eea/circularity-frontend/commit/5e38348d7c81f197774bcb0c5cffd5ed93877ba8)] +- Release @eeacms/volto-eea-website-theme@1.11.1 [EEA Jenkins - [`4977380`](https://github.com/eea/circularity-frontend/commit/4977380101951f0da88294e3e0ba01b2f86e453c)] + ### [1.1.0](https://github.com/eea/circularity-frontend/compare/1.0.0...1.1.0) - 14 March 2023 #### :rocket: Dependency updates diff --git a/package.json b/package.json index 4906904..1e6a0ca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "circularity-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",