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

Commit 374c939

Browse files
committed
v0.3.0-beta.2
1 parent 5525d62 commit 374c939

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

import_map.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"imports": {
3-
"aleph/": "https://deno.land/x/[email protected].1/",
4-
"aleph/web": "https://deno.land/x/[email protected].1/framework/core/mod.ts",
5-
"aleph/react": "https://deno.land/x/[email protected].1/framework/react/mod.ts",
3+
"aleph/": "https://deno.land/x/[email protected].2/",
4+
"aleph/web": "https://deno.land/x/[email protected].2/framework/core/mod.ts",
5+
"aleph/react": "https://deno.land/x/[email protected].2/framework/react/mod.ts",
66
"std/": "https://deno.land/[email protected]/",
77
"react": "https://esm.sh/[email protected]",
88
"react-dom": "https://esm.sh/[email protected]",
9-
"aleph/types": "https://deno.land/x/[email protected].1/types.d.ts"
9+
"aleph/types": "https://deno.land/x/[email protected].2/types.d.ts"
1010
}
1111
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defaultReactVersion } from './shared/constants.ts'
22

33
/** `VERSION` managed by https://deno.land/x/publish */
4-
export const VERSION = '0.3.0-beta.1'
4+
export const VERSION = '0.3.0-beta.2'
55

66
/** `prepublish` will be invoked before publish */
77
export async function prepublish(version: string): Promise<boolean> {

0 commit comments

Comments
 (0)