Skip to content

Commit

Permalink
Prepare Release 3.0.14-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
natepage committed Mar 24, 2021
1 parent 6cb3d87 commit 50f9366
Show file tree
Hide file tree
Showing 18 changed files with 85 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}'
tag:
- 3.0.13
- 3.0.14-alpha1
name: 'Split ${{ matrix.mapping.dir }}'
env:
DIR: 'packages/${{ matrix.mapping.dir }}'
Expand Down
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
<!-- changelog-linker -->

## [3.0.12] - 2021-03-19

- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger

## [3.0.11] - 2021-03-19

- [#503] Feature/git subtree for split 1

## [3.0.10] - 2021-03-18

- [#500] [EasyStandard] Hotfix/Fix AlphabeticallySortedArrayKeysSniff, Thanks to [@DKeeper]
- [#499] [EasyStandard] Hotfix/Fix PhpDocCommentRector, Thanks to [@DKeeper]

## [3.0.9] - 2021-03-18

- [#502] [EasyWebhook] Clean up

## [3.0.7] - 2021-03-17

- [#497] [CI] Use symfonycorp security checker action
- [#496] [EasyAsync] Implement Batch
- [#501] [EasyWebhook] Refactor statements provider to use dbal schema

## [3.0.6] - 2021-03-11

- [#495] [EasyCore] Delete unused config, Thanks to [@ERuban]

## [3.0.5] - 2021-03-10

- [#494] Merge 2.x into 3.x

## [3.0.5-alpha4]

- [#493] [EasyWebhook] Implement rewind on stack

## [3.0.5-alpha3]

- [#492] [EasySecurity] Fix symfony bridge for context service

## [2.5.33] - 2021-03-09

- [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper]

## 3.0.14-alpha1 - 2021-03-24

- [#505] [EasyUtils] Add MathInterface
- [#506] [EasyPagination] Flex compatibility for bundle to be installed auto
- [#507] Improve Symfony Flex integration



## [3.0.12] - 2021-03-19

- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger
Expand Down Expand Up @@ -2874,3 +2925,6 @@
[3.0.10]: https://github.com/eonx-com/easy-monorepo/compare/3.0.9...3.0.10
[2.5.33]: https://github.com/eonx-com/easy-monorepo/compare/2.5.28...2.5.33
[2.5.28]: https://github.com/eonx-com/easy-monorepo/compare/2.5.27...2.5.28
[#507]: https://github.com/eonx-com/easy-monorepo/pull/507
[#506]: https://github.com/eonx-com/easy-monorepo/pull/506
[#505]: https://github.com/eonx-com/easy-monorepo/pull/505
4 changes: 2 additions & 2 deletions packages/EasyApiToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"phpunit/phpunit": "^8.4 || ^9.5",
"ext-openssl": "^7.1",
"firebase/php-jwt": "^5.0",
"eonx-com/easy-psr7-factory": "^3.1",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-psr7-factory": "^3.0.14",
"eonx-com/easy-utils": "^3.0.14",
"auth0/auth0-php": "^5.4",
"psr/container": "^1.0",
"laravel/lumen-framework": "^5.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyAsync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-pagination": "^3.1",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.0.14",
"eonx-com/easy-pagination": "^3.0.14",
"eonx-com/easy-random": "^3.0.14",
"nette/utils": "^3.1",
"nesbot/carbon": "^2.22"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyAwsCredentialsFinder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.0.14",
"symfony/process": "^4.4 || ^5.1.5",
"symplify/package-builder": "^8.3.41",
"symplify/autowire-array-parameter": "^8.3.41",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBankFiles/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"nette/utils": "^3.1",
"eonx-com/easy-error-handler": "^3.1",
"eonx-com/easy-error-handler": "^3.0.14",
"monolog/monolog": "^2.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBugsnag/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"bugsnag/bugsnag": "^3.19",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.0.14",
"nette/utils": "^3.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyDecision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.0.14",
"symfony/expression-language": "^4.4 || ^5.1.5"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyErrorHandler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-logging": "^3.1",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-logging": "^3.0.14",
"eonx-com/easy-utils": "^3.0.14",
"nesbot/carbon": "^2.22"
},
"require-dev": {
"eonx-com/easy-bugsnag": "^3.1",
"eonx-com/easy-bugsnag": "^3.0.14",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"symfony/symfony": "^4.4 || ^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyLogging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.1"
"eonx-com/easy-utils": "^3.0.14"
},
"require-dev": {
"phpunit/phpunit": "^8.4 || ^9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"aws/aws-sdk-php": "^3.134",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-utils": "^3.0.14",
"nette/utils": "^3.1",
"symfony/http-client": "^4.4 || ^5.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyPagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^7.2"
},
"require-dev": {
"eonx-com/easy-psr7-factory": "^3.1",
"eonx-com/easy-psr7-factory": "^3.0.14",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"vlucas/phpdotenv": "^3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyRepository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"phpunit/phpunit": "^8.4 || ^9.5",
"mockery/mockery": "^1.2",
"doctrine/orm": "^2.6",
"eonx-com/easy-pagination": "^3.1",
"eonx-com/easy-pagination": "^3.0.14",
"laravel/lumen-framework": "^5.5",
"vlucas/phpdotenv": "^3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/EasyRequestId/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-utils": "^3.1"
"eonx-com/easy-random": "^3.0.14",
"eonx-com/easy-utils": "^3.0.14"
},
"require-dev": {
"ramsey/uuid": "^3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasySchedule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nesbot/carbon": "^2.22",
"dragonmantank/cron-expression": "^2.3",
"symfony/console": "^4.4 || ^5.1.5",
"eonx-com/easy-lock": "^3.1"
"eonx-com/easy-lock": "^3.0.14"
},
"require-dev": {
"phpunit/phpunit": "^8.4 || ^9.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/EasySecurity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": "^7.2",
"nette/utils": "^3.1",
"eonx-com/easy-api-token": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-utils": "^3.1"
"eonx-com/easy-api-token": "^3.0.14",
"eonx-com/easy-event-dispatcher": "^3.0.14",
"eonx-com/easy-utils": "^3.0.14"
},
"require-dev": {
"eonx-com/easy-bugsnag": "^3.1",
"eonx-com/easy-bugsnag": "^3.0.14",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"symfony/symfony": "^4.4 || ^5.1.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/EasySsm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": "^7.2",
"aws/aws-sdk-php": "^3.134",
"eonx-com/easy-aws-credentials-finder": "^3.1",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-aws-credentials-finder": "^3.0.14",
"eonx-com/easy-random": "^3.0.14",
"nette/utils": "^3.1",
"symplify/package-builder": "^8.3.41",
"symplify/autowire-array-parameter": "^8.3.41"
Expand Down
10 changes: 5 additions & 5 deletions packages/EasyWebhook/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.1",
"eonx-com/easy-lock": "^3.1",
"eonx-com/easy-random": "^3.1",
"eonx-com/easy-pagination": "^3.1",
"eonx-com/easy-utils": "^3.1",
"eonx-com/easy-event-dispatcher": "^3.0.14",
"eonx-com/easy-lock": "^3.0.14",
"eonx-com/easy-random": "^3.0.14",
"eonx-com/easy-pagination": "^3.0.14",
"eonx-com/easy-utils": "^3.0.14",
"nesbot/carbon": "^2.22",
"nette/utils": "^3.1",
"symfony/http-client": "^4.4 || ^5.1.5"
Expand Down

0 comments on commit 50f9366

Please sign in to comment.