Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jul 8, 2020
1 parent 6402138 commit 25c73b8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 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.8.1 - 2020-07-08
## v0.8.2 - 2020-07-08

### RunroomCookiesBundle

#### Fixed

- [#65] Fix CookiesPageService arguments

## [v0.8.1] - 2020-07-08

### Testing

Expand Down Expand Up @@ -363,3 +371,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@DaniCristante]: https://github.com/DaniCristante
[#64]: https://github.com/Runroom/runroom-packages/pull/64
[v0.8.0]: https://github.com/Runroom/runroom-packages/compare/v0.7.1...v0.8.0
[#65]: https://github.com/Runroom/runroom-packages/pull/65
[v0.8.1]: https://github.com/Runroom/runroom-packages/compare/v0.8.0...v0.8.1
6 changes: 3 additions & 3 deletions packages/basic-page-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"friendsofsymfony/ckeditor-bundle": "^1.2 || ^2.2",
"gedmo/doctrine-extensions": "^2.4",
"knplabs/doctrine-behaviors": "^2.0.6",
"runroom-packages/render-event-bundle": "^0.9",
"runroom-packages/seo-bundle": "^0.9",
"runroom-packages/render-event-bundle": "^0.8.2",
"runroom-packages/seo-bundle": "^0.8.2",
"sonata-project/admin-bundle": "^3.68",
"sonata-project/doctrine-orm-admin-bundle": "^3.20",
"symfony/config": "^4.4 || ^5.1",
Expand All @@ -49,7 +49,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/framework-bundle": "^4.4 || ^5.1",
"symfony/phpunit-bridge": "^5.1",
"symfony/routing": "^4.4 || ^5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor-sonata-media-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/phpunit-bridge": "^5.1"
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cookies-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"doctrine/persistence": "^1.3 || ^2.0",
"friendsofsymfony/ckeditor-bundle": "^1.2 || ^2.2",
"knplabs/doctrine-behaviors": "^2.0.6",
"runroom-packages/form-handler-bundle": "^0.9",
"runroom-packages/render-event-bundle": "^0.9",
"runroom-packages/form-handler-bundle": "^0.8.2",
"runroom-packages/render-event-bundle": "^0.8.2",
"sonata-project/admin-bundle": "^3.68",
"sonata-project/doctrine-orm-admin-bundle": "^3.20",
"symfony/config": "^4.4 || ^5.1",
Expand All @@ -47,7 +47,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/phpunit-bridge": "^5.1",
"theofidry/alice-data-fixtures": "^1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redirection-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/framework-bundle": "^4.4 || ^5.1",
"symfony/phpunit-bridge": "^5.1",
"theofidry/alice-data-fixtures": "^1.2"
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"runroom-packages/render-event-bundle": "^0.9",
"runroom-packages/render-event-bundle": "^0.8.2",
"sonata-project/admin-bundle": "^3.68",
"sonata-project/doctrine-orm-admin-bundle": "^3.20",
"sonata-project/easy-extends-bundle": "^2.5",
Expand Down Expand Up @@ -50,7 +50,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/phpunit-bridge": "^5.1",
"theofidry/alice-data-fixtures": "^1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sortable-behavior-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"sonata-project/admin-bundle": "^3.68",
"sonata-project/doctrine-orm-admin-bundle": "^3.20",
"symfony/phpunit-bridge": "^5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/translation-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1.3",
"runroom-packages/testing": "^0.9",
"runroom-packages/testing": "^0.8.2",
"symfony/phpunit-bridge": "^5.1",
"theofidry/alice-data-fixtures": "^1.2"
},
Expand Down

0 comments on commit 25c73b8

Please sign in to comment.