Compare commits

..

7 Commits

Author SHA1 Message Date
2c6fb97f31 Merge pull request 'release/upgrade_vue' (#17) from release/upgrade_vue into main
All checks were successful
continuous-integration/drone/tag Build is passing
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
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
9 changed files with 1311 additions and 1276 deletions

View File

@@ -1,5 +0,0 @@
kind: Fixed
body: Overwriting of bundles translations removed
time: 2024-02-12T17:34:38.109438433+01:00
custom:
Issue: ""

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

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

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

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).
## 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
### Fixed
* Overwriting of bundles translations removed
## v1.5.0 - 2024-02-08
### Release
* Update dependencies. Chill-bundles upgraded from 2.16.0 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

32
composer.lock generated
View File

@@ -2118,16 +2118,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.29",
"version": "8.13.30",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "b8fa0daf0c27bb6fdb5940e0288f203be7e5cfd4"
"reference": "e09260a4a470b3737877c0f04f964e8a4938ebbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b8fa0daf0c27bb6fdb5940e0288f203be7e5cfd4",
"reference": "b8fa0daf0c27bb6fdb5940e0288f203be7e5cfd4",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/e09260a4a470b3737877c0f04f964e8a4938ebbd",
"reference": "e09260a4a470b3737877c0f04f964e8a4938ebbd",
"shasum": ""
},
"require": {
@@ -2186,7 +2186,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2024-01-26T08:49:18+00:00"
"time": "2024-02-09T12:16:23+00:00"
},
{
"name": "giggsey/locale",
@@ -4497,16 +4497,16 @@
},
{
"name": "php-opencloud/openstack",
"version": "v3.8.0",
"version": "v3.9.0",
"source": {
"type": "git",
"url": "https://github.com/php-opencloud/openstack.git",
"reference": "d823be3079c4772b2ddf16ff2d013f285113eb59"
"reference": "38a686070d3b3a25b26e21f3c445dde1ae66fd8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/d823be3079c4772b2ddf16ff2d013f285113eb59",
"reference": "d823be3079c4772b2ddf16ff2d013f285113eb59",
"url": "https://api.github.com/repos/php-opencloud/openstack/zipball/38a686070d3b3a25b26e21f3c445dde1ae66fd8d",
"reference": "38a686070d3b3a25b26e21f3c445dde1ae66fd8d",
"shasum": ""
},
"require": {
@@ -4568,9 +4568,9 @@
],
"support": {
"issues": "https://github.com/php-opencloud/openstack/issues",
"source": "https://github.com/php-opencloud/openstack/tree/v3.8.0"
"source": "https://github.com/php-opencloud/openstack/tree/v3.9.0"
},
"time": "2024-02-05T09:29:20+00:00"
"time": "2024-02-10T10:49:56+00:00"
},
{
"name": "phpoffice/phpspreadsheet",
@@ -4901,16 +4901,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.57",
"version": "1.10.58",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e"
"reference": "a23518379ec4defd9e47cbf81019526861623ec2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e",
"reference": "1627b1d03446904aaa77593f370c5201d2ecc34e",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2",
"reference": "a23518379ec4defd9e47cbf81019526861623ec2",
"shasum": ""
},
"require": {
@@ -4959,7 +4959,7 @@
"type": "tidelift"
}
],
"time": "2024-01-24T11:51:34+00:00"
"time": "2024-02-12T20:02:57+00:00"
},
{
"name": "psr/cache",

View File

@@ -1,2 +0,0 @@
# crud activity

2524
yarn.lock

File diff suppressed because it is too large Load Diff