From bc313c726b95c423c8a69d0f216bb19c31f0bb1a Mon Sep 17 00:00:00 2001
From: Trevor the Bot <trevor.the.bot@cern.ch>
Date: Fri, 27 Oct 2023 15:09:41 +0200
Subject: [PATCH] Trevor: Update dependencies

---
 CHANGELOG.md                   |  6 ++++
 cern_full_html_format.info.yml | 22 +++++++-------
 composer.json                  | 52 +++++++++++++++++-----------------
 3 files changed, 43 insertions(+), 37 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb8020d2..61266143 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [3.0.2] - 27/10/2023
+
+- Updated `colorbutton` to version `^1.5`.
+- Updated `ckeditor_font` to version `^2.0@beta`.
+- Updated `panelbutton` to version `^1.5`.
+
 ## [3.0.1] - 01/11/2022
 - Bump dependencies for PHP 8.1 compatibility.
 
diff --git a/cern_full_html_format.info.yml b/cern_full_html_format.info.yml
index ddb4fea5..bd5f09e4 100644
--- a/cern_full_html_format.info.yml
+++ b/cern_full_html_format.info.yml
@@ -1,13 +1,13 @@
-name: "CERN Full Html Format"
-description: "Enables the CERN Full HTML text format for CKEditor."
-package: "CERN CKEditor"
-type: module
 core_version_requirement: ^9 || ^10
 dependencies:
-  - ckeditor
-  - editor
-  - filter
-  - colorbutton
-  - ckeditor_font
-  - panelbutton
-version: 3.0.1
+- ckeditor
+- editor
+- filter
+- colorbutton
+- ckeditor_font
+- panelbutton
+description: Enables the CERN Full HTML text format for CKEditor.
+name: CERN Full Html Format
+package: CERN CKEditor
+type: module
+version: 3.0.2
diff --git a/composer.json b/composer.json
index b9fe51f4..4991ec2f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,28 +1,28 @@
 {
-  "name": "drupal/cern-full-html-format",
-  "description": "Adds the CERN Full HTML text format on CKEditor",
-  "version": "3.0.1",
-  "type": "drupal-custom-module",
-  "license": "GPL-2.0-or-later",
-  "authors": [
-    {
-      "name": "Joachim Valdemar Yde",
-      "email": "joachim.git@cern.ch"
-    },
-    {
-      "name": "Konstantinos Platis",
-      "email": "konstantinos.platis@cern.ch"
+    "name": "drupal/cern-full-html-format",
+    "description": "Adds the CERN Full HTML text format on CKEditor",
+    "version": "3.0.2",
+    "type": "drupal-custom-module",
+    "license": "GPL-2.0-or-later",
+    "authors": [
+        {
+            "name": "Joachim Valdemar Yde",
+            "email": "joachim.git@cern.ch"
+        },
+        {
+            "name": "Konstantinos Platis",
+            "email": "konstantinos.platis@cern.ch"
+        }
+    ],
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "https://packages.drupal.org/8"
+        }
+    ],
+    "require": {
+        "drupal/colorbutton": "^1.5",
+        "drupal/ckeditor_font": "^2.0@beta",
+        "drupal/panelbutton": "^1.5"
     }
-  ],
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    }
-  ],
-  "require": {
-    "drupal/colorbutton": "^1.2",
-    "drupal/ckeditor_font": "^1.1",
-    "drupal/panelbutton": "^1.3"
-  }
-}
+}
\ No newline at end of file
-- 
GitLab