Skip to content

Commit

Permalink
Automated release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 18, 2022
1 parent b690b35 commit 6690caf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@ 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.10.0](https://github.com/codesyntax/volto-listingadvanced-variation/compare/0.9.0...0.10.0)

- 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)
- 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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesyntax/volto-listingadvanced-variation",
"version": "0.9.0",
"version": "0.10.0",
"description": "volto-listingadvanced-variation: Volto add-on",
"main": "src/index.js",
"license": "MIT",
Expand All @@ -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.12.5"
},
"bugs": {
"url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues"
Expand Down

0 comments on commit 6690caf

Please sign in to comment.