Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dresslerdemos committed Jan 17, 2024
1 parent c57d3b2 commit 75da19a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.24.41 - 2024-01-17

* feature: add early break, to potentially improve performance depending on `RepositoryInterface` implementation

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
}
},
"replace": {
"demos-europe/edt-access-definitions": "0.24.40",
"demos-europe/edt-dql": "0.24.40",
"demos-europe/edt-extra": "0.24.40",
"demos-europe/edt-jsonapi": "0.24.40",
"demos-europe/edt-paths": "0.24.40",
"demos-europe/edt-queries": "0.24.40"
"demos-europe/edt-access-definitions": "0.24.41",
"demos-europe/edt-dql": "0.24.41",
"demos-europe/edt-extra": "0.24.41",
"demos-europe/edt-jsonapi": "0.24.41",
"demos-europe/edt-paths": "0.24.41",
"demos-europe/edt-queries": "0.24.41"
},
"config": {
"bin-dir": "bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/access-definitions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"require": {
"php": "^8.1",
"demos-europe/edt-queries": "^0.25",
"demos-europe/edt-queries": "^0.24.41",
"thecodingmachine/safe": "^2.4.0",
"pagerfanta/core": "^2.7 || ^3 || ^4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dql/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"doctrine/orm": "^2.5",
"php": "^8.1",
"demos-europe/edt-queries": "^0.25",
"demos-europe/edt-paths": "^0.25",
"demos-europe/edt-queries": "^0.24.41",
"demos-europe/edt-paths": "^0.24.41",
"nette/php-generator": "^4.0",
"symfony/cache": "^5 || ^6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"require": {
"php": "^8.1",
"demos-europe/edt-jsonapi": "^0.25",
"demos-europe/edt-jsonapi": "^0.24.41",
"thecodingmachine/safe": "^2.4.0"
},
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonapi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"type": "library",
"require": {
"php": "^8.1",
"demos-europe/edt-queries": "^0.25",
"demos-europe/edt-queries": "^0.24.41",
"league/fractal": "^0.19 || ^0.20",
"psr/log": "^1.1.4 || ^3.0.0",
"doctrine/collections": "^1.5 || ^2.1",
"demos-europe/edt-access-definitions": "^0.25",
"demos-europe/edt-access-definitions": "^0.24.41",
"symfony/http-foundation": "5.*.* || ^6.1.12",
"symfony/validator": "5.*.* || 6.*.*",
"symfony/routing": "5.*.* || ^6.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/paths/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.1",
"phpdocumentor/reflection-docblock": "^5.1.0",
"demos-europe/edt-queries": "^0.25",
"demos-europe/edt-queries": "^0.24.41",
"nikic/php-parser": "^4.14",
"thecodingmachine/safe": "^2.4.0"
},
Expand Down

0 comments on commit 75da19a

Please sign in to comment.