Compare commits

...

7 Commits

Author SHA1 Message Date
julielenaerts 441517891c Update chill base version to v2.3.0
continuous-integration/drone/tag Build is passing
2024-10-30 10:38:10 +01:00
julielenaerts 093c6fc710 Add bootstrap icons to package.json 2024-10-22 07:42:02 +02:00
julielenaerts 87fcbd5771 Update Chill to v2.2.0 with bundles v3.1.1
continuous-integration/drone/tag Build is passing
2024-10-01 10:43:53 +02:00
julielenaerts 8fc61bfc2d Update composer and yarn files 2024-10-01 10:42:31 +02:00
julielenaerts 42ccb32635 Update chill base app to version 2.1.0
continuous-integration/drone/tag Build is passing
2024-09-24 11:59:10 +02:00
julielenaerts b0062cddfc Update bundles to version 3.1.0 2024-09-24 11:57:37 +02:00
julielenaerts 207f8b9118 Update bundles version to v3.0.0-RC9
continuous-integration/drone/tag Build is passing
2024-08-08 11:29:04 +02:00
9 changed files with 1916 additions and 2048 deletions
+3
View File
@@ -0,0 +1,3 @@
## 2.1.0 - 2024-08-08
### Release
* Update chill-bundles to v3.0.0-RC9
+3
View File
@@ -0,0 +1,3 @@
## 2.1.0 - 2024-09-24
### Release
* Update bundles version to 3.1.0
+3
View File
@@ -0,0 +1,3 @@
## 2.2.0 - 2024-10-01
### Release
* Bundles version updated to 3.1.1
+3
View File
@@ -0,0 +1,3 @@
## 2.3.0 - 2024-10-30
### Feature
* Update bundles to v3.2.0 adding gender entity feature
+16
View File
@@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.3.0 - 2024-10-30
### Feature
* Update bundles to v3.2.0 adding gender entity feature
## 2.2.0 - 2024-10-01
### Release
* Bundles version updated to 3.1.1
## 2.1.0 - 2024-09-24
### Release
* Update bundles version to 3.1.0
## 2.0.0-alpha4 - 2024-07-03
### Release
* fixes
@@ -22,6 +34,10 @@ 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
+1 -1
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": "v3.0.0-RC8",
"chill-project/chill-bundles": "v3.2.0@dev",
"chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*",
Generated
+629 -621
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -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"
}
}
+1255 -1426
View File
File diff suppressed because it is too large Load Diff