Skip to content

Commit

Permalink
v0.3.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed May 15, 2021
1 parent 31eff29 commit b17d1ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 = "7ae5ad874d024de2aa74d70607950875e8454ba5";
export const checksum = "63f64f2f4ad0f5eddd33ea9f33fe89260ff9346e";
2 changes: 1 addition & 1 deletion compiler/dist/wasm.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"imports": {
"std/": "https://deno.land/[email protected]/",
"aleph/": "https://deno.land/x/[email protected].32/",
"framework": "https://deno.land/x/[email protected].32/framework/core/mod.ts",
"framework/react": "https://deno.land/x/[email protected].32/framework/react/mod.ts",
"aleph/": "https://deno.land/x/[email protected].33/",
"framework": "https://deno.land/x/[email protected].33/framework/core/mod.ts",
"framework/react": "https://deno.land/x/[email protected].33/framework/react/mod.ts",
"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,7 +1,7 @@
import { defaultReactVersion } from './shared/constants.ts'

/** `VERSION` managed by https://deno.land/x/publish */
export const VERSION = '0.3.0-alpha.32'
export const VERSION = '0.3.0-alpha.33'

/** `prepublish` will be invoked before publish */
export async function prepublish(version: string) {
Expand Down

0 comments on commit b17d1ee

Please sign in to comment.