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). 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 ## 2.7.0 - 2025-01-20
### Release ### Release
* Update chill bundles to version 3.6.0 * Update chill bundles to version 3.6.0

View File

@ -9,7 +9,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"champs-libres/wopi-bundle": "dev-master@dev", "champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "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", "chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0", "graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*", "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, "private": true,
"devDependencies": { "devDependencies": {
"bootstrap": "5.2.3" "@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets",
"bootstrap": "5.2.3",
"intl-messageformat": "^10.5.11"
}, },
"scripts": { "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", "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