From afa4fb08cc7b9eba598e75f0f07f5cbed42c22c5 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Mon, 20 Jan 2025 12:07:52 +0000 Subject: [PATCH] build: update package file versions to 5.110.1 --- composer.json | 2 +- composer.lock | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ea9695751..46310a8c0 100644 --- a/composer.json +++ b/composer.json @@ -84,5 +84,5 @@ "helsingborg-stad/component-library": "Required for theme to work properly.", "helsingborg-stad/kirki": "Required for theme to work properly." }, - "version": "5.110.0" + "version": "5.110.1" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 6f5a17b35..e3874a326 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": "2e4a6d8734388a8370f6ab67cd5b671c", + "content-hash": "336648cddd04bd7c5b0fd3c03888455f", "packages": [ { "name": "composer/installers", diff --git a/package.json b/package.json index 94a21c01b..8a78e514f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/municipio", - "version": "5.110.0", + "version": "5.110.1", "description": "The official wordpress theme of Helsingborg Stad", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",