mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
chore(release): 🚀 2.4.0
This commit is contained in:
parent
1d10b669a6
commit
5ed6a5fb11
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
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.4.0](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v2.3.6...v2.4.0) (2023-02-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **RelatedArticles:** ✨ tweak RA card color ([8659eab](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/8659eab29608a778bc99020be5b31d09799d192d))
|
||||
* **VisualEditor:** ✨ update VisualEditor styles ([1d10b66](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/1d10b669a66a5a97b32ddfe14a9c408cdf105794))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** 🐛 incorrect sticky header rendering on changelist ([78f79e8](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/78f79e8529bbd10525aec9da9590877c90e63063)), closes [#575](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/575)
|
||||
* **RelatedArtcles:** 🐛 add min-height so that RA cards will render ([5bf0147](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/5bf0147499872d7676ac69223bba72dad06b2d35))
|
||||
|
||||
### [2.3.6](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v2.3.5...v2.3.6) (2023-01-27)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "mediawiki-skins-Citizen",
|
||||
"version": "2.3.6",
|
||||
"version": "2.4.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "2.3.6",
|
||||
"version": "2.4.0",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.4.2",
|
||||
"@commitlint/config-conventional": "^17.4.2",
|
||||
|
|
|
@ -30,5 +30,5 @@
|
|||
"stylelint-config-wikimedia": "0.13.1",
|
||||
"svgo": "3.0.2"
|
||||
},
|
||||
"version": "2.3.6"
|
||||
"version": "2.4.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue