Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Nov 9, 2020
1 parent 832e15d commit 1bdc665
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 4 deletions.
49 changes: 46 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# 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).

#### [0.1.3](https://github.com/eea/volto-group-block/compare/0.1.2...0.1.3)

- Feature/count [`#2`](https://github.com/eea/volto-group-block/pull/2)
- Prepare release [`5211fa0`](https://github.com/eea/volto-group-block/commit/5211fa07a4667631b351b1335932bb5d5755bb55)
- implemented character count on groups [`b6d8f1d`](https://github.com/eea/volto-group-block/commit/b6d8f1d3c57f44b2965787af5aeb0e41f9c3e0b6)
- Update docs [`832e15d`](https://github.com/eea/volto-group-block/commit/832e15d9257edf8aecb5e4106ac3f67630bad8fe)
- minor fixes and checks [`e4a5c66`](https://github.com/eea/volto-group-block/commit/e4a5c6664a5c8b93f6d12120172956b11fc5c1e1)
- Cosmetics [`38dd486`](https://github.com/eea/volto-group-block/commit/38dd4861006798d3b2fa23a7dbbccff99466f9ec)

#### [0.1.2](https://github.com/eea/volto-group-block/compare/0.1.1...0.1.2)

> 6 October 2020
- Propagate parent metadata properties within inner form view [`0620b99`](https://github.com/eea/volto-group-block/commit/0620b9933d1e1a38dacfee3d2f0c28556368db9e)
- Propagate parent metadata properties within inner forms [`76e2cc2`](https://github.com/eea/volto-group-block/commit/76e2cc23d11b043c6a10f98987b928b91e327709)

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

> 29 September 2020
- Render group of blocks as section, article, etc. [`765b513`](https://github.com/eea/volto-group-block/commit/765b51357e22e96d022a2fabf1d7fa1cf165bb5f)
- Update docs [`bbe8939`](https://github.com/eea/volto-group-block/commit/bbe89396fefd53ee692920d88f8c55dde446a21c)

#### 0.1.0

> 25 September 2020
- Initial commit [`6a7b0de`](https://github.com/eea/volto-group-block/commit/6a7b0deb8f873d1462fd6a9c61edfc1562b3aace)
- Implement meta block allowedBlocks settings [`f24feb1`](https://github.com/eea/volto-group-block/commit/f24feb1a1751f04841c21c7cd52a517fb02074ba)
- Edit meta block [`236d291`](https://github.com/eea/volto-group-block/commit/236d29156fa835a7aa54eecdb4f120de0d64b271)
- Rename package and block: Group [`7475d28`](https://github.com/eea/volto-group-block/commit/7475d284c7fbcdc87735a1923e2580765819a1e9)
- yarn bootstrap [`e009dfb`](https://github.com/eea/volto-group-block/commit/e009dfb6b9b74d101a6722f0982a5359fc522b6b)
- Fix select bug [`dfb0de6`](https://github.com/eea/volto-group-block/commit/dfb0de6447f4886a1ca474539b8f794a4112f2a4)
- Render meta block [`0d44560`](https://github.com/eea/volto-group-block/commit/0d4456011ca56454068a54c610250b02df4ccb3b)
- Avoid removing all blocks within meta-block [`d078df7`](https://github.com/eea/volto-group-block/commit/d078df74648f0673f1cf5d7c537ff0b2558654c2)
- Add editing instructions to Group block settings [`d820b98`](https://github.com/eea/volto-group-block/commit/d820b988432f56674ead145e9ec2a75e2f21eed6)
- Update docs [`0d5d313`](https://github.com/eea/volto-group-block/commit/0d5d31343413ab81afab637b878a1ea72a04bcb0)
- Cosmetics [`fcbef4a`](https://github.com/eea/volto-group-block/commit/fcbef4af8538913fcd7aabdfc9f71cc4139788f5)
- Fix inner groups margins [`3e05b61`](https://github.com/eea/volto-group-block/commit/3e05b61de8cc5b797cf291c597d0e4fba0e69154)
- Remove sidebar [`e5d35fe`](https://github.com/eea/volto-group-block/commit/e5d35fed034c73386d67bf1e45ccd87e839d4d33)
- Cosmetics [`be8e4f9`](https://github.com/eea/volto-group-block/commit/be8e4f99eadfd70d0e4b1a1d1eb744582978553f)
- Add group to allowedBlocks settings [`a6ce43f`](https://github.com/eea/volto-group-block/commit/a6ce43fddd9143b468b5e1ac04d1e84403ff3720)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-group-block",
"version": "0.1.2",
"version": "0.1.3",
"description": "volto-group-block: Volto block to be used to group other blocks",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 1bdc665

Please sign in to comment.