4 Commits
0.1.1 ... 0.1.3

Author SHA1 Message Date
c34f45ca6f 🚀RELEASE 0.1.3
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-18 18:10:18 +02:00
b160ab04b8 Tmp fix for the build fail, for more info see: https://github.com/sveltejs/kit/issues/2230 2021-08-18 18:10:00 +02:00
c5874e16c6 🚀RELEASE 0.1.2
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-18 18:02:34 +02:00
d9134f6de2 Added fix for custom basepath 2021-08-18 18:02:14 +02:00
4 changed files with 25 additions and 7 deletions

View File

@@ -2,8 +2,23 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [0.1.3](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.2...0.1.3)
- Tmp fix for the build fail, for more info see: https://github.com/sveltejs/kit/issues/2230 [`b160ab0`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/b160ab04b8324daa6389c947356bc58c865059aa)
#### [0.1.2](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.1...0.1.2)
> 18 August 2021
- 🚀RELEASE 0.1.2 [`c5874e1`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/c5874e16c60030361aedf8b7f8437a4410276f38)
- Added fix for custom basepath [`d9134f6`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/d9134f6de2f5587a57f69ad06e828d184c3480a2)
#### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1) #### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1)
> 18 August 2021
- 🚀RELEASE 0.1.1 [`db5c530`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/db5c530477f9584c77d087c3dea3c3f9156b4773)
#### 0.1.0 #### 0.1.0
> 18 August 2021 > 18 August 2021

View File

@@ -1,6 +1,6 @@
{ {
"name": "@odit/linkylinky-dashboard", "name": "@odit/linkylinky-dashboard",
"version": "0.1.1", "version": "0.1.3",
"scripts": { "scripts": {
"dev": "svelte-kit dev", "dev": "svelte-kit dev",
"build": "svelte-kit build", "build": "svelte-kit build",
@@ -10,7 +10,7 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ." "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/kit": "next", "@sveltejs/kit": "1.0.0-next.147",
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",
"cssnano": "^5.0.6", "cssnano": "^5.0.6",
"eslint": "^7.22.0", "eslint": "^7.22.0",

View File

@@ -9,7 +9,10 @@ const config = {
adapter: staticAdapter(), adapter: staticAdapter(),
files: { files: {
assets: 'static' assets: 'static'
} },
paths: {
base: '/dashboard',
},
}, },
preprocess: [ preprocess: [

View File

@@ -209,10 +209,10 @@
resolved "https://registry.yarnpkg.com/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.16.tgz#656c90666edd730ccc9bfb89e3f7ece56e7ac7c8" resolved "https://registry.yarnpkg.com/@sveltejs/adapter-static/-/adapter-static-1.0.0-next.16.tgz#656c90666edd730ccc9bfb89e3f7ece56e7ac7c8"
integrity sha512-xGFcg+GHF0BL1fyWx2vCzlYj4S4R+Od9cF00soo1TVp/scGOi1G9grSYYW4x5H+iDn1sscoJ65OGBGWIcOgrXg== integrity sha512-xGFcg+GHF0BL1fyWx2vCzlYj4S4R+Od9cF00soo1TVp/scGOi1G9grSYYW4x5H+iDn1sscoJ65OGBGWIcOgrXg==
"@sveltejs/kit@next": "@sveltejs/kit@1.0.0-next.147":
version "1.0.0-next.151" version "1.0.0-next.147"
resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.151.tgz#6cd086e0f73c40de1ed9625a69af0e2f2773749c" resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.147.tgz#1dad06fd7f4365405beebdcd12b410a52c3a03b0"
integrity sha512-dioqHt4XxqiZ+5dEL6hFG1fBuVMc5t9l9bmvUeJX6neyut432IcVLdl4t3utmD10Lu8fbybJPRkHy1PVAbHWwQ== integrity sha512-rAABsKlC1K/B4VfqT2SaVO29t+OV8deseSJ9l+hV7j9zkswTwiJ7h37tZ5SfnvMgCHemcNjXg8Gzg+0U1MCfEA==
dependencies: dependencies:
"@sveltejs/vite-plugin-svelte" "^1.0.0-next.16" "@sveltejs/vite-plugin-svelte" "^1.0.0-next.16"
cheap-watch "^1.0.3" cheap-watch "^1.0.3"