Skip to content

Commit

Permalink
v0.3.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 26, 2021
1 parent 733cd91 commit 3e2c3da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compiler/dist/wasm-checksum.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const checksum = "5326c532a40ed36751b42c6bb2daba66ef823d14";
export const checksum = "bae39f33ad237b7245109d32846fdde337c90cbc";
2 changes: 1 addition & 1 deletion compiler/dist/wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/hello-world/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function Home() {
<div className="page">
<head>
<title>Hello World - Aleph.js</title>
<link rel="stylesheet" href="https://esm.sh/tailwindcss/dist/tailwind.min.css" />
<link rel="stylesheet" href="../style/index.css" />
</head>
<p className="logo"><Logo /></p>
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"aleph": "https://deno.land/x/[email protected].15/mod.ts",
"aleph/": "https://deno.land/x/[email protected].15/",
"aleph": "https://deno.land/x/[email protected].16/mod.ts",
"aleph/": "https://deno.land/x/[email protected].16/",
"react": "https://esm.sh/[email protected]",
"react-dom": "https://esm.sh/[email protected]"
}
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.3.0-alpha.15'
export const VERSION = '0.3.0-alpha.16'

0 comments on commit 3e2c3da

Please sign in to comment.