From 514b98dd272b05d1b99e5abd791fc4c4d4ec9505 Mon Sep 17 00:00:00 2001 From: UnaiEtxaburu Date: Mon, 19 Dec 2022 11:09:10 +0000 Subject: [PATCH] Automated release 0.11.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e457f4..d8865e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [0.11.0](https://github.com/codesyntax/volto-listingadvanced-variation/compare/0.10.0...0.11.0) + +- New version with some bug fixes [`#30`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/30) +- fix schema enhancer [`691554e`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/691554ea2899fa418b599765b03abdcd31c19ee6) +- list the fieldsets to include from the old schema [`20ac5ca`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/20ac5caef06e3d77cf82521457274100a4fda4c1) +- Update README.md [`606a4c7`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/606a4c70e06484a9893445f136d1dd6827b63c40) + #### [0.10.0](https://github.com/codesyntax/volto-listingadvanced-variation/compare/0.9.0...0.10.0) +> 18 March 2022 + - Develop [`#27`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/27) - Optional description [`#24`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/24) - add i18n message generation [`#25`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/25) @@ -13,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - localization structure for eu, es and en [`5b535e7`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/5b535e7c0a5fd638fe0f1b1c0b64c908c0d73aba) - add header and more items text and link to the schema [`7169e74`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/7169e74633507e926bf758443eb469de1b36fe89) - new field to configure the description appearance [`1c5c43c`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/1c5c43c2b367de7ea87e2097cce2e12e023dda2b) +- Automated release 0.10.0 [`6690caf`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/6690caf1ee62904e7d11bc7659e3dfa310389c67) - remove fullobjects and get the image from image_field [`fe69427`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/fe69427a09f108080344a84f12baf0d915d3f35b) - stackable for responsive and large image by default [`d88c7e6`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/d88c7e647c8dd49e40fcfe9fe5821ec7973d5b29) - condition [`9fc26d4`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/9fc26d46227577ac0402e3e265dcd18d7867244d) diff --git a/package.json b/package.json index 9579c68..d992d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-listingadvanced-variation", - "version": "0.10.0", + "version": "0.11.0", "description": "volto-listingadvanced-variation: Volto add-on", "main": "src/index.js", "license": "MIT", @@ -22,7 +22,7 @@ }, "dependencies": { "@plone/scripts": "*", - "release-it": "^14.12.5" + "release-it": "^14.14.3" }, "bugs": { "url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues"