Skip to content

Commit 36959e6

Browse files
committed
build: release 3.10.0
1 parent bb82009 commit 36959e6

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.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.9.0"
2+
".": "3.10.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.10.0](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v3.9.0...v3.10.0) (2025-10-28)
6+
7+
8+
### Features
9+
10+
* **core:** ✨ allow CSS keyword transition by default ([0561ad1](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/0561ad1792e83238f50f1318154823ef9d7e52e1))
11+
* **typography:** ✨ apply more monospace font ([504f36b](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/504f36bae3144da1564ed4d25e9a0e1523dbc8c9))
12+
13+
14+
### Bug Fixes
15+
16+
* **mixins:** 🐛 fix unknown custom properties in hsl mode ([#1172](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1172)) ([6d2586e](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/6d2586e65255ffcb32accde2cb0d99a9c5a493d0))
17+
* **OOUI:** 🐛 use fixed font size for some UI of VisualEditor and DiscussionTools ([bb82009](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/bb820098821eb390b59f1103e74e84a81d3afc17))
18+
* **pageActions:** 🐛 prevent flickering of page actions when header is hidden ([8b2c0cd](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/8b2c0cd0f3d225085c3875838587fad59cc19d66))
19+
* **skinning:** 🐛 fix image padding regression ([d014d9b](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/d014d9bb6c227f62adc46a41fddf3cd2093b6667)), closes [#1168](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1168)
20+
521
## [3.9.0](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v3.8.0...v3.9.0) (2025-10-17)
622

723

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
@@ -29,5 +29,5 @@
2929
"types-mediawiki": "2.0.0",
3030
"vue": "3.4.27"
3131
},
32-
"version": "3.9.0"
32+
"version": "3.10.0"
3333
}

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.9.0",
3+
"version": "3.10.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)