From 8883326d8483593c8b4e128d88261087a8dba976 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Wed, 12 Jun 2024 13:03:31 -0400 Subject: [PATCH] build: release 2.17.2 (#873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: release 2.17.2 * ci: 👷 lint code to MediaWiki standards Check commit and GitHub actions for more details --------- Co-authored-by: github-actions --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- skin.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 175212fc6..c91885e5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.17.1" + ".": "2.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aeaab2700..14386db23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.17.2](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v2.17.1...v2.17.2) (2024-06-12) + + +### Bug Fixes + +* **overflow:** 🐛 allow to click through the nav element ([dd89dab](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/dd89daba3979f6840836571f1db3831488b6eca9)) +* **pagetools:** 🐛 attach menu to the page actions bar instead of the button ([feae1e6](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/feae1e6ad35465de0ee1037e4d07a855cdfaf04d)) +* **toc:** 🐛 ToC should have a higher z-index than page actions in smaller viewport ([089a329](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/089a329da91294fe5ea4f0ab8b5b4e57dad4fef6)) + ## [2.17.1](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v2.17.0...v2.17.1) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index 460da7431..7148feb83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Citizen", - "version": "2.17.1", + "version": "2.17.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Citizen", - "version": "2.17.1", + "version": "2.17.2", "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", diff --git a/package.json b/package.json index e85538c4e..06f23b948 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "stylelint-config-wikimedia": "0.17.2", "stylelint-order": "^6.0.3" }, - "version": "2.17.1" + "version": "2.17.2" } diff --git a/skin.json b/skin.json index a56288270..08b65d5c5 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,6 @@ { "name": "Citizen", - "version": "2.17.1", + "version": "2.17.2", "author": [ "[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]", "[https://www.mediawiki.org/wiki/User:Octfx Octfx]",