Skip to content

Commit

Permalink
v2.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deckchairlabs committed Aug 28, 2022
1 parent ab2a85c commit 5ddd57d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/basic/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/ultra-website/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react-dom/": "https://esm.sh/[email protected]/",
"react-helmet-async": "https://esm.sh/[email protected]?external=react",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected].9/",
"ultra/": "https://deno.land/x/[email protected].10/",
"wouter": "https://esm.sh/wouter?external=react",
"wouter/static-location": "https://esm.sh/wouter/static-location?external=react"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-api-routes/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-emotion/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"react-dom/": "https://esm.sh/[email protected]/",
"@emotion/react": "https://esm.sh/@emotion/[email protected]?external=react",
"@emotion/styled": "https://esm.sh/@emotion/[email protected]?external=react,@emotion/react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-esm/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-fly-io/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-netlify/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-helmet-async/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"react-helmet-async": "https://esm.sh/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-query/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-router/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"react-dom/": "https://esm.sh/[email protected]/",
"react-router-dom": "https://esm.sh/[email protected]?external=react",
"react-router-dom/server": "https://esm.sh/[email protected]/server?external=react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-stitches/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"@stitches/react": "https://esm.sh/@stitches/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-twind/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"react-dom/": "https://esm.sh/[email protected]/",
"twind": "https://esm.sh/[email protected]",
"twind/sheets": "https://esm.sh/[email protected]/sheets",
"ultra/": "https://deno.land/x/[email protected].9/"
"ultra/": "https://deno.land/x/[email protected].10/"
}
}
2 changes: 1 addition & 1 deletion examples/with-wouter/importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"react/": "https://esm.sh/[email protected]/",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"ultra/": "https://deno.land/x/[email protected].9/",
"ultra/": "https://deno.land/x/[email protected].10/",
"wouter": "https://esm.sh/wouter?external=react",
"wouter/static-location": "https://esm.sh/wouter/static-location?external=react"
}
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 { walk } from "https://deno.land/[email protected]/fs/mod.ts";
import { globToRegExp } from "https://deno.land/[email protected]/path/glob.ts";

export const VERSION = "2.0.0-alpha.9";
export const VERSION = "2.0.0-alpha.10";
export const VERSION_REGEX = /\/\/deno\.land\/x\/ultra@v[\w\.\-]+\//;

export const ULTRA_OUTPUT_REGEX = globToRegExp("examples/**/.ultra", {
Expand Down

0 comments on commit 5ddd57d

Please sign in to comment.