Skip to content

Commit

Permalink
v2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mashaal committed Aug 26, 2022
1 parent 5d941c1 commit fcf7d32
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5/init.ts
deno run -A https://deno.land/x/[email protected].6/init.ts
```

## ✨ What's new
Expand Down
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/",
"ultra/": "https://deno.land/x/[email protected].6/",
"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/ultra-website/mdx/docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5/init.ts
deno run -A https://deno.land/x/[email protected].6/init.ts
```

---
Expand Down
4 changes: 2 additions & 2 deletions examples/ultra-website/mdx/philosophy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5/init.ts
deno run -A https://deno.land/x/[email protected].6/init.ts
```

#### [importMap.json](#importmapjson)
Expand All @@ -34,7 +34,7 @@ deno run -A https://deno.land/x/[email protected]/init.ts
"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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/ultra-website/src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function HomePage() {
</p>
<pre>
<code>
deno run -A https://deno.land/x/[email protected].5/init.ts
deno run -A https://deno.land/x/[email protected].6/init.ts
</code>
</pre>

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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/"
"ultra/": "https://deno.land/x/[email protected].6/"
}
}
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].5/",
"ultra/": "https://deno.land/x/[email protected].6/",
"wouter": "https://esm.sh/wouter?external=react",
"wouter/static-location": "https://esm.sh/wouter/static-location?external=react"
}
Expand Down

0 comments on commit fcf7d32

Please sign in to comment.