Compare commits

..

3 Commits
1.7.0 ... 1.6.0

Author SHA1 Message Date
LenaertsJ
1589f5545b update composer.lock and file (automatic update)
Some checks failed
continuous-integration/drone/tag Build is failing
2024-02-12 14:47:58 +00:00
35b9eecc28 changelog and version update
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 1m13s
2024-02-12 15:46:05 +01:00
6f2d9be054 delete overwrite translation files 2024-02-12 15:18:19 +01:00
8 changed files with 1264 additions and 1292 deletions

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

@@ -0,0 +1,3 @@
## v1.5.1 - 2024-02-12
### Fixed
* Overwriting of translations deleted,

View File

@@ -1,5 +1,3 @@
## v1.6.0 - 2024-02-12
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
### Fixed
* Overwriting of bundles translations removed

View File

@@ -1,5 +0,0 @@
## 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

View File

@@ -6,17 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 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
## v1.5.1 - 2024-02-12
### Fixed
* Overwriting of bundles translations removed
* Overwriting of translations deleted,
## v1.5.0 - 2024-02-08
### Release

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:20
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:16
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

10
composer.lock generated
View File

@@ -4901,16 +4901,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.58",
"version": "1.10.57",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "a23518379ec4defd9e47cbf81019526861623ec2"
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2",
"reference": "a23518379ec4defd9e47cbf81019526861623ec2",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e",
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e",
"shasum": ""
},
"require": {
@@ -4959,7 +4959,7 @@
"type": "tidelift"
}
],
"time": "2024-02-12T20:02:57+00:00"
"time": "2024-01-24T11:51:34+00:00"
},
{
"name": "psr/cache",

View File

2524
yarn.lock

File diff suppressed because it is too large Load Diff