Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 9, 2022
1 parent d38847d commit b8253e5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 6 deletions.
46 changes: 43 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog
### Changelog

## 0.1.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

- Initial release
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.3.2](https://github.com/rohberg/volto-accordion-block/compare/v0.3.1...v0.3.2)

- release-it [`d38847d`](https://github.com/rohberg/volto-accordion-block/commit/d38847daf3785169c868193dd3689c2dc67822a5)
- Update README.md [`96af28c`](https://github.com/rohberg/volto-accordion-block/commit/96af28c089dcff9eadc623cd806581ae152dcd94)

#### [v0.3.1](https://github.com/rohberg/volto-accordion-block/compare/0.3.0...v0.3.1)

> 9 July 2022
- Fix package dependencies [`#3`](https://github.com/rohberg/volto-accordion-block/pull/3)
- Volto 12.2.0 [`cd475ba`](https://github.com/rohberg/volto-accordion-block/commit/cd475baf037eb486b69a74e802ff2c44eef629f7)
- Fix package dependencies (#1) [`ef89441`](https://github.com/rohberg/volto-accordion-block/commit/ef89441ae71229bccef033f7e16fc1990f5c11d2)
- Update README.md [`2f1a9d4`](https://github.com/rohberg/volto-accordion-block/commit/2f1a9d4ae77e8f6866d3af8aaad72186f234107a)
- import { DragDropList } from '@eeacms/volto-blocks-form/components'; [`ec0536f`](https://github.com/rohberg/volto-accordion-block/commit/ec0536ff13ed85adb90f092b8329e699fd62eb5b)

#### [0.3.0](https://github.com/rohberg/volto-accordion-block/compare/0.1.1...0.3.0)

> 20 November 2020
- Update README.md [`54e9c5d`](https://github.com/rohberg/volto-accordion-block/commit/54e9c5d262c8f5f456062aa50e241c64f0d89676)

#### [0.1.1](https://github.com/rohberg/volto-accordion-block/compare/0.1.0...0.1.1)

> 20 November 2020
- Documentation: If you want to create a Volto add-on: [`a81d985`](https://github.com/rohberg/volto-accordion-block/commit/a81d98576514f9068d509bb0e5b7dc2950ec380a)
- code health [`88faf04`](https://github.com/rohberg/volto-accordion-block/commit/88faf049539d8c4bcc7769ad987fc7a92f4bd2ef)
- Update README.md [`0b21739`](https://github.com/rohberg/volto-accordion-block/commit/0b21739d4851380bc0dc494a111f3f94ead13af5)
- version 0.1.1 [`7dfb351`](https://github.com/rohberg/volto-accordion-block/commit/7dfb35101fce663766ee662fa6bb4e4d49e69e56)
- dependencies: get volto-blocks-form from npm, not github [`1e3d20e`](https://github.com/rohberg/volto-accordion-block/commit/1e3d20e9eba0074efa1ce20e8c730c73c4a8d0d1)
- Update package.json [`bea59c0`](https://github.com/rohberg/volto-accordion-block/commit/bea59c007cb4544830dd9c3347f6fc1765353105)
- Update .release-it.json [`5f6343f`](https://github.com/rohberg/volto-accordion-block/commit/5f6343f11284d7b6e90b185aa484796de5061df1)
- Create TODO.md [`c4d18c8`](https://github.com/rohberg/volto-accordion-block/commit/c4d18c8e40daa9b0844693ec762be3380dba3b8b)

#### 0.1.0

> 14 November 2020
- Initial commit [`97241e7`](https://github.com/rohberg/volto-accordion-block/commit/97241e7798faef68a80b3415286781f37a0915ac)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rohberg/volto-accordion-block",
"version": "0.3.1",
"version": "0.3.2",
"description": "volto-accordion-block: Volto add-on",
"main": "src/index.js",
"author": "Katja Süss, github @ksuess",
Expand Down

0 comments on commit b8253e5

Please sign in to comment.