From e9b0892f1902d2baa53c99dffc5feafa8ae2b2d5 Mon Sep 17 00:00:00 2001 From: Trevor the Bot <trevor.the.bot@cern.ch> Date: Thu, 26 Oct 2023 16:44:25 +0200 Subject: [PATCH] Trevor: Update dependencies --- CHANGELOG.md | 4 ++++ adminimal_subtheme.info.yml | 32 ++++++++++++------------- composer.json | 48 ++++++++++++++++++------------------- 3 files changed, 43 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0584f..3aca081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.1] - 26/10/2023 + +- Updated `adminimal_theme` to version `^1.7`. + ## [3.0.0] - 08/11/2022 - PHP 8.1 compatibility. diff --git a/adminimal_subtheme.info.yml b/adminimal_subtheme.info.yml index e5dfdc7..042a219 100755 --- a/adminimal_subtheme.info.yml +++ b/adminimal_subtheme.info.yml @@ -1,23 +1,21 @@ -name: Adminimal subtheme -type: theme -description: "Overrides the Adminimal subtheme" -core_version_requirement: ^9 || ^10 base theme: adminimal_theme -version: 3.0.0 - +core_version_requirement: ^9 || ^10 +description: Overrides the Adminimal subtheme libraries: - - adminimal_subtheme/global-styling - +- adminimal_subtheme/global-styling +name: Adminimal subtheme regions: - header: "Header" - pre_content: "Pre-content" breadcrumb: Breadcrumb - highlighted: Highlighted - help: Help content: Content - page_top: "Page top" - page_bottom: "Page bottom" - sidebar_first: "First sidebar" - hidden: "Hidden blocks" + header: Header + help: Help + hidden: Hidden blocks + highlighted: Highlighted + page_bottom: Page bottom + page_top: Page top + pre_content: Pre-content + sidebar_first: First sidebar regions_hidden: - - sidebar_first +- sidebar_first +type: theme +version: 3.0.1 diff --git a/composer.json b/composer.json index dd52387..ae7ce3e 100644 --- a/composer.json +++ b/composer.json @@ -1,26 +1,26 @@ { - "name": "drupal/cern-adminimal-subtheme", - "description": "Applies overrides on the adminimal theme", - "version": "3.0.0", - "type": "drupal-custom-theme", - "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-adminimal-subtheme", + "description": "Applies overrides on the adminimal theme", + "version": "3.0.1", + "type": "drupal-custom-theme", + "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/adminimal_theme": "^1.7" } - ], - "repositories": [ - { - "type": "composer", - "url": "https://packages.drupal.org/8" - } - ], - "require": { - "drupal/adminimal_theme": "^1.6" - } -} +} \ No newline at end of file -- GitLab