Compare commits
6 Commits
v2.0.0-RC4
...
v2.2.0
Author | SHA1 | Date | |
---|---|---|---|
87fcbd5771 | |||
8fc61bfc2d | |||
42ccb32635 | |||
b0062cddfc | |||
207f8b9118 | |||
73c1e7a17a |
3
.changes/2.0.0-RC5.md
Normal file
3
.changes/2.0.0-RC5.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.1.0 - 2024-07-30
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC8
|
3
.changes/2.0.0-RC6.md
Normal file
3
.changes/2.0.0-RC6.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.1.0 - 2024-08-08
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC9
|
3
.changes/2.1.0.md
Normal file
3
.changes/2.1.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.1.0 - 2024-09-24
|
||||
### Release
|
||||
* Update bundles version to 3.1.0
|
3
.changes/2.2.0.md
Normal file
3
.changes/2.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.2.0 - 2024-10-01
|
||||
### Release
|
||||
* Bundles version updated to 3.1.1
|
36
CHANGELOG.md
36
CHANGELOG.md
@@ -6,19 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## 2.2.0 - 2024-07-25
|
||||
## 2.2.0 - 2024-10-01
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC7
|
||||
* Bundles version updated to 3.1.1
|
||||
|
||||
## 2.1.0 - 2024-07-23
|
||||
## 2.1.0 - 2024-09-24
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
* Upgrade chill-bundles to v3.0.0-RC6
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
||||
* Update bundles version to 3.1.0
|
||||
|
||||
## 2.0.0-alpha4 - 2024-07-03
|
||||
### Release
|
||||
@@ -36,6 +30,28 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
|
||||
## 2.1.0 - 2024-08-08
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC9
|
||||
|
||||
## 2.1.0 - 2024-07-30
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC8
|
||||
|
||||
## 2.2.0 - 2024-07-25
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC7
|
||||
|
||||
## 2.1.0 - 2024-07-23
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
* Upgrade chill-bundles to v3.0.0-RC6
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
||||
|
||||
## 2.0.0-RC2 - 2024-07-18
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"ext-iconv": "*",
|
||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||
"champs-libres/wopi-lib": "dev-master@dev",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC7",
|
||||
"chill-project/chill-bundles": "v3.1.1@dev",
|
||||
"chill-project/chill-deploy": "^1.0",
|
||||
"graylog2/gelf-php": "^2.0",
|
||||
"symfony/console": "5.4.*",
|
||||
|
918
composer.lock
generated
918
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,5 +10,8 @@
|
||||
"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-validate": "swagger-cli validate templates/api/specs.yaml",
|
||||
"specs": "yarn run specs-build && yarn run specs-validate"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap-icons": "^1.11.3"
|
||||
}
|
||||
}
|
||||
|
@@ -3367,6 +3367,11 @@ boolbase@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
||||
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
|
||||
|
||||
bootstrap-icons@^1.11.3:
|
||||
version "1.11.3"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz#03f9cb754ec005c52f9ee616e2e84a82cab3084b"
|
||||
integrity sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==
|
||||
|
||||
bootstrap@5.2.3:
|
||||
version "5.2.3"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
|
||||
|
Reference in New Issue
Block a user