Update some more stuff, bump all the versions.

This commit is contained in:
Bauke 2020-08-06 14:57:49 +02:00
parent b8bd49ff94
commit 6fecde1cdf
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
8 changed files with 33 additions and 16 deletions

View File

@ -2,6 +2,8 @@
This document mainly exists so I ([Bauke](https://bauke.xyz)) remember how to go about publishing Love since it's a little complicated for certain platforms.
To update the version of a theme, use `yarn versioning`.
## Published to platforms
The following sections assume you have previously published a version, but are starting from a completely fresh repository.

View File

@ -1,8 +1,8 @@
{
"atom": "0.1.2",
"firefox": "0.1.0",
"kitty": "0.1.0",
"sublime-text": "0.1.0",
"tauon": "0.2.0",
"vscode": "0.1.1"
"atom": "0.1.3",
"firefox": "0.1.1",
"kitty": "0.1.1",
"sublime-text": "0.1.1",
"tauon": "0.2.1",
"vscode": "0.1.2"
}

View File

@ -18,6 +18,7 @@
"watch:atom": "chokidar 'source/atom/*.less' 'source/atom/ui-template/*.less' -c 'yarn build:atom'",
"watch:vscode": "chokidar 'source/vscode/themes/love-template.color-theme.json' -c 'yarn build:vscode'",
"copy-themes": "cp 'source/kitty/love-kitty.zip' 'public/' && cp 'source/sublime-text/Love.sublime-package' 'public/' && cp 'source/tauon/love-tauon.zip' 'public/'",
"versioning": "ts-node 'source/scripts/version.ts'",
"test": "xo && stylelint 'source/pages/scss/**'",
"deploy": "rm -rf 'public/' && yarn build && yarn deploy:netlify",
"deploy:netlify": "netlify deploy --prod --dir 'public/' -s 255a4cea-e3fe-4e0f-8450-b8c4ce46f7a0"

View File

@ -1,7 +1,7 @@
{
"name": "love",
"description": "A color scheme for you to love. ♡",
"version": "0.1.2",
"version": "0.1.3",
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://git.holllo.cc/Holllo/love",

View File

@ -91,7 +91,7 @@ export async function main(): Promise<void> {
JSON.stringify(versions, null, 2) + '\n'
);
if (['atom', 'sublime-text', 'vscode'].includes(selectedTheme)) {
if (['atom', 'vscode'].includes(selectedTheme)) {
const packageLocation: string = join(
__dirname,
`../${selectedTheme}/package.json`

21
source/vscode/LICENSE Normal file
View File

@ -0,0 +1,21 @@
The MIT License
Copyright (c) 2020 Holllo <helllo@holllo.cc>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,7 +0,0 @@
Copyright 2020 Holllo <helllo@holllo.cc>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,7 +1,7 @@
{
"name": "love",
"description": "A color scheme for you to love. ♡",
"version": "0.1.1",
"version": "0.1.2",
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://git.holllo.cc/Holllo/love",