mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Bump version for first beta release :D
This commit is contained in:
parent
b35e3067e7
commit
7d08fc6627
7 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
|
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
|
||||||
|
|
||||||
|
|
||||||
## v0.20-dev
|
## v0.20-beta1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added automatic dark mode to default theme using [`prefers-color-scheme`](https://starbeamrainbowlabs.com/blog/article.php?article=posts%2F353-prefers-color-scheme.html)
|
- Added automatic dark mode to default theme using [`prefers-color-scheme`](https://starbeamrainbowlabs.com/blog/article.php?article=posts%2F353-prefers-color-scheme.html)
|
||||||
|
|
|
@ -36,7 +36,7 @@ Here's a list of things that I want to add at some point (please feel free to [s
|
||||||
- I'm happy to help out if you need help with Pepperminty Wiki itself (e.g. making it more machine-readable (#138))
|
- I'm happy to help out if you need help with Pepperminty Wiki itself (e.g. making it more machine-readable (#138))
|
||||||
- Message on Gitter (see above), or open an issue on this repository.
|
- Message on Gitter (see above), or open an issue on this repository.
|
||||||
- User watchlists
|
- User watchlists
|
||||||
- Theme gallery (#5 - coming soon in v0.20!)
|
- ~~Theme gallery (#5 - coming soon in v0.20!)~~ done, as of v0.20-beta1
|
||||||
- (See more on the [issue tracker](https://github.com/sbrl/Pepperminty-Wiki/issues)!)
|
- (See more on the [issue tracker](https://github.com/sbrl/Pepperminty-Wiki/issues)!)
|
||||||
- ...?
|
- ...?
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.19.2",
|
"version": "0.19.4",
|
||||||
"description": "A wiki in a box. This is the API documentation.",
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
"title": "Pepperminty Wiki (0.13-dev)"
|
"title": "Pepperminty Wiki (0.13-dev)"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,11 @@ The following things need to be done to prepare for a release:
|
||||||
- Check the changelog
|
- Check the changelog
|
||||||
- Make sure that the README is up to date
|
- Make sure that the README is up to date
|
||||||
- Make sure that Pepperminty Wiki actually works
|
- Make sure that Pepperminty Wiki actually works
|
||||||
- Make suure that the [downloader actually works](https://github.com/sbrl/Pepperminty-Wiki/releases/tag/v0.19.1-hotfix1)
|
- Make sure that the [downloader actually works](https://github.com/sbrl/Pepperminty-Wiki/releases/tag/v0.19.1-hotfix1)
|
||||||
- Bump the version:
|
- Bump the version:
|
||||||
- In the `version` file
|
- In the `version` file
|
||||||
- In the changelog
|
- In the changelog
|
||||||
- In `apidoc.json` (TODO: Automate this?)
|
- In `apidoc.json` (TODO: Automate this?)
|
||||||
- In the README.md (TODO: Automate this?)
|
|
||||||
- In `package.json` (TODO: Automate this?)
|
- In `package.json` (TODO: Automate this?)
|
||||||
- (Stable releases only):
|
- (Stable releases only):
|
||||||
- Pull down changes to update [online downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php)
|
- Pull down changes to update [online downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php)
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.19.0",
|
"version": "0.20.0-beta1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.19.2",
|
"version": "0.20.0-beta1",
|
||||||
"description": "A wiki in a box",
|
"description": "A wiki in a box",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
v0.20-dev
|
v0.20-beta1
|
||||||
|
|
Loading…
Reference in a new issue