Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3e2c3da

Browse files
committed
v0.3.0-alpha.16
1 parent 733cd91 commit 3e2c3da

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

compiler/dist/wasm-checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const checksum = "5326c532a40ed36751b42c6bb2daba66ef823d14";
1+
export const checksum = "bae39f33ad237b7245109d32846fdde337c90cbc";

compiler/dist/wasm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hello-world/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default function Home() {
1111
<div className="page">
1212
<head>
1313
<title>Hello World - Aleph.js</title>
14+
<link rel="stylesheet" href="https://esm.sh/tailwindcss/dist/tailwind.min.css" />
1415
<link rel="stylesheet" href="../style/index.css" />
1516
</head>
1617
<p className="logo"><Logo /></p>

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"aleph": "https://deno.land/x/[email protected].15/mod.ts",
4-
"aleph/": "https://deno.land/x/[email protected].15/",
3+
"aleph": "https://deno.land/x/[email protected].16/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].16/",
55
"react": "https://esm.sh/[email protected]",
66
"react-dom": "https://esm.sh/[email protected]"
77
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.0-alpha.15'
1+
export const VERSION = '0.3.0-alpha.16'

0 commit comments

Comments
 (0)