Skip to content

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leshak committed Mar 27, 2024
1 parent a8ca1c3 commit 720ea50
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
3 changes: 0 additions & 3 deletions demo/_app/immutable/chunks/entry.DHc51y0L.js

This file was deleted.

3 changes: 3 additions & 0 deletions demo/_app/immutable/chunks/entry.DOIsx5Fw.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion demo/_app/immutable/entry/start.C8QhbhWN.js

This file was deleted.

1 change: 1 addition & 0 deletions demo/_app/immutable/entry/start.uA_cLJbZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.DOIsx5Fw.js";export{t as start};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1711527281041"}
{"version":"1711527622845"}
12 changes: 6 additions & 6 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
<link rel="icon" href="/svelte-icons-pack/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/start.C8QhbhWN.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/entry.DHc51y0L.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/start.uA_cLJbZ.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/entry.DOIsx5Fw.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/scheduler.CV3NVII-.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/app.B2Maaa7O.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/app.DtyhFKdK.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/index.YavFKr6a.js">
</head>
<body data-sveltekit-preload-data="hover">
<div>
<script>
{
__sveltekit_1l24265 = {
__sveltekit_hvoezg = {
base: "/svelte-icons-pack",
assets: "/svelte-icons-pack"
};

const element = document.currentScript.parentElement;

Promise.all([
import("/svelte-icons-pack/_app/immutable/entry/start.C8QhbhWN.js"),
import("/svelte-icons-pack/_app/immutable/entry/app.B2Maaa7O.js")
import("/svelte-icons-pack/_app/immutable/entry/start.uA_cLJbZ.js"),
import("/svelte-icons-pack/_app/immutable/entry/app.DtyhFKdK.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-icons-pack",
"version": "3.0.6",
"version": "3.0.7",
"description": "Svg icons as Svelte components with props",
"license": "MIT",
"svelte": "./dist/index.js",
Expand Down

0 comments on commit 720ea50

Please sign in to comment.