diff options
author | 2023-01-24 08:38:06 -0800 | |
---|---|---|
committer | 2023-01-24 11:38:06 -0500 | |
commit | 73ca0ef38352896f7c8fdaae23f881d02e60a180 (patch) | |
tree | 0e0efa55fc1e49b7e5ad2ca100ff93803344cc3e /examples | |
parent | 58dfdc5a364e4ba46538466af8666e70af21987f (diff) | |
download | astro-935148a22f6772eeb66ac6a9b62c389c6e28d45c.tar.gz astro-935148a22f6772eeb66ac6a9b62c389c6e28d45c.tar.zst astro-935148a22f6772eeb66ac6a9b62c389c6e28d45c.zip |
[ci] release (#5948)create-astro@2.0.0astro@2.0.0@astrojs/webapi@2.0.0@astrojs/vue@2.0.0@astrojs/vercel@3.0.0@astrojs/telemetry@2.0.0@astrojs/tailwind@3.0.0@astrojs/svelte@2.0.0@astrojs/solid-js@2.0.0@astrojs/rss@2.1.0@astrojs/react@2.0.0@astrojs/prism@2.0.0@astrojs/preact@2.0.0@astrojs/partytown@1.0.3@astrojs/node@5.0.0@astrojs/netlify@2.0.0@astrojs/mdx@0.15.0@astrojs/markdown-remark@2.0.0@astrojs/lit@1.1.0@astrojs/image@0.13.0@astrojs/deno@4.0.0@astrojs/cloudflare@6.0.0
* [ci] release
* Update changelogs (#5955)
* [ci] release
* Wrap astro 2.0 beta logs in `<details>`
* Add link to docs upgrade guide
* First pass cleaning up 2.0 release notes
* mdx changes from Sarah
* combine 5584 and 5842 in deno, image, netlify
* markdown/remark incl (5684 & 5769) to match mdx
* Tweak markdown/remark formatting
* Format astro-prism
* Format astro-rss
* Format create-astro
* Format cloudflare
* Format lit
* Format partytown
* Format node
* Format preact
* Format react
* Format solid
* Format svelte
* Format tailwind
* Format vercel
* Format vue
* Format telemetry
* Format webapi
* Format scripts
* Reinstate h3s for headings
Co-authored-by: Ben Holmes <hey@bholmes.dev>
* Reformat mdx
* astro & markdown/remark: Combine #5679 & #5684 changelogs
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
Diffstat (limited to 'examples')
26 files changed, 51 insertions, 51 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 1f6e21abb..e05a4df29 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 3053dbe6b..0a05e5f0c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", - "@astrojs/mdx": "^0.15.0-beta.0", - "@astrojs/rss": "^2.1.0-beta.0", + "astro": "^2.0.0", + "@astrojs/mdx": "^0.15.0", + "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index 8f3d26786..b6781dd14 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 36c47ca56..24690615b 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" }, "devDependencies": { - "@astrojs/deno": "^4.0.0-beta.2" + "@astrojs/deno": "^4.0.0" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 8aa2e2d85..97681c797 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,12 +12,12 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0-beta.0", - "@astrojs/preact": "^2.0.0-beta.0", + "@astrojs/react": "^2.0.0", + "@astrojs/preact": "^2.0.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 52d6d1c48..124b402b5 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 76624a787..881a381c3 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "lit": "^2.2.5", - "@astrojs/lit": "^1.0.2-beta.0", + "@astrojs/lit": "^1.1.0", "@webcomponents/template-shadowroot": "^0.1.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 459f2e611..fac2e4678 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,17 +11,17 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.37", - "@astrojs/preact": "^2.0.0-beta.0", - "@astrojs/react": "^2.0.0-beta.0", - "@astrojs/solid-js": "^2.0.0-beta.0", - "@astrojs/svelte": "^2.0.0-beta.3", - "@astrojs/vue": "^2.0.0-beta.1" + "@astrojs/preact": "^2.0.0", + "@astrojs/react": "^2.0.0", + "@astrojs/solid-js": "^2.0.0", + "@astrojs/svelte": "^2.0.0", + "@astrojs/vue": "^2.0.0" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1dfa18884..4d14a8949 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.0-beta.0", + "@astrojs/preact": "^2.0.0", "@preact/signals": "^1.1.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index c9e99a312..5813e8bad 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0-beta.0", + "@astrojs/react": "^2.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 90ea80344..4e6c5c971 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "solid-js": "^1.4.3", - "@astrojs/solid-js": "^2.0.0-beta.0" + "@astrojs/solid-js": "^2.0.0" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 3bad9878c..b67ecd760 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.0-beta.3", - "astro": "^2.0.0-beta.4" + "@astrojs/svelte": "^2.0.0", + "astro": "^2.0.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 0efb07625..29647631a 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "vue": "^3.2.37", - "@astrojs/vue": "^2.0.0-beta.1" + "@astrojs/vue": "^2.0.0" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 7a9ae9c66..b9bc9163b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.0-beta.1", - "astro": "^2.0.0-beta.4" + "@astrojs/node": "^5.0.0", + "astro": "^2.0.0" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index b5b241af1..95329bf4d 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 0dcb44abc..ebed99fa8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 771d3030a..97d6865c7 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 7d0de0ffc..966ca71c2 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 9688c47f6..c75b9db0e 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.0-beta.3", - "@astrojs/node": "^5.0.0-beta.1", + "@astrojs/svelte": "^2.0.0", + "@astrojs/node": "^5.0.0", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 0a34fac62..bd47aaf83 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", - "@astrojs/markdown-remark": "^2.0.0-beta.2", + "astro": "^2.0.0", + "@astrojs/markdown-remark": "^2.0.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index dbd494a62..5f8892a71 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4" + "astro": "^2.0.0" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 3625f24b6..530645467 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "preact": "^10.6.5", - "@astrojs/preact": "^2.0.0-beta.0", - "@astrojs/mdx": "^0.15.0-beta.0" + "@astrojs/preact": "^2.0.0", + "@astrojs/mdx": "^0.15.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f99fa7778..96fc0240c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.0-beta.0", + "@astrojs/preact": "^2.0.0", "nanostores": "^0.5.12", "@nanostores/preact": "^0.1.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ff05c724c..c8b3ad036 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.15.0-beta.0", - "@astrojs/tailwind": "^3.0.0-beta.2", + "@astrojs/mdx": "^0.15.0", + "@astrojs/tailwind": "^3.0.0", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 3668a0910..a7259d61a 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index df5cda429..efa63720f 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.0-beta.4", + "astro": "^2.0.0", "vitest": "^0.20.3" } } |