Update Chill root to v2.8.0
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Julie Lenaerts 2025-03-04 14:15:52 +01:00
parent 71bcfd4338
commit 51cc0254d0
6 changed files with 1320 additions and 2031 deletions

3
.changes/2.8.0.md Normal file
View File

@ -0,0 +1,3 @@
## 2.8.0 - 2025-03-04
### Release
* Update chill bundles to v3.9.2

View File

@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.8.0 - 2025-03-04
### Release
* Update chill bundles to v3.9.2
## 2.7.0 - 2025-01-20
### Release
* Update chill bundles to version 3.6.0

View File

@ -9,7 +9,7 @@
"ext-iconv": "*",
"champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "dev-master@dev",
"chill-project/chill-bundles": "3.6.0",
"chill-project/chill-bundles": "3.9.2",
"chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*",

686
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,9 @@
],
"private": true,
"devDependencies": {
"bootstrap": "5.2.3"
"@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets",
"bootstrap": "5.2.3",
"intl-messageformat": "^10.5.11"
},
"scripts": {
"specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",

2652
yarn.lock

File diff suppressed because it is too large Load Diff