diff --git a/.github/ISSUE_TEMPLATE/paid_support.md b/.github/ISSUE_TEMPLATE/paid_support.md new file mode 100755 index 0000000..9777423 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/paid_support.md @@ -0,0 +1,13 @@ +--- +name: 🎖 Paid support +about: If you need paid support with hight priority donate correct tier on github.com/sponsors/ptkdev or patreon.com/join/ptkdev and send email to support@ptkdev.io +--- + +## PAID SUPPORT + +If you need paid support with hight priority donate correct tier on: + +- https://github.com/sponsors/ptkdev +- https://www.patreon.com/join/ptkdev + +Please send me an email (support@ptkdev.io) before donation, i try provide correct price quotation for your bug or new feature. diff --git a/.github/assets/social_twitter.png b/.github/assets/social_twitter.png new file mode 100644 index 0000000..2761487 Binary files /dev/null and b/.github/assets/social_twitter.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d38140..1dfe951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# v1.0.20210404 (April 04, 2021) +# v1.0.20210412 (April 12, 2021) -- Feature: Setup +- Fix: minor fix +- Fix: readme of issues @@ -8,6 +9,10 @@ +# v1.0.20210404 (April 04, 2021) + +- Feature: Setup + # v1.0.20210402 (April 02, 2021) - First release diff --git a/README.md b/README.md index 449666f..8740db7 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![v1.0.20210404](https://img.shields.io/badge/version-v1.0.20210404-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/svelte-electron-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/svelte-electron-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/LICENSE.md) [![Powered By Svelte](https://img.shields.io/badge/powered%20by-svelte-FF3C02.svg?style=flat&logo=svelte)](https://svelte.dev/) [![Powered By Electron](https://img.shields.io/badge/powered%20by-electron-9feaf9.svg?style=flat&logo=electron)](https://electronjs.org/) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io) +[![v1.0.20210412](https://img.shields.io/badge/version-v1.0.20210412-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/svelte-electron-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/svelte-electron-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/blob/main/LICENSE.md) [![Powered By Svelte](https://img.shields.io/badge/powered%20by-svelte-FF3C02.svg?style=flat&logo=svelte)](https://svelte.dev/) [![Powered By Electron](https://img.shields.io/badge/powered%20by-electron-9feaf9.svg?style=flat&logo=electron)](https://electronjs.org/) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io) @@ -32,7 +32,9 @@ This is a [github template](https://github.blog/2019-06-06-generate-new-reposito - 👨‍💻 [Contributing](#-contributing) - 🐛 [Known Bugs](https://github.com/ptkdev-boilerplate/svelte-electron-boilerplate/issues?q=is%3Aopen+is%3Aissue+label%3Abug) - 🍻 Community: - - [Discord](http://discord.ptkdev.io) ([🇬🇧 English Channel](https://discord.gg/jqUSGPKdmA) | [🇮🇹 Italian Channel](https://discord.gg/SJFcbvG6RU) | [🇵🇱 Polish Channel](https://discord.gg/25vg4VFhb7)) + - Telegram ([🇬🇧 English](http://t.me/ptkdev_support) | [🇮🇹 Italian](http://t.me/ptkdev_support_italian)) + - [Discord](http://discord.ptkdev.io) ([🇬🇧 English](https://discord.gg/jqUSGPKdmA) | [🇮🇹 Italian](https://discord.gg/SJFcbvG6RU) | [🇵🇱 Polish](https://discord.gg/25vg4VFhb7)) + - [Twitter](http://twitter.com/ptkdevio) ## 💡 Features diff --git a/package-lock.json b/package-lock.json index e7a32d4..cff894e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ptkdev/svelte-electron-boilerplate", - "version": "1.0.20210404", + "version": "1.0.20210412", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ptkdev/svelte-electron-boilerplate", - "version": "1.0.20210404", + "version": "1.0.20210412", "license": "MIT", "dependencies": { "bulma": "^0.9.2", @@ -35,8 +35,8 @@ "electron-debug": "^3.2.0", "electron-devtools-installer": "^3.1.1", "electron-rebuild": "^2.3.5", - "eslint": "^7.23.0", - "eslint-plugin-jest": "^24.3.4", + "eslint": "^7.24.0", + "eslint-plugin-jest": "^24.3.5", "eslint-plugin-jsdoc": "^32.3.0", "eslint-plugin-svelte3": "^3.1.2", "husky": "^6.0.0", @@ -46,11 +46,11 @@ "node-sass": "^5.0.0", "nunjucks": "^3.2.3", "pm2": "^4.5.6", - "postcss": "^8.2.9", + "postcss": "^8.2.10", "postcss-load-config": "^3.0.1", "prettier": "^2.2.1", "replace-in-file": "^6.2.0", - "rollup": "^2.44.0", + "rollup": "^2.45.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", @@ -67,7 +67,7 @@ "ts-node": "^9.1.1", "tslib": "^2.2.0", "ttypescript": "^1.5.12", - "typescript": "^4.2.3", + "typescript": "^4.2.4", "typescript-transform-paths": "^2.2.3", "yargs": "^16.2.0" }, @@ -6517,9 +6517,9 @@ } }, "node_modules/eslint": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.23.0.tgz", - "integrity": "sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz", + "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==", "dev": true, "dependencies": { "@babel/code-frame": "7.12.11", @@ -6571,9 +6571,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "24.3.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.4.tgz", - "integrity": "sha512-3n5oY1+fictanuFkTWPwSlehugBTAgwLnYLFsCllzE3Pl1BwywHl5fL0HFxmMjoQY8xhUDk8uAWc3S4JOHGh3A==", + "version": "24.3.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz", + "integrity": "sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -13759,9 +13759,9 @@ } }, "node_modules/postcss": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz", - "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==", + "version": "8.2.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz", + "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==", "dev": true, "dependencies": { "colorette": "^1.2.2", @@ -14840,9 +14840,9 @@ } }, "node_modules/rollup": { - "version": "2.44.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.44.0.tgz", - "integrity": "sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==", + "version": "2.45.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.1.tgz", + "integrity": "sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -19384,9 +19384,9 @@ } }, "node_modules/typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -25623,9 +25623,9 @@ } }, "eslint": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.23.0.tgz", - "integrity": "sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz", + "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", @@ -25695,9 +25695,9 @@ } }, "eslint-plugin-jest": { - "version": "24.3.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.4.tgz", - "integrity": "sha512-3n5oY1+fictanuFkTWPwSlehugBTAgwLnYLFsCllzE3Pl1BwywHl5fL0HFxmMjoQY8xhUDk8uAWc3S4JOHGh3A==", + "version": "24.3.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz", + "integrity": "sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -31355,9 +31355,9 @@ "dev": true }, "postcss": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz", - "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==", + "version": "8.2.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz", + "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==", "dev": true, "requires": { "colorette": "^1.2.2", @@ -32204,9 +32204,9 @@ } }, "rollup": { - "version": "2.44.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.44.0.tgz", - "integrity": "sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==", + "version": "2.45.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.1.tgz", + "integrity": "sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag==", "dev": true, "requires": { "fsevents": "~2.3.1" @@ -35808,9 +35808,9 @@ } }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "typescript-transform-paths": { diff --git a/package.json b/package.json index fe9b339..84fa24c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ptkdev/svelte-electron-boilerplate", "displayName": "Svelte Electron Boilerplate", "description": "Create a desktop app with this friendly Svelte boilerplate for electron", - "version": "1.0.20210404", + "version": "1.0.20210412", "main": "dist/electron/electron/main.js", "publishConfig": { "access": "public" @@ -85,8 +85,8 @@ "electron-debug": "^3.2.0", "electron-devtools-installer": "^3.1.1", "electron-rebuild": "^2.3.5", - "eslint": "^7.23.0", - "eslint-plugin-jest": "^24.3.4", + "eslint": "^7.24.0", + "eslint-plugin-jest": "^24.3.5", "eslint-plugin-jsdoc": "^32.3.0", "eslint-plugin-svelte3": "^3.1.2", "husky": "^6.0.0", @@ -96,11 +96,11 @@ "node-sass": "^5.0.0", "nunjucks": "^3.2.3", "pm2": "^4.5.6", - "postcss": "^8.2.9", + "postcss": "^8.2.10", "postcss-load-config": "^3.0.1", "prettier": "^2.2.1", "replace-in-file": "^6.2.0", - "rollup": "^2.44.0", + "rollup": "^2.45.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", @@ -117,7 +117,7 @@ "ts-node": "^9.1.1", "tslib": "^2.2.0", "ttypescript": "^1.5.12", - "typescript": "^4.2.3", + "typescript": "^4.2.4", "typescript-transform-paths": "^2.2.3", "yargs": "^16.2.0" },