mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-30 17:14:50 +00:00
chore(release): 🚀 2.0.0-alpha.0
This commit is contained in:
parent
9270152d7f
commit
acfb89640b
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
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.
|
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.0.0-alpha.0](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v1.17.9...v2.0.0-alpha.0) (2022-09-30)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **core:** redesign site header ([#521](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/521)) ([6de95d4](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/commit/6de95d4fec06ec7da8c0249f4c18acbec71d31cb))
|
||||||
|
|
||||||
### [1.17.9](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v1.17.8...v1.17.9) (2022-09-28)
|
### [1.17.9](https://github.com/StarCitizenTools/mediawiki-skins-Citizen/compare/v1.17.8...v1.17.9) (2022-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "mediawiki-skins-Citizen",
|
"name": "mediawiki-skins-Citizen",
|
||||||
"version": "1.17.9",
|
"version": "2.0.0-alpha.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.17.9",
|
"version": "2.0.0-alpha.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.1.2",
|
"@commitlint/cli": "^17.1.2",
|
||||||
"@commitlint/config-conventional": "^17.1.0",
|
"@commitlint/config-conventional": "^17.1.0",
|
||||||
|
|
|
@ -30,5 +30,5 @@
|
||||||
"stylelint-config-wikimedia": "0.13.1",
|
"stylelint-config-wikimedia": "0.13.1",
|
||||||
"svgo": "2.8.0"
|
"svgo": "2.8.0"
|
||||||
},
|
},
|
||||||
"version": "1.17.9"
|
"version": "2.0.0-alpha.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Citizen",
|
"name": "Citizen",
|
||||||
"version": "1.17.9",
|
"version": "2.0.0-alpha.0",
|
||||||
"author": [
|
"author": [
|
||||||
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
||||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]",
|
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]",
|
||||||
|
|
Loading…
Reference in a new issue