Skip to content

Commit

Permalink
Update changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Mar 19, 2020
1 parent ff0a6b5 commit c469f21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- changelog-linker -->

## 0.2.1 - 2020-03-18
## [0.3.0] - 2020-03-19

### FormHandlerBundle

#### Added

- [#8] Add Initial commit for FormHandlerBundle

## [0.2.1] - 2020-03-18

### SortableBehaviorBundle

Expand Down Expand Up @@ -55,3 +63,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.1.1]: https://github.com/Runroom/runroom-packages/compare/0.1.0...0.1.1
[0.2.0]: https://github.com/Runroom/runroom-packages/compare/0.1.1...0.2.0
[#6]: https://github.com/Runroom/runroom-packages/pull/6
[#8]: https://github.com/Runroom/runroom-packages/pull/8
[0.2.1]: https://github.com/Runroom/runroom-packages/compare/0.2.0...0.2.1
[0.3.0]: https://github.com/Runroom/runroom-packages/compare/0.2.1...0.3.0
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ composer require runroom-packages/runroom-packages

However you should not install this package but install the following ones depending on your needs.

## [RunroomFormHandlerBundle](https://github.com/Runroom/RunroomFormHandlerBundle)

[![Total Downloads](https://poser.pugx.org/runroom-packages/form-handler-bundle/downloads)](https://packagist.org/packages/runroom-packages/form-handler-bundle)
[![Monthly Downloads](https://poser.pugx.org/runroom-packages/form-handler-bundle/d/monthly)](https://packagist.org/packages/runroom-packages/form-handler-bundle)
[![Daily Downloads](https://poser.pugx.org/runroom-packages/form-handler-bundle/d/daily)](https://packagist.org/packages/runroom-packages/form-handler-bundle)

## [RunroomRedirectionBundle](https://github.com/Runroom/RunroomRedirectionBundle)

[![Total Downloads](https://poser.pugx.org/runroom-packages/redirection-bundle/downloads)](https://packagist.org/packages/runroom-packages/redirection-bundle)
[![Monthly Downloads](https://poser.pugx.org/runroom-packages/redirection-bundle/d/monthly)](https://packagist.org/packages/runroom-pack3ages/redirection-bundle)
[![Monthly Downloads](https://poser.pugx.org/runroom-packages/redirection-bundle/d/monthly)](https://packagist.org/packages/runroom-packages/redirection-bundle)
[![Daily Downloads](https://poser.pugx.org/runroom-packages/redirection-bundle/d/daily)](https://packagist.org/packages/runroom-packages/redirection-bundle)

## [RunroomRenderEventBundle](https://github.com/Runroom/RunroomRenderEventBundle)
Expand Down

0 comments on commit c469f21

Please sign in to comment.