Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Aug 6, 2021
1 parent a3b7630 commit ab9c8fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.11.0](https://github.com/Runroom/runroom-packages/compare/v0.10.3...v0.11.0)
## [v0.11.1](https://github.com/Runroom/runroom-packages/compare/v0.11.0...v0.11.1)

### Merged

- Fix null context [`#99`](https://github.com/Runroom/runroom-packages/pull/99)
- Allow to extract nothing from context [`#96`](https://github.com/Runroom/runroom-packages/pull/96)

### Commits

- open 0.12-dev [`dd517ad`](https://github.com/Runroom/runroom-packages/commit/dd517ad398d39db3013be04c54dbed475c28a850)
- Fix composer.json alias branch [`8ff07c6`](https://github.com/Runroom/runroom-packages/commit/8ff07c6d0ff5b2744fda321ddb38c98ed2a06189)
- Fix tests [`a29f4c3`](https://github.com/Runroom/runroom-packages/commit/a29f4c307bbdc926941e766fc4128f4628386316)
- Fix cs [`83814e4`](https://github.com/Runroom/runroom-packages/commit/83814e445d453609a3bddf5bdb1f6a7ed2468b73)

## [v0.11.0](https://github.com/Runroom/runroom-packages/compare/v0.10.3...v0.11.0) - 2021-08-06

### Merged

Expand All @@ -23,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Add more tests [`609f00e`](https://github.com/Runroom/runroom-packages/commit/609f00e4137d31b25f688a8497dbbfb9d197216d)
- Fix deprecations [`2d844fa`](https://github.com/Runroom/runroom-packages/commit/2d844fa0e94ee3249d6e9155e760ab15fec8851d)
- prepare release [`d1c71a3`](https://github.com/Runroom/runroom-packages/commit/d1c71a35bbc1ea8c0f53e47d37d7901705cb747f)
- fix tests [`1f9fc00`](https://github.com/Runroom/runroom-packages/commit/1f9fc00f8050cd1709c1fded77953f20cd7abd68)
- open 0.11-dev [`fe2c48b`](https://github.com/Runroom/runroom-packages/commit/fe2c48b8c1c1350a6064645ad27eefaf82e9b825)
- Fix tests [`55dc3c2`](https://github.com/Runroom/runroom-packages/commit/55dc3c2098a7c60973001f8a109d97b62cd6a369)
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"twig/twig": "^2.12 || ^3.0"
},
"replace": {
"runroom-packages/basic-page-bundle": "0.11.0",
"runroom-packages/ckeditor-sonata-media-bundle": "0.11.0",
"runroom-packages/cookies-bundle": "0.11.0",
"runroom-packages/form-handler-bundle": "0.11.0",
"runroom-packages/redirection-bundle": "0.11.0",
"runroom-packages/render-event-bundle": "0.11.0",
"runroom-packages/seo-bundle": "0.11.0",
"runroom-packages/sortable-behavior-bundle": "0.11.0",
"runroom-packages/testing": "0.11.0",
"runroom-packages/translation-bundle": "0.11.0"
"runroom-packages/basic-page-bundle": "0.11.1",
"runroom-packages/ckeditor-sonata-media-bundle": "0.11.1",
"runroom-packages/cookies-bundle": "0.11.1",
"runroom-packages/form-handler-bundle": "0.11.1",
"runroom-packages/redirection-bundle": "0.11.1",
"runroom-packages/render-event-bundle": "0.11.1",
"runroom-packages/seo-bundle": "0.11.1",
"runroom-packages/sortable-behavior-bundle": "0.11.1",
"runroom-packages/testing": "0.11.1",
"runroom-packages/translation-bundle": "0.11.1"
},
"conflict": {
"symplify/monorepo-builder": ">=9.4.0"
Expand Down
2 changes: 0 additions & 2 deletions monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@
]);

$services->set(UpdateReplaceReleaseWorker::class);
$services->set(SetCurrentMutualDependenciesReleaseWorker::class);
$services->set(ComposerNormalizePreReleaseWorker::class);
$services->set(TagVersionReleaseWorker::class);
$services->set(PushTagReleaseWorker::class);
$services->set(SetNextMutualDependenciesReleaseWorker::class);
$services->set(UpdateBranchAliasReleaseWorker::class);
$services->set(ComposerNormalizePostReleaseWorker::class);
$services->set(PushNextDevReleaseWorker::class);
Expand Down

0 comments on commit ab9c8fc

Please sign in to comment.