From 71340c03a1fd3105a05b6c8b62f4df1bee4a2ee7 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 18 Mar 2025 14:09:54 +0100 Subject: [PATCH] Fix translation config --- .changes/2.9.0.md | 3 +++ CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 14 +++++++------- config/packages/ux_translator.yaml | 2 +- package.json | 1 - 6 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 .changes/2.9.0.md diff --git a/.changes/2.9.0.md b/.changes/2.9.0.md new file mode 100644 index 0000000..3c67892 --- /dev/null +++ b/.changes/2.9.0.md @@ -0,0 +1,3 @@ +## 2.9.0 - 2025-03-18 +### Release +* Update chill bundles to v3.10.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0ade1..6d03ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 2.9.0 - 2025-03-18 +### Release +* Update chill bundles to v3.10.3 + ## 2.8.0 - 2025-03-04 ### Release * Update chill bundles to v3.9.2 diff --git a/composer.json b/composer.json index 9ab2730..4322dbb 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-iconv": "*", "champs-libres/wopi-bundle": "dev-master@dev", "champs-libres/wopi-lib": "dev-master@dev", - "chill-project/chill-bundles": "3.9.2", + "chill-project/chill-bundles": "3.10.3", "chill-project/chill-deploy": "^1.0", "graylog2/gelf-php": "^2.0", "symfony/console": "5.4.*", diff --git a/composer.lock b/composer.lock index eb1ccd9..f129a4b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7bd1e65df25b9843377927a158f86329", + "content-hash": "efab2d65933831833e7511a48468721a", "packages": [ { "name": "brick/math", @@ -185,16 +185,16 @@ }, { "name": "chill-project/chill-bundles", - "version": "v3.9.2", + "version": "v3.10.3", "source": { "type": "git", "url": "https://gitlab.com/Chill-Projet/chill-bundles.git", - "reference": "38b21a21595f416af2292bc7010f43cdcbf6ad52" + "reference": "fe6949ea266fb02c1b33111182b07cd384e002ac" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=38b21a21595f416af2292bc7010f43cdcbf6ad52", - "reference": "38b21a21595f416af2292bc7010f43cdcbf6ad52", + "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=fe6949ea266fb02c1b33111182b07cd384e002ac", + "reference": "fe6949ea266fb02c1b33111182b07cd384e002ac", "shasum": "" }, "require": { @@ -343,9 +343,9 @@ ], "support": { "issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues", - "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.9.2" + "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.10.3" }, - "time": "2025-02-27T16:20:03+00:00" + "time": "2025-03-18T13:47:31+00:00" }, { "name": "chill-project/chill-deploy", diff --git a/config/packages/ux_translator.yaml b/config/packages/ux_translator.yaml index 5064be3..bfae14a 100644 --- a/config/packages/ux_translator.yaml +++ b/config/packages/ux_translator.yaml @@ -1,3 +1,3 @@ ux_translator: # The directory where the JavaScript translations are dumped - dump_directory: '%kernel.project_dir%/vendor/chill-project/chill-bundles/var/translations' \ No newline at end of file + dump_directory: '%kernel.project_dir%/var/translations' \ No newline at end of file diff --git a/package.json b/package.json index 4ab5330..bfeae60 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ ], "private": true, "devDependencies": { - "@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets", "bootstrap": "5.2.3", "intl-messageformat": "^10.5.11" },