From a31a323f69030fa018d694b8f57b587c6e8bfd76 Mon Sep 17 00:00:00 2001 From: Claudia Ifrim Date: Tue, 11 Jul 2023 13:52:47 +0300 Subject: [PATCH] Release 2.0.0-beta.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ede167..31c2a68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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). +#### [2.0.0-beta.1](https://github.com/eea/bise-frontend/compare/2.0.0-beta.0...2.0.0-beta.1) + +- Refs#252832 - update @eeacms/volto-searchlib version from 0.5.3 to 0.5.7 [`051578a`](https://github.com/eea/bise-frontend/commit/051578a4a57ebd573cbe5a5936aa16f0a1248dcd) + #### [2.0.0-beta.0](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.31...2.0.0-beta.0) +> 5 July 2023 + - updated versions for volto-bise-policy and volto-eea-kitkat [`408f49f`](https://github.com/eea/bise-frontend/commit/408f49f84171e37240bc9cdf951800bff0738921) +- Release 2.0.0-beta.0 [`f16dd6b`](https://github.com/eea/bise-frontend/commit/f16dd6b70241583ba41c397bccc9e74f9193fbd9) #### [2.0.0-alpha.31](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.30...2.0.0-alpha.31) diff --git a/package.json b/package.json index 935b4497..da0ed40b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bise-frontend", "description": "Website frontend for BISE", "license": "MIT", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",