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

Commit b66b2ce

Browse files
committed
v0.3.0-alpha.30
1 parent 5210023 commit b66b2ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

import_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
33
"std/": "https://deno.land/std@0.93.0/",
4-
"aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.29/",
5-
"framework": "https://deno.land/x/aleph@v0.3.0-alpha.29/framework/core/mod.ts",
6-
"framework/react": "https://deno.land/x/aleph@v0.3.0-alpha.29/framework/react/mod.ts",
4+
"aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.30/",
5+
"framework": "https://deno.land/x/aleph@v0.3.0-alpha.30/framework/core/mod.ts",
6+
"framework/react": "https://deno.land/x/aleph@v0.3.0-alpha.30/framework/react/mod.ts",
77
"react": "https://esm.sh/react@17.0.2",
88
"react-dom": "https://esm.sh/react-dom@17.0.2",
99
"react-dom/server": "https://esm.sh/react-dom@17.0.2/server"

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.29'
1+
export const VERSION = '0.3.0-alpha.30'

0 commit comments

Comments
 (0)