mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-06 12:47:49 +00:00
[Release] 0.3.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,7 +1,6 @@
|
|||||||
# v0.2.2 (February 11, 2023)
|
# v0.3.0 (February 11, 2023)
|
||||||
|
|
||||||
- Fix: Docs
|
- ix: HTML Regex
|
||||||
- New: `/examples` folder
|
|
||||||
|
|
||||||
<!-- all-shields/sponsors-badges:START -->
|
<!-- all-shields/sponsors-badges:START -->
|
||||||
|
|
||||||
@@ -9,6 +8,11 @@
|
|||||||
|
|
||||||
<!-- all-shields/sponsors-badges:END -->
|
<!-- all-shields/sponsors-badges:END -->
|
||||||
|
|
||||||
|
# v0.2.2 (February 11, 2023)
|
||||||
|
|
||||||
|
- Fix: Docs
|
||||||
|
- New: `/examples` folder
|
||||||
|
|
||||||
# v0.2.1 (February 11, 2023)
|
# v0.2.1 (February 11, 2023)
|
||||||
|
|
||||||
- New Options: `viewport`
|
- New Options: `viewport`
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<!-- all-shields/header-badges:START -->
|
<!-- all-shields/header-badges:START -->
|
||||||
|
|
||||||
[](https://github.com/ptkdev/sveltekit-electron-adapter/blob/main/CHANGELOG.md) [](https://www.npmjs.com/package/@ptkdev/sveltekit-electron-adapter) [](https://github.com/ptkdev/sveltekit-electron-adapter/blob/main/LICENSE.md) [](https://www.typescriptlang.org/) [](https://kit.svelte.dev/) [](https://github.com/tc39/ecma262) [](https://discord.ptkdev.io)
|
[](https://github.com/ptkdev/sveltekit-electron-adapter/blob/main/CHANGELOG.md) [](https://www.npmjs.com/package/@ptkdev/sveltekit-electron-adapter) [](https://github.com/ptkdev/sveltekit-electron-adapter/blob/main/LICENSE.md) [](https://www.typescriptlang.org/) [](https://kit.svelte.dev/) [](https://github.com/tc39/ecma262) [](https://discord.ptkdev.io)
|
||||||
|
|
||||||
<!-- all-shields/header-badges:END -->
|
<!-- all-shields/header-badges:END -->
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@ptkdev/sveltekit-electron-adapter",
|
"name": "@ptkdev/sveltekit-electron-adapter",
|
||||||
"version": "0.2.1-nightly.0",
|
"version": "0.3.0-nightly.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ptkdev/sveltekit-electron-adapter",
|
"name": "@ptkdev/sveltekit-electron-adapter",
|
||||||
"version": "0.2.1-nightly.0",
|
"version": "0.3.0-nightly.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"replace-in-file": "^6.3.5",
|
"replace-in-file": "^6.3.5",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@ptkdev/sveltekit-electron-adapter",
|
"name": "@ptkdev/sveltekit-electron-adapter",
|
||||||
"displayName": "SvelteKit Adapter for Desktop Apps with Electron",
|
"displayName": "SvelteKit Adapter for Desktop Apps with Electron",
|
||||||
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files for use with Electron",
|
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files for use with Electron",
|
||||||
"version": "0.2.3-nightly.0",
|
"version": "0.3.0-nightly.0",
|
||||||
"main": "./app/adapter/index.js",
|
"main": "./app/adapter/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
Reference in New Issue
Block a user