update composer.lock and file (automatic update)

This commit is contained in:
LenaertsJ 2024-02-13 13:39:25 +00:00 committed by Action Bot
parent b6c17f62d0
commit c58443dd72
4 changed files with 16 additions and 10 deletions

View File

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

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,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). 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 ## 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

10
composer.lock generated
View File

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