From 6db1c1881306504d4874710de3fe06306925e1ff Mon Sep 17 00:00:00 2001 From: nileshgulia1 Date: Wed, 16 Nov 2022 16:49:40 +0530 Subject: [PATCH] Release 0.17.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fac2f1..aa1e033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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.17.2](https://github.com/eea/circularity-frontend/compare/0.17.1...0.17.2) + +- yarn.lock [`7df2cbe`](https://github.com/eea/circularity-frontend/commit/7df2cbe1e34ccc3b589d64f9a9eab380cfb8b770) +- Release @eeacms/volto-circularity-policy@2.0.2 [`734003d`](https://github.com/eea/circularity-frontend/commit/734003d0c0657a820dc2e826a77e87208292c575) +- Release @eeacms/volto-hero-block@2.0.0 [`514627e`](https://github.com/eea/circularity-frontend/commit/514627ed72daa4473a53194fe4c56336ae5216e8) +- Release @eeacms/volto-searchlib@0.4.2 [`1a989a4`](https://github.com/eea/circularity-frontend/commit/1a989a4a15ac47352601d3bb99da6d92a7295c2d) +- Release @eeacms/volto-datahub@1.0.2 [`611478e`](https://github.com/eea/circularity-frontend/commit/611478e2883b36c0bc2d60c8c830121781563174) +- Release @eeacms/volto-datahub@1.0.1 [`77bd51f`](https://github.com/eea/circularity-frontend/commit/77bd51f9981a451cd6862429ebf120af32ee396a) +- remove workflow-progress [`a14b403`](https://github.com/eea/circularity-frontend/commit/a14b403a2dc7d222f593b4b0e7fc4887a43d028b) + #### [0.17.1](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.12...0.17.1) +> 11 November 2022 + +- Release 0.17.1 [`65ae5fb`](https://github.com/eea/circularity-frontend/commit/65ae5fbec9ce813f4d4bf2caa660eae33db688c5) - Automated release 0.17.0 [`2218bfa`](https://github.com/eea/circularity-frontend/commit/2218bfaf4f5a41538fdf9b7edd9e903705ccaf53) #### [0.16.0-beta.12](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.11...0.16.0-beta.12) diff --git a/package.json b/package.json index b240331..2c3d29b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "circularity-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.17.1", + "version": "0.17.2", "scripts": { "start": "razzle start", "postinstall": "yarn omelette && yarn patches",