From 11e3ba6c609479a2235ec2de82fc33b1f5dbd269 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Wed, 13 Mar 2024 16:12:05 +0000 Subject: [PATCH] build: update package file versions to 2.6.6 --- 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 8b82f5a59..8a84d17e1 100644 --- a/composer.json +++ b/composer.json @@ -71,5 +71,5 @@ "helsingborg-stad/component-library": "Required for theme to work properly.", "helsingborg-stad/kirki": "Required for theme to work properly." }, - "version": "4.6.3" + "version": "2.6.6" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 0e5b77625..3f847d503 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": "bae95e99d38c61831c39b148f4ba1fac", + "content-hash": "fc3006e6a032a49a305d8c1e13e3cd95", "packages": [ { "name": "composer/installers", diff --git a/package.json b/package.json index 165726314..80dcd48b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "municipio", - "version": "4.6.3", + "version": "2.6.6", "description": "The official wordpress theme of Helsingborg Stad", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",