Compare commits

..

7 Commits

Author SHA1 Message Date
b6c17f62d0 add changie
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 33s
2024-02-13 14:38:18 +01:00
7712d146c7 update yarn.lock and makefile to use node 20 and upgrade vue 2024-02-13 14:37:18 +01:00
8a83372e2f make sure translations directory is kept
All checks were successful
continuous-integration/drone/tag Build is passing
2024-02-12 18:31:06 +01:00
883725af10 Merge pull request 'release/delete_translations' (#16) from release/delete_translations into main
Reviewed-on: #16
2024-02-12 16:42:12 +00:00
LenaertsJ
7faee98294 update composer.lock and file (automatic update) 2024-02-12 16:40:41 +00:00
96e0c4c97e add changie
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 32s
2024-02-12 17:39:42 +01:00
921726ec75 remove translations to prevent overwriting 2024-02-12 17:39:27 +01:00
7 changed files with 1281 additions and 1259 deletions

View File

@@ -0,0 +1,5 @@
kind: Fixed
body: Upgrade vue to fix multiselect
time: 2024-02-13T14:38:03.495911019+01:00
custom:
Issue: ""

View File

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

View File

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

@@ -9,10 +9,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
## 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 translations deleted,
* Overwriting of bundles translations removed
## 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: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

0
translations/.gitkeep Normal file
View File

2524
yarn.lock

File diff suppressed because it is too large Load Diff