Skip to content

Commit

Permalink
Bump libertine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Dec 9, 2024
1 parent 767f01b commit f1a2b0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,20 @@ <h2><a href="#installation" id="installation"></a>Installation</h2>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/libertine@6.0.0/libertine.css&quot; /&gt;
href=&quot;https://esm.sh/jsr/@celine/libertine@8.0.0/libertine.css&quot; /&gt;
</pre>

<!-- <script type="module" id="libertine-import">
celine.cell("libertine-import", async () => {
const response = await fetch("https://npm.jsr.io/@jsr/celine__libertine");
const data = await response.json();
const latestVersion = data["dist-tags"].latest;
return htl.html`<pre class="echo" style="margin-bottom: 1ch;">&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/libertine@${latestVersion}/libertine.css&quot; /&gt;</pre>`;
});
</script> -->

<h2><a href="#demo" id="demo"></a>Demo: Observable Plot + SQLite</h2>

<p><i>Try removing a <code>0</code> from the <code>WHERE</code> condition, then click away from the <code>&lt;script&gt;</code> to <abbr title="lose focus">blur</abbr> and reevaluate.</i></p>
Expand Down
4 changes: 2 additions & 2 deletions libertine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1>@celine/libertine</h1>
<th>JSR</th>
<td class="width-auto"><a href="https://jsr.io/@celine/libertine">jsr.io/<wbr>@celine/<wbr>libertine</a> + <a href="https://jsr.io/@celine/libertine/doc">/docs</a></td>
<th>Version</th>
<td class="width-min"><a href="https://jsr.io/@celine/libertine/versions" id="version">0.2.0</a>, <time id="updated">Nov 29 2024</time></td>
<td class="width-min"><a href="https://jsr.io/@celine/libertine/versions" id="version">8.0.0</a>, <time id="updated">Nov 29 2024</time></td>
</tr>
<script type="module">
fetch("https://npm.jsr.io/@jsr/celine__libertine")
Expand All @@ -106,7 +106,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/libertine@7.0.0/libertine.css&quot; /&gt;
href=&quot;https://esm.sh/jsr/@celine/libertine@8.0.0/libertine.css&quot; /&gt;
</pre>

<h2><a href="#fonts" id="fonts"></a>Fonts</h2>
Expand Down

0 comments on commit f1a2b0d

Please sign in to comment.