Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jun 3, 2020
1 parent 887723d commit e7304b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 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 -->

## v0.7.0 - 2020-06-02
## v0.7.1 - 2020-06-03

### RunroomSortableBehaviorBundle

#### Fixed

- [#47] Fix service in SortableAdminController

## [v0.7.0] - 2020-06-02

### RunroomRedirectionBundle

Expand Down Expand Up @@ -286,3 +294,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#30]: https://github.com/Runroom/runroom-packages/pull/30
[#28]: https://github.com/Runroom/runroom-packages/pull/28
[v0.6.9]: https://github.com/Runroom/runroom-packages/compare/v0.6.8...v0.6.9
[#47]: https://github.com/Runroom/runroom-packages/pull/47
[v0.7.0]: https://github.com/Runroom/runroom-packages/compare/v0.6.9...v0.7.0
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 || ^2.0",
"knplabs/doctrine-behaviors": "^2.0.3",
"runroom-packages/render-event-bundle": "^0.8",
"runroom-packages/seo-bundle": "^0.8",
"runroom-packages/render-event-bundle": "^0.7.1",
"runroom-packages/seo-bundle": "^0.7.1",
"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 || ^2.0",
"knplabs/doctrine-behaviors": "^2.0.3",
"runroom-packages/render-event-bundle": "^0.8",
"runroom-packages/render-event-bundle": "^0.7.1",
"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 e7304b6

Please sign in to comment.