Compare commits
3 Commits
b6c17f62d0
...
1.6.0
Author | SHA1 | Date | |
---|---|---|---|
|
1589f5545b | ||
35b9eecc28 | |||
6f2d9be054 |
@@ -1,5 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: Upgrade vue to fix multiselect
|
|
||||||
time: 2024-02-13T14:38:03.495911019+01:00
|
|
||||||
custom:
|
|
||||||
Issue: ""
|
|
3
.changes/v1.5.1.md
Normal file
3
.changes/v1.5.1.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## v1.5.1 - 2024-02-12
|
||||||
|
### Fixed
|
||||||
|
* Overwriting of translations deleted,
|
@@ -1,5 +1,3 @@
|
|||||||
## v1.6.0 - 2024-02-12
|
## v1.6.0 - 2024-02-12
|
||||||
### Release
|
### Release
|
||||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||||
### Fixed
|
|
||||||
* Overwriting of bundles translations removed
|
|
||||||
|
@@ -9,8 +9,10 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
|
|||||||
## v1.6.0 - 2024-02-12
|
## v1.6.0 - 2024-02-12
|
||||||
### Release
|
### Release
|
||||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||||
|
|
||||||
|
## v1.5.1 - 2024-02-12
|
||||||
### Fixed
|
### Fixed
|
||||||
* Overwriting of bundles translations removed
|
* Overwriting of translations deleted,
|
||||||
|
|
||||||
## v1.5.0 - 2024-02-08
|
## v1.5.0 - 2024-02-08
|
||||||
### Release
|
### Release
|
||||||
|
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
|
|||||||
PWD:=$(shell echo ${PWD})
|
PWD:=$(shell echo ${PWD})
|
||||||
UID:=$(shell id -u)
|
UID:=$(shell id -u)
|
||||||
GID:=$(shell id -g)
|
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_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)
|
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
|
PHP_BASE_IMAGE=php:8.2-fpm-alpine
|
||||||
|
Reference in New Issue
Block a user