Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed May 26, 2020
1 parent d394b43 commit 3cf419e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- changelog-linker -->

## v0.6.2 - 2020-05-25
## v0.6.3 - 2020-05-26

### RunroomBasicPageBundle

#### Added

- [#21] Add basic page bundle

### RunroomRedirectionBundle

#### Changed

- [#19] Update test case

### RunroomSeoBundle

- [#20] Allow configure media entity

## [v0.6.2] - 2020-05-25

### RunroomRenderEventBundle

Expand Down Expand Up @@ -151,3 +169,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[v0.6.0]: https://github.com/Runroom/runroom-packages/compare/v0.5.0...v0.6.0
[#18]: https://github.com/Runroom/runroom-packages/pull/18
[v0.6.1]: https://github.com/Runroom/runroom-packages/compare/v0.6.0...v0.6.1
[#21]: https://github.com/Runroom/runroom-packages/pull/21
[#20]: https://github.com/Runroom/runroom-packages/pull/20
[#19]: https://github.com/Runroom/runroom-packages/pull/19
[v0.6.2]: https://github.com/Runroom/runroom-packages/compare/v0.6.1...v0.6.2
4 changes: 2 additions & 2 deletions packages/basic-page-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"doctrine/orm": "^2.7",
"doctrine/persistence": "^1.3",
"knplabs/doctrine-behaviors": "^2.0",
"runroom-packages/render-event-bundle": "^0.7",
"runroom-packages/seo-bundle": "^0.7",
"runroom-packages/render-event-bundle": "^0.6.3",
"runroom-packages/seo-bundle": "^0.6.3",
"sonata-project/admin-bundle": "^3.61",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/seo-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctrine/orm": "^2.7",
"doctrine/persistence": "^1.3",
"knplabs/doctrine-behaviors": "^2.0",
"runroom-packages/render-event-bundle": "^0.7",
"runroom-packages/render-event-bundle": "^0.6.3",
"sonata-project/admin-bundle": "^3.61",
"sonata-project/easy-extends-bundle": "^2.5",
"sonata-project/media-bundle": "^3.24",
Expand Down

0 comments on commit 3cf419e

Please sign in to comment.