Skip to content

Commit

Permalink
deploy: 6bc56b8
Browse files Browse the repository at this point in the history
  • Loading branch information
zonia3000 committed Jan 7, 2025
1 parent 43a0675 commit d2be162
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 17 deletions.
4 changes: 2 additions & 2 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div data-md-component="skip">


<a href="#unreleased" class="md-skip">
<a href="#1140" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -554,7 +554,7 @@


<p><em>Note: Numbers like (#123) point to closed Pull Requests on the fractal-web repository.</em></p>
<h1 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">&para;</a></h1>
<h1 id="1140">1.14.0<a class="headerlink" href="#1140" title="Permanent link">&para;</a></h1>
<ul>
<li>Removed legacy version support (#684);<ul>
<li>Removed the environment variables <code>FRACTAL_API_V1_MODE</code> and <code>TEST_VERSION</code>;</li>
Expand Down
3 changes: 3 additions & 0 deletions sandbox/_app/immutable/chunks/entry.BNHbGSt3.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions sandbox/_app/immutable/chunks/entry.DjcKRaL2.js

This file was deleted.

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

1 change: 1 addition & 0 deletions sandbox/_app/immutable/entry/start.B5ULv5RW.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.BNHbGSt3.js";export{t as start};
1 change: 0 additions & 1 deletion sandbox/_app/immutable/entry/start.lCyFqa5h.js

This file was deleted.

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

2 changes: 1 addition & 1 deletion sandbox/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1736258238257"}
{"version":"1736258558979"}
12 changes: 6 additions & 6 deletions sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link rel="icon" href="/fractal-web/sandbox/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/entry/start.lCyFqa5h.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/chunks/entry.DjcKRaL2.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/entry/start.B5ULv5RW.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/chunks/entry.BNHbGSt3.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/chunks/scheduler.iSOZDcen.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/entry/app.C_RchqEl.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/entry/app.BxEDUYCn.js">
<link rel="modulepreload" href="/fractal-web/sandbox/_app/immutable/chunks/index.DpHn5gGv.js">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
Expand All @@ -22,16 +22,16 @@
<div>
<script>
{
__sveltekit_16vq9rk = {
__sveltekit_vkgsk6 = {
base: "/fractal-web/sandbox",
assets: "/fractal-web/sandbox"
};

const element = document.currentScript.parentElement;

Promise.all([
import("/fractal-web/sandbox/_app/immutable/entry/start.lCyFqa5h.js"),
import("/fractal-web/sandbox/_app/immutable/entry/app.C_RchqEl.js")
import("/fractal-web/sandbox/_app/immutable/entry/start.B5ULv5RW.js"),
import("/fractal-web/sandbox/_app/immutable/entry/app.BxEDUYCn.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions version-compatibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ <h1 id="version-compatibility">Version Compatibility<a class="headerlink" href="
</thead>
<tbody>
<tr>
<td>1.14.0</td>
<td>2.10.1</td>
</tr>
<tr>
<td>1.13.1</td>
<td>2.10.1</td>
</tr>
Expand Down

0 comments on commit d2be162

Please sign in to comment.