diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a25764..5e019e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: git config diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1637a..d8865e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,38 @@ 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) +- require fullobjects to render the image [`#22`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/22) +- 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) +- add build to gitignore [`a172d7a`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/a172d7a29f4a66ec41001f8f00a2b6bf0cc05df2) +- remove unneeded import [`ac3ed66`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/ac3ed667073bf30c68747e6abc9701b1d3408d9a) +- add gitignore [`929cbc5`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/929cbc57e59b798caa576d82701fce4fff247f16) + #### [0.9.0](https://github.com/codesyntax/volto-listingadvanced-variation/compare/0.8.0...0.9.0) +> 29 October 2021 + - bump [`#21`](https://github.com/codesyntax/volto-listingadvanced-variation/pull/21) +- Automated release 0.9.0 [`13812e4`](https://github.com/codesyntax/volto-listingadvanced-variation/commit/13812e4ca4618b926888ccb133d1c3d7cd1478ef) #### [0.8.0](https://github.com/codesyntax/volto-listingadvanced-variation/compare/0.6.0...0.8.0) diff --git a/package.json b/package.json index 82552fe..d992d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-listingadvanced-variation", - "version": "0.9.0", + "version": "0.11.0", "description": "volto-listingadvanced-variation: Volto add-on", "main": "src/index.js", "license": "MIT", @@ -21,8 +21,8 @@ "url": "git+ssh://git@github.com/codesyntax/volto-listingadvanced-variation.git" }, "dependencies": { - "release-it": "^14.11.6", - "@plone/scripts": "*" + "@plone/scripts": "*", + "release-it": "^14.14.3" }, "bugs": { "url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues"