diff --git a/README.md b/README.md index 9a4f1184..a699aa4b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ libraries. 🧰 Here's a basic **Ultra** project to set you on your way. ```sh -deno run -A https://deno.land/x/ultra@v2.0.0-alpha.5/init.ts +deno run -A https://deno.land/x/ultra@v2.0.0-alpha.6/init.ts ``` ## ✨ What's new diff --git a/examples/basic/importMap.json b/examples/basic/importMap.json index ffba7dfe..0db3fc89 100644 --- a/examples/basic/importMap.json +++ b/examples/basic/importMap.json @@ -4,6 +4,6 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/ultra-website/importMap.json b/examples/ultra-website/importMap.json index d6fdade0..db9e43c7 100644 --- a/examples/ultra-website/importMap.json +++ b/examples/ultra-website/importMap.json @@ -7,7 +7,7 @@ "react-dom/": "https://esm.sh/react-dom@18.2.0/", "react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?external=react", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.1.3?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/", + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/", "wouter": "https://esm.sh/wouter?external=react", "wouter/static-location": "https://esm.sh/wouter/static-location?external=react" } diff --git a/examples/ultra-website/mdx/docs.mdx b/examples/ultra-website/mdx/docs.mdx index 5fcd2edf..c9fa3927 100644 --- a/examples/ultra-website/mdx/docs.mdx +++ b/examples/ultra-website/mdx/docs.mdx @@ -6,7 +6,7 @@ Welp, if you've made it here, you probably have a basic **Ultra** project running. If not try this... ```bash -deno run -A https://deno.land/x/ultra@v2.0.0-alpha.5/init.ts +deno run -A https://deno.land/x/ultra@v2.0.0-alpha.6/init.ts ``` --- diff --git a/examples/ultra-website/mdx/philosophy.mdx b/examples/ultra-website/mdx/philosophy.mdx index e2f17bee..ff122e54 100644 --- a/examples/ultra-website/mdx/philosophy.mdx +++ b/examples/ultra-website/mdx/philosophy.mdx @@ -22,7 +22,7 @@ We want **Ultra** to do a few things, and do them well. To follow along at home, run this command to quickly scaffold out a basic **Ultra** project. ```sh -deno run -A https://deno.land/x/ultra@v2.0.0-alpha.5/init.ts +deno run -A https://deno.land/x/ultra@v2.0.0-alpha.6/init.ts ``` #### [importMap.json](#importmapjson) @@ -34,7 +34,7 @@ deno run -A https://deno.land/x/ultra@v2.0.0-alpha.5/init.ts "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } ``` diff --git a/examples/ultra-website/src/components/Home.tsx b/examples/ultra-website/src/components/Home.tsx index 56871345..3e88dce8 100644 --- a/examples/ultra-website/src/components/Home.tsx +++ b/examples/ultra-website/src/components/Home.tsx @@ -34,7 +34,7 @@ export default function HomePage() {

             
-            deno run -A https://deno.land/x/ultra@v2.0.0-alpha.5/init.ts
+            deno run -A https://deno.land/x/ultra@v2.0.0-alpha.6/init.ts
             
           
diff --git a/examples/with-api-routes/importMap.json b/examples/with-api-routes/importMap.json index ffba7dfe..0db3fc89 100644 --- a/examples/with-api-routes/importMap.json +++ b/examples/with-api-routes/importMap.json @@ -4,6 +4,6 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-emotion/importMap.json b/examples/with-emotion/importMap.json index b83bfa9a..8ae23247 100644 --- a/examples/with-emotion/importMap.json +++ b/examples/with-emotion/importMap.json @@ -6,6 +6,6 @@ "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@emotion/react": "https://esm.sh/@emotion/react@11.10.0?external=react", "@emotion/styled": "https://esm.sh/@emotion/styled@11.10.0?external=react,@emotion/react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-esm/importMap.json b/examples/with-esm/importMap.json index ffba7dfe..0db3fc89 100644 --- a/examples/with-esm/importMap.json +++ b/examples/with-esm/importMap.json @@ -4,6 +4,6 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-fly-io/importMap.json b/examples/with-fly-io/importMap.json index ffba7dfe..0db3fc89 100644 --- a/examples/with-fly-io/importMap.json +++ b/examples/with-fly-io/importMap.json @@ -4,6 +4,6 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-mdx/importMap.json b/examples/with-mdx/importMap.json index fd536d13..63270cb0 100644 --- a/examples/with-mdx/importMap.json +++ b/examples/with-mdx/importMap.json @@ -6,6 +6,6 @@ "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.1.3?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-netlify/importMap.json b/examples/with-netlify/importMap.json index ffba7dfe..0db3fc89 100644 --- a/examples/with-netlify/importMap.json +++ b/examples/with-netlify/importMap.json @@ -4,6 +4,6 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-react-helmet-async/importMap.json b/examples/with-react-helmet-async/importMap.json index ef99439f..ed3dda34 100644 --- a/examples/with-react-helmet-async/importMap.json +++ b/examples/with-react-helmet-async/importMap.json @@ -5,6 +5,6 @@ "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-react-query/importMap.json b/examples/with-react-query/importMap.json index ee91c3bc..4b866c09 100644 --- a/examples/with-react-query/importMap.json +++ b/examples/with-react-query/importMap.json @@ -5,6 +5,6 @@ "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.1.3?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-react-router/importMap.json b/examples/with-react-router/importMap.json index e8fbf7e0..0abd1373 100644 --- a/examples/with-react-router/importMap.json +++ b/examples/with-react-router/importMap.json @@ -6,6 +6,6 @@ "react-dom/": "https://esm.sh/react-dom@18.2.0/", "react-router-dom": "https://esm.sh/react-router-dom@6.3.0?external=react", "react-router-dom/server": "https://esm.sh/react-router-dom@6.3.0/server?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-stitches/importMap.json b/examples/with-stitches/importMap.json index f771c0bf..b58e9b62 100644 --- a/examples/with-stitches/importMap.json +++ b/examples/with-stitches/importMap.json @@ -5,6 +5,6 @@ "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@stitches/react": "https://esm.sh/@stitches/react@1.2.8?external=react", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-twind/importMap.json b/examples/with-twind/importMap.json index b7a828e6..0e55c78f 100644 --- a/examples/with-twind/importMap.json +++ b/examples/with-twind/importMap.json @@ -6,6 +6,6 @@ "react-dom/": "https://esm.sh/react-dom@18.2.0/", "twind": "https://esm.sh/twind@0.16.17", "twind/sheets": "https://esm.sh/twind@0.16.17/sheets", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/" + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/" } } diff --git a/examples/with-wouter/importMap.json b/examples/with-wouter/importMap.json index 5a9ceacd..bdb8fad7 100644 --- a/examples/with-wouter/importMap.json +++ b/examples/with-wouter/importMap.json @@ -4,7 +4,7 @@ "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.5/", + "ultra/": "https://deno.land/x/ultra@v2.0.0-alpha.6/", "wouter": "https://esm.sh/wouter?external=react", "wouter/static-location": "https://esm.sh/wouter/static-location?external=react" }