Skip to content

Commit 96a78ec

Browse files
committed
build: release 3.18.0
1 parent 5cb1e42 commit 96a78ec

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.17.1"
2+
".": "3.18.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
## [3.18.0](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v3.17.1...v3.18.0) (2026-07-16)
6+
7+
8+
### Features
9+
10+
* **config:** ✨ ⚙️ accept any theme as the default theme ([4b597b2](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/4b597b263bf507af8152eb439e5ba017e4284f21))
11+
* **header:** ✨ allow positioning the site header at the top on mobile ([ebfd544](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/ebfd5444d4b836593317c273971db9ad5eecb2d6))
12+
* **preferences:** ✨ offer Black as a theme in the preferences panel (preview) ([391988e](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/391988ef6df45b0f148770f48ad6af41f4821952))
13+
* **preferences:** ✨ redesign the theme picker (preview) ([#1654](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1654)) ([d3295af](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/d3295af66f94dd70b963fc7dc9b9b3daf98bae9b))
14+
* **preview:** ✨ replace the experimental token switch with a version-scoped preview channel ([#1617](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1617)) ([a80d552](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/a80d552ab5581d9863d3e584f8a64908fe89a4d0))
15+
* **tokens:** ✨ add the Black theme (preview) ([4ca7c18](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/4ca7c186b73df22b46b208fd78d8a8dff8173967))
16+
17+
18+
### Bug Fixes
19+
20+
* **Cite:** 🐛 correct code element font styles in cite ([03e1340](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/03e1340a91bebad3cc0fd51232b94156c79aa5ab))
21+
* **CookieWarning:** 🐛 keep the banner clear of the site header on mobile ([281b78d](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/281b78da33ae507eff9d13e9cf0117ac04171daa))
22+
* **header:** 🐛 match the mobile header glass to the header surface color ([5cb1e42](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/5cb1e427bb76287ea3ec7e83174e25df4adf9efa))
23+
* **notifications:** 🐛 show notifications when the interface language is invalid ([c7acba9](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/c7acba9fde7e08ca654bb1fa39b8de6318565736)), closes [#1638](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1638)
24+
* **scripts:** 🐛 keep the skin working when the interface language is invalid ([124e1a8](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/124e1a877ba584fd18ff6c5e0629b3d490ccf662)), closes [#1638](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1638)
25+
* **tokens:** 🐛 add light mode icon background colors to the new tokens (preview) ([859001f](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/859001f2493b4c3b69cf0f0e02ef97ae56e3dcf5))
26+
527
## [3.17.1](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v3.17.0...v3.17.1) (2026-06-23)
628

729

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"overrides": {
5050
"eslint-plugin-mediawiki": "0.8.2"
5151
},
52-
"version": "3.17.1"
52+
"version": "3.18.0"
5353
}

skin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Citizen",
3-
"version": "3.17.1",
3+
"version": "3.18.0",
44
"author": [
55
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
66
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]",

0 commit comments

Comments
 (0)