Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leshak committed Mar 27, 2024
1 parent ee0d5f3 commit 47344bb
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.

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: 1 addition & 0 deletions demo/_app/immutable/entry/start.Buewl89n.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.CIininxt.js";export{t as start};
1 change: 0 additions & 1 deletion demo/_app/immutable/entry/start.D49ptWsY.js

This file was deleted.

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":"1711532762872"}
{"version":"1711533247104"}
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.D49ptWsY.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/entry.DvfjhDO3.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/start.Buewl89n.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/entry.CIininxt.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.BwAom_rt.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/entry/app.BO_FoyRq.js">
<link rel="modulepreload" href="/svelte-icons-pack/_app/immutable/chunks/index.YavFKr6a.js">
</head>
<body data-sveltekit-preload-data="hover">
<div>
<script>
{
__sveltekit_1f38ym1 = {
__sveltekit_1jc02oi = {
base: "/svelte-icons-pack",
assets: "/svelte-icons-pack"
};

const element = document.currentScript.parentElement;

Promise.all([
import("/svelte-icons-pack/_app/immutable/entry/start.D49ptWsY.js"),
import("/svelte-icons-pack/_app/immutable/entry/app.BwAom_rt.js")
import("/svelte-icons-pack/_app/immutable/entry/start.Buewl89n.js"),
import("/svelte-icons-pack/_app/immutable/entry/app.BO_FoyRq.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.1.1",
"version": "3.1.2",
"description": "Svg icons as Svelte components with props",
"license": "MIT",
"svelte": "./dist/index.js",
Expand Down

0 comments on commit 47344bb

Please sign in to comment.