From 6040a79243d22867947b5aa47226f8a165c824c7 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Mon, 20 Jan 2025 08:45:51 +0000 Subject: [PATCH] build: update package file versions to 5.109.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 49a905348..d01893632 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.109.0" + "version": "5.109.1" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 62fbb6810..32e206bbd 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": "9ed1e42204dbfef9b20276000edec5ef", + "content-hash": "126e0a32efacc889131e380987c5ae24", "packages": [ { "name": "composer/installers", diff --git a/package.json b/package.json index a1beb8892..1ee30fc37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/municipio", - "version": "5.109.0", + "version": "5.109.1", "description": "The official wordpress theme of Helsingborg Stad", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",