Compare commits

...

10 Commits

Author SHA1 Message Date
LenaertsJ 6c460d66b1 Merge pull request 'Bundles version updated to 2.18.2' (#20) from release/update-chill-bundles into main
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #20
2024-04-17 08:02:51 +00:00
LenaertsJ 4cf77335ab update composer.lock and file (automatic update) 2024-04-17 08:01:37 +00:00
Julie Lenaerts 0df0bbe7af Bundles version updated
Prepare release for chill app / update-deps (push) Successful in 43s Details
2024-04-17 10:00:18 +02:00
LenaertsJ 2c88187d3f Merge pull request 'update bundles version' (#19) from release/check_on_null into main
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #19
2024-02-21 19:25:28 +00:00
LenaertsJ 971d0fa9c9 update composer.lock and file (automatic update) 2024-02-21 19:24:12 +00:00
Julie Lenaerts 93bcc246e9 update bundles version
Prepare release for chill app / update-deps (push) Successful in 33s Details
2024-02-21 20:20:08 +01:00
LenaertsJ 2c6fb97f31 Merge pull request 'release/upgrade_vue' (#17) from release/upgrade_vue into main
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #17
2024-02-13 13:39:47 +00:00
LenaertsJ c58443dd72 update composer.lock and file (automatic update) 2024-02-13 13:39:25 +00:00
Julie Lenaerts b6c17f62d0 add changie
Prepare release for chill app / update-deps (push) Successful in 33s Details
2024-02-13 14:38:18 +01:00
Julie Lenaerts 7712d146c7 update yarn.lock and makefile to use node 20 and upgrade vue 2024-02-13 14:37:18 +01:00
8 changed files with 1654 additions and 1591 deletions

5
.changes/v1.7.0.md Normal file
View File

@ -0,0 +1,5 @@
## v1.7.0 - 2024-02-13
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
### Fixed
* Upgrade vue to fix multiselect

3
.changes/v1.8.0.md Normal file
View File

@ -0,0 +1,3 @@
## v1.8.0 - 2024-02-21
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2

4
.changes/v1.9.0.md Normal file
View File

@ -0,0 +1,4 @@
## v1.9.0 - 2024-04-17
### Release
* Update chill bundles version to 2.18.2
* Update dependencies. Chill-bundles upgraded from 2.16.2 to 2.18.2

View File

@ -6,6 +6,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v1.9.0 - 2024-04-17
### Release
* Update chill bundles version to 2.18.2
* Update dependencies. Chill-bundles upgraded from 2.16.2 to 2.18.2
## v1.8.0 - 2024-02-21
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2
## v1.7.0 - 2024-02-13
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
### Fixed
* Upgrade vue to fix multiselect
## v1.6.0 - 2024-02-12
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1

View File

@ -2,7 +2,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
PWD:=$(shell echo ${PWD})
UID:=$(shell id -u)
GID:=$(shell id -g)
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:16
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:20
DOCKER_COMPOSE_PHP_EXEC_CMD=docker-compose run --rm --user $(UID):$(GID) -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env php
DOCKER_PHP_EXEC_CMD_BASE=docker run --rm --user $(UID):$(GID) -v ${PWD}:/var/www/app -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env $(PHP_BASE_IMAGE_TAG)
PHP_BASE_IMAGE=php:8.2-fpm-alpine

View File

@ -15,7 +15,7 @@
},
"require": {
"ext-redis": "*",
"chill-project/chill-bundles": "2.16.1",
"chill-project/chill-bundles": "2.18.2",
"symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8",

690
composer.lock generated

File diff suppressed because it is too large Load Diff

2524
yarn.lock

File diff suppressed because it is too large Load Diff