From 2bb6a06ebb449aa3fec6414754c8a248ca4721ef Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Sun, 10 Apr 2022 20:11:34 -0700 Subject: [PATCH] revert release --- .changeset/angry-suits-thank.md | 5 + .changeset/big-yaks-invite.md | 5 + .changeset/breezy-days-remember.md | 6 + .changeset/calm-dolphins-remain.md | 5 + .changeset/dirty-trains-yawn.md | 5 + .changeset/dry-candles-behave.md | 9 ++ .changeset/dull-bobcats-clean.md | 8 ++ .changeset/empty-pens-talk.md | 7 ++ .changeset/famous-wombats-promise.md | 5 + .changeset/forty-boats-remain.md | 6 + .changeset/metal-grapes-tickle.md | 5 + .changeset/nervous-chairs-check.md | 6 + .changeset/odd-squids-rest.md | 5 + .changeset/pre.json | 81 +++++++++++++ .changeset/shaggy-pans-buy.md | 5 + .changeset/shiny-rice-worry.md | 12 ++ .changeset/sour-laws-raise.md | 5 + .changeset/strange-avocados-double.md | 5 + .changeset/sweet-ways-tan.md | 5 + .changeset/ten-rice-unite.md | 6 + .changeset/thin-cameras-clean.md | 5 + .changeset/three-donkeys-train.md | 5 + examples/blog-multiple-authors/package.json | 4 +- examples/blog/package.json | 4 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 4 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 12 +- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/integrations-playground/package.json | 10 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 4 +- examples/ssr/package.json | 6 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-markdown/package.json | 8 +- examples/with-nanostores/package.json | 10 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 8 -- packages/astro/package.json | 2 +- packages/integrations/lit/CHANGELOG.md | 6 - packages/integrations/lit/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 16 --- packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 - packages/integrations/node/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 - packages/integrations/partytown/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 - packages/integrations/preact/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 8 -- packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 - packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 - packages/integrations/tailwind/package.json | 2 +- packages/integrations/turbolinks/CHANGELOG.md | 6 - packages/integrations/turbolinks/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 16 --- packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 - packages/integrations/vue/package.json | 2 +- .../renderers/renderer-solid/CHANGELOG.md | 6 - .../renderers/renderer-solid/package.json | 2 +- pnpm-lock.yaml | 110 +++++++++--------- 76 files changed, 329 insertions(+), 225 deletions(-) create mode 100644 .changeset/angry-suits-thank.md create mode 100644 .changeset/big-yaks-invite.md create mode 100644 .changeset/breezy-days-remember.md create mode 100644 .changeset/calm-dolphins-remain.md create mode 100644 .changeset/dirty-trains-yawn.md create mode 100644 .changeset/dry-candles-behave.md create mode 100644 .changeset/dull-bobcats-clean.md create mode 100644 .changeset/empty-pens-talk.md create mode 100644 .changeset/famous-wombats-promise.md create mode 100644 .changeset/forty-boats-remain.md create mode 100644 .changeset/metal-grapes-tickle.md create mode 100644 .changeset/nervous-chairs-check.md create mode 100644 .changeset/odd-squids-rest.md create mode 100644 .changeset/pre.json create mode 100644 .changeset/shaggy-pans-buy.md create mode 100644 .changeset/shiny-rice-worry.md create mode 100644 .changeset/sour-laws-raise.md create mode 100644 .changeset/strange-avocados-double.md create mode 100644 .changeset/sweet-ways-tan.md create mode 100644 .changeset/ten-rice-unite.md create mode 100644 .changeset/thin-cameras-clean.md create mode 100644 .changeset/three-donkeys-train.md diff --git a/.changeset/angry-suits-thank.md b/.changeset/angry-suits-thank.md new file mode 100644 index 000000000..8c9942730 --- /dev/null +++ b/.changeset/angry-suits-thank.md @@ -0,0 +1,5 @@ +--- +'@astrojs/netlify': patch +--- + +Add human-readable error when a site is not provided in your astro.config diff --git a/.changeset/big-yaks-invite.md b/.changeset/big-yaks-invite.md new file mode 100644 index 000000000..bbedfd0f1 --- /dev/null +++ b/.changeset/big-yaks-invite.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix bug causing `astro preview` server to close immediately diff --git a/.changeset/breezy-days-remember.md b/.changeset/breezy-days-remember.md new file mode 100644 index 000000000..2101f7591 --- /dev/null +++ b/.changeset/breezy-days-remember.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/vercel': patch +--- + +Updated esbuild diff --git a/.changeset/calm-dolphins-remain.md b/.changeset/calm-dolphins-remain.md new file mode 100644 index 000000000..4d2af1f17 --- /dev/null +++ b/.changeset/calm-dolphins-remain.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix for adding set-cookie multiple times diff --git a/.changeset/dirty-trains-yawn.md b/.changeset/dirty-trains-yawn.md new file mode 100644 index 000000000..aaf62059f --- /dev/null +++ b/.changeset/dirty-trains-yawn.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix relative config handling with the `--config` flag diff --git a/.changeset/dry-candles-behave.md b/.changeset/dry-candles-behave.md new file mode 100644 index 000000000..7bf451cae --- /dev/null +++ b/.changeset/dry-candles-behave.md @@ -0,0 +1,9 @@ +--- +"@astrojs/netlify": minor +--- + +Improve the Netlify adapter: + +1. Remove `site` config requirement +2. Fix an issue where query params were being stripped +3. Pass the event body to the request object diff --git a/.changeset/dull-bobcats-clean.md b/.changeset/dull-bobcats-clean.md new file mode 100644 index 000000000..28ca881a8 --- /dev/null +++ b/.changeset/dull-bobcats-clean.md @@ -0,0 +1,8 @@ +--- +'astro': patch +--- + +Add support for advanced CSS imports with `?raw` and `?url` + +> ⚠️WARNING⚠️: +> Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with `set:html` to inline styles directly into the built HTML page. \ No newline at end of file diff --git a/.changeset/empty-pens-talk.md b/.changeset/empty-pens-talk.md new file mode 100644 index 000000000..98133ddd1 --- /dev/null +++ b/.changeset/empty-pens-talk.md @@ -0,0 +1,7 @@ +--- +'astro': patch +'@astrojs/partytown': patch +'@astrojs/vercel': patch +--- + +Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR diff --git a/.changeset/famous-wombats-promise.md b/.changeset/famous-wombats-promise.md new file mode 100644 index 000000000..f108a5147 --- /dev/null +++ b/.changeset/famous-wombats-promise.md @@ -0,0 +1,5 @@ +--- +'@astrojs/tailwind': patch +--- + +Update README diff --git a/.changeset/forty-boats-remain.md b/.changeset/forty-boats-remain.md new file mode 100644 index 000000000..1b81d9426 --- /dev/null +++ b/.changeset/forty-boats-remain.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/vercel': patch +--- + +Allows adapters to export default diff --git a/.changeset/metal-grapes-tickle.md b/.changeset/metal-grapes-tickle.md new file mode 100644 index 000000000..101dc5052 --- /dev/null +++ b/.changeset/metal-grapes-tickle.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix SSR static build public files copying diff --git a/.changeset/nervous-chairs-check.md b/.changeset/nervous-chairs-check.md new file mode 100644 index 000000000..bce6918fc --- /dev/null +++ b/.changeset/nervous-chairs-check.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/netlify': patch +--- + +Fixes dynamic routes in the Netlify adapter diff --git a/.changeset/odd-squids-rest.md b/.changeset/odd-squids-rest.md new file mode 100644 index 000000000..fa2c11c58 --- /dev/null +++ b/.changeset/odd-squids-rest.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Warn when attempting to access headers in SSG mode diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..c710d720e --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,81 @@ +{ + "mode": "exit", + "tag": "beta", + "initialVersions": { + "@example/blog": "0.0.1", + "@example/blog-multiple-authors": "0.0.1", + "@example/component": "0.0.1", + "@example/my-component-demo": "0.0.1", + "@example/my-component": "0.0.1", + "@example/docs": "0.0.1", + "@example/env-vars": "0.0.1", + "@example/framework-alpine": "0.0.1", + "@example/framework-lit": "0.0.1", + "@example/framework-multiple": "0.0.1", + "@example/framework-preact": "0.0.1", + "@example/framework-react": "0.0.1", + "@example/framework-solid": "0.0.1", + "@example/framework-svelte": "0.0.1", + "@example/framework-vue": "0.0.1", + "@example/integrations-playground": "0.0.1", + "@example/minimal": "0.0.1", + "@example/non-html-pages": "0.0.1", + "@example/portfolio": "0.0.1", + "@example/ssr": "0.0.1", + "@example/starter": "0.0.1", + "@example/subpath": "0.0.1", + "@example/with-markdown": "0.0.1", + "@example/with-markdown-plugins": "0.0.2", + "@example/with-markdown-shiki": "0.0.1", + "@example/with-nanostores": "0.0.1", + "@example/with-tailwindcss": "0.0.1", + "@example/with-vite-plugin-pwa": "0.0.1", + "astro": "0.26.1", + "@astrojs/prism": "0.4.1", + "@test/custom-element-renderer": "0.1.0", + "@test/static-build-pkg": "0.0.0", + "create-astro": "0.8.0", + "@astrojs/deno": "0.1.0", + "@astrojs/lit": "0.0.2", + "@astrojs/netlify": "0.1.0", + "@astrojs/node": "0.0.2", + "@astrojs/partytown": "0.1.0", + "@astrojs/preact": "0.0.2", + "@astrojs/react": "0.1.0", + "@astrojs/sitemap": "0.1.0", + "@astrojs/solid-js": "0.0.3", + "@astrojs/svelte": "0.0.2", + "@astrojs/tailwind": "0.1.0", + "@astrojs/turbolinks": "0.0.2", + "@astrojs/vercel": "0.0.2", + "@astrojs/vue": "0.0.2", + "@astrojs/markdown-remark": "0.8.1", + "@astrojs/renderer-lit": "0.4.0", + "@astrojs/renderer-preact": "0.5.0", + "@astrojs/renderer-react": "0.5.0", + "@astrojs/renderer-solid": "0.4.0", + "@astrojs/renderer-svelte": "0.5.2", + "@astrojs/renderer-vue": "0.4.0", + "@astrojs/webapi": "0.11.0", + "astro-scripts": "0.0.2" + }, + "changesets": [ + "angry-suits-thank", + "big-yaks-invite", + "calm-dolphins-remain", + "dirty-trains-yawn", + "dull-bobcats-clean", + "empty-pens-talk", + "forty-boats-remain", + "nervous-chairs-check", + "odd-squids-rest", + "shiny-rice-worry", + "sour-laws-raise", + "stale-walls-whisper", + "strange-avocados-double", + "sweet-ways-tan", + "ten-rice-unite", + "thin-cameras-clean", + "three-donkeys-train" + ] +} diff --git a/.changeset/shaggy-pans-buy.md b/.changeset/shaggy-pans-buy.md new file mode 100644 index 000000000..742b5e0f7 --- /dev/null +++ b/.changeset/shaggy-pans-buy.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update JSDoc comments that get shown to users through editor integration diff --git a/.changeset/shiny-rice-worry.md b/.changeset/shiny-rice-worry.md new file mode 100644 index 000000000..fae917139 --- /dev/null +++ b/.changeset/shiny-rice-worry.md @@ -0,0 +1,12 @@ +--- +'@astrojs/lit': minor +'@astrojs/node': minor +'@astrojs/preact': minor +'@astrojs/solid-js': minor +'@astrojs/svelte': minor +'@astrojs/turbolinks': minor +'@astrojs/vercel': minor +'@astrojs/vue': minor +--- + +Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. diff --git a/.changeset/sour-laws-raise.md b/.changeset/sour-laws-raise.md new file mode 100644 index 000000000..31b0b9928 --- /dev/null +++ b/.changeset/sour-laws-raise.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +fix markdown issue with parsing components in setup diff --git a/.changeset/strange-avocados-double.md b/.changeset/strange-avocados-double.md new file mode 100644 index 000000000..e6379955d --- /dev/null +++ b/.changeset/strange-avocados-double.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add `astro docs` command which opens the Astro docs in your preferred browser. diff --git a/.changeset/sweet-ways-tan.md b/.changeset/sweet-ways-tan.md new file mode 100644 index 000000000..c280b0699 --- /dev/null +++ b/.changeset/sweet-ways-tan.md @@ -0,0 +1,5 @@ +--- +'@astrojs/vercel': patch +--- + +Fixed build directory and clean-up diff --git a/.changeset/ten-rice-unite.md b/.changeset/ten-rice-unite.md new file mode 100644 index 000000000..edfdea2f6 --- /dev/null +++ b/.changeset/ten-rice-unite.md @@ -0,0 +1,6 @@ +--- +"@astrojs/solid-js": minor +"@astrojs/renderer-solid": patch +--- + +Improve nested hydration with Solid diff --git a/.changeset/thin-cameras-clean.md b/.changeset/thin-cameras-clean.md new file mode 100644 index 000000000..96f562cad --- /dev/null +++ b/.changeset/thin-cameras-clean.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Add missing entry to "files" field in package.json diff --git a/.changeset/three-donkeys-train.md b/.changeset/three-donkeys-train.md new file mode 100644 index 000000000..2ecda8dd3 --- /dev/null +++ b/.changeset/three-donkeys-train.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes dynamic API routes in SSR diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 75a96e597..6e2958d42 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", - "astro": "^1.0.0-beta.6", + "@astrojs/preact": "^0.0.2", + "astro": "^1.0.0-beta.5", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 6adb55654..20fe24caf 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/preact": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 7bf11e00a..c27f118a1 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index d25e220fc..e03f07796 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 6e2e1f0cc..199424edc 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.0.0" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", + "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index ec489f085..6781c67d9 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 20ace7bde..246e74db7 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 2b1deabcb..49490067d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/lit": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3d482922b..b4e51a3b2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.0", - "@astrojs/preact": "^0.1.0", + "@astrojs/lit": "^0.0.2", + "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.1.0", - "@astrojs/svelte": "^0.1.0", - "@astrojs/vue": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/solid-js": "^0.0.4-beta.0", + "@astrojs/svelte": "^0.0.2", + "@astrojs/vue": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index cfeb5249f..dd97c2c62 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/preact": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ce91ea231..2f50d84e9 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 66b89b340..283197ecb 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/solid-js": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/solid-js": "^0.0.4-beta.0", + "astro": "^1.0.0-beta.5" }, "dependencies": { "solid-js": "^1.3.14" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 23c4c8fbe..0779d3558 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/svelte": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "svelte": "^3.47.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 608bca178..c8ce1ddd5 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/vue": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 83deca31d..f7a7485e8 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.1.0", - "@astrojs/partytown": "^0.1.1", + "@astrojs/lit": "^0.0.2", + "@astrojs/partytown": "^0.1.1-beta.0", "@astrojs/react": "^0.1.0", "@astrojs/sitemap": "^0.1.0", - "@astrojs/tailwind": "^0.1.1", - "@astrojs/turbolinks": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/tailwind": "^0.1.0", + "@astrojs/turbolinks": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 067b9f833..547010696 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 8d7fbe67e..6bf095527 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d6ee704fe..1f0a3e6c1 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", - "astro": "^1.0.0-beta.6", + "@astrojs/preact": "^0.0.2", + "astro": "^1.0.0-beta.5", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 1dc4503f6..d5f0250c3 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -9,9 +9,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/node": "^0.1.0", - "@astrojs/svelte": "^0.1.0", - "astro": "^1.0.0-beta.6", + "@astrojs/node": "^0.0.2", + "@astrojs/svelte": "^0.0.2", + "astro": "^1.0.0-beta.5", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 9422a1e04..83826ec3e 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 0cdfa57e7..785f3ce10 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.6", + "astro": "^1.0.0-beta.5", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 025d7cd57..d0f7bfff1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.6", + "astro": "^1.0.0-beta.5", "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 119c2b806..09e82f412 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.6" + "astro": "^1.0.0-beta.5" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 006171107..7c509dc2b 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "@astrojs/preact": "^0.1.0", + "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/svelte": "^0.1.0", - "@astrojs/vue": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/svelte": "^0.0.2", + "@astrojs/vue": "^0.0.2", + "astro": "^1.0.0-beta.5" }, "dependencies": { "preact": "^10.7.1", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 75f139427..077fbfc42 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,11 +20,11 @@ "vue": "^3.2.31" }, "devDependencies": { - "@astrojs/preact": "^0.1.0", + "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.1.0", - "@astrojs/svelte": "^0.1.0", - "@astrojs/vue": "^0.1.0", - "astro": "^1.0.0-beta.6" + "@astrojs/solid-js": "^0.0.4-beta.0", + "@astrojs/svelte": "^0.0.2", + "@astrojs/vue": "^0.0.2", + "astro": "^1.0.0-beta.5" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index cdc04b5e2..7d0000b92 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.1.1", - "astro": "^1.0.0-beta.6", + "@astrojs/tailwind": "^0.1.0", + "astro": "^1.0.0-beta.5", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index beb687211..fd71d97b2 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.6", + "astro": "^1.0.0-beta.5", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 55f486538..34031c4f4 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,13 +1,5 @@ # astro -## 1.0.0-beta.6 - -### Patch Changes - -- [#3004](https://github.com/withastro/astro/pull/3004) [`9724d844`](https://github.com/withastro/astro/commit/9724d844b32fb30c91ec3d060421bbb0cc36428a) Thanks [@tony-sull](https://github.com/tony-sull)! - Fix bug causing `astro preview` server to close immediately - -* [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild - ## 1.0.0-beta.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7e6082c6e..458d3e13c 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.5", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index c8a5b0a17..70e84ebf2 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/lit -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index af55ccb70..d6eb512f7 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "0.1.0", + "version": "0.0.2", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index d45b3415c..a15a4f923 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,21 +1,5 @@ # @astrojs/netlify -## 0.2.0 - -### Minor Changes - -- [`732ea388`](https://github.com/withastro/astro/commit/732ea3881e216f0e6de3642c549afd019d32409f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve the Netlify adapter: - - 1. Remove `site` config requirement - 2. Fix an issue where query params were being stripped - 3. Pass the event body to the request object - -### Patch Changes - -- [#2996](https://github.com/withastro/astro/pull/2996) [`77aa3a5c`](https://github.com/withastro/astro/commit/77aa3a5c504c5f51ed1c4d2c8abc4997397deec2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add human-readable error when a site is not provided in your astro.config - -* [#3011](https://github.com/withastro/astro/pull/3011) [`c6f8bce7`](https://github.com/withastro/astro/commit/c6f8bce7c35cc4fd450fe1b6cc8297a81e413b8e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes dynamic routes in the Netlify adapter - ## 0.1.1-beta.1 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 79c1940ad..2ea2ebdf8 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "0.2.0", + "version": "0.1.1-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 182cc7a91..988892eac 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/node -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 80b57c0e4..e6ab9cd7d 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "0.1.0", + "version": "0.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 0076fcadf..84508006f 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/partytown -## 0.1.1 - -### Patch Changes - -- [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR - ## 0.1.1-beta.0 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 45d2c0a74..fe00aaa05 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Astro + Partytown integration", - "version": "0.1.1", + "version": "0.1.1-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 708e79504..ca6c1bc2c 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/preact -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index bf4cb5255..d98f25bc3 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "0.1.0", + "version": "0.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index aa9196021..65d96f51d 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,13 +1,5 @@ # @astrojs/solid-js -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - -* [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid - ## 0.0.4-beta.0 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 47eac2e8b..474c22695 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.1.0", + "version": "0.0.4-beta.0", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 5cf194012..acdf35e4c 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/svelte -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index f8bc3d66e..7668959fb 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.1.0", + "version": "0.0.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 492930b07..3f0a1bb4e 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/tailwind -## 0.1.1 - -### Patch Changes - -- [`c05a544a`](https://github.com/withastro/astro/commit/c05a544acd5c9dd4f57b53ce21e82141212a3c2c) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README - ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 188fe5581..0d9fb62a2 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "0.1.1", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md index 28aa766f4..3603fd47a 100644 --- a/packages/integrations/turbolinks/CHANGELOG.md +++ b/packages/integrations/turbolinks/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/turbolinks -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index f24099e30..60564d543 100644 --- a/packages/integrations/turbolinks/package.json +++ b/packages/integrations/turbolinks/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/turbolinks", "description": "Turbolinks + Astro Integrations", - "version": "0.1.0", + "version": "0.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 46124f523..b541f5b1e 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,21 +1,5 @@ # @astrojs/vercel -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - -### Patch Changes - -- [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild - -* [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR - -- [#3022](https://github.com/withastro/astro/pull/3022) [`8c04ff1f`](https://github.com/withastro/astro/commit/8c04ff1f0bea42d033832ce5047076e315cb38a3) Thanks [@matthewp](https://github.com/matthewp)! - Allows adapters to export default - -* [#3000](https://github.com/withastro/astro/pull/3000) [`b5ed099e`](https://github.com/withastro/astro/commit/b5ed099eaf92b61faf2fb66ebd7179d3e8223ae5) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed build directory and clean-up - ## 0.0.3-beta.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1a7b1dc67..ca3dd2dc7 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "0.1.0", + "version": "0.0.3-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 6f4b65d7c..e8ac6f2e0 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/vue -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index f929b453b..dfc40d95f 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.1.0", + "version": "0.0.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md index 12ae5fff6..8bb6bf361 100644 --- a/packages/renderers/renderer-solid/CHANGELOG.md +++ b/packages/renderers/renderer-solid/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/renderer-solid -## 0.4.1 - -### Patch Changes - -- [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid - ## 0.4.1-beta.0 ### Patch Changes diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json index fa2d31bb5..bfb0cedf3 100644 --- a/packages/renderers/renderer-solid/package.json +++ b/packages/renderers/renderer-solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-solid", - "version": "0.4.1", + "version": "0.4.1-beta.0", "description": "Use Solid components within Astro", "type": "module", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd9d04e53..189875acf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: examples/blog: specifiers: - '@astrojs/preact': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/preact': ^0.0.2 + astro: ^1.0.0-beta.5 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -56,8 +56,8 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/preact': ^0.0.2 + astro: ^1.0.0-beta.5 preact: ^10.7.1 sass: ^1.50.0 dependencies: @@ -69,14 +69,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -87,12 +87,12 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.0 - '@astrojs/preact': ^0.1.0 + '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 '@docsearch/css': ^3.0.0 '@docsearch/react': ^3.0.0 '@types/react': ^17.0.44 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 preact: ^10.7.1 react: ^18.0.0 react-dom: ^18.0.0 @@ -111,21 +111,21 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/framework-lit: specifiers: - '@astrojs/lit': ^0.1.0 + '@astrojs/lit': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 lit: ^2.2.2 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -136,14 +136,14 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/lit': ^0.1.0 - '@astrojs/preact': ^0.1.0 + '@astrojs/lit': ^0.0.2 + '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 - '@astrojs/solid-js': ^0.1.0 - '@astrojs/svelte': ^0.1.0 - '@astrojs/vue': ^0.1.0 + '@astrojs/solid-js': ^0.0.4-beta.0 + '@astrojs/svelte': ^0.0.2 + '@astrojs/vue': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -171,8 +171,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/preact': ^0.0.2 + astro: ^1.0.0-beta.5 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -183,7 +183,7 @@ importers: examples/framework-react: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 react: ^18.0.0 react-dom: ^18.0.0 dependencies: @@ -195,8 +195,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/solid-js': ^0.0.4-beta.0 + astro: ^1.0.0-beta.5 solid-js: ^1.3.14 dependencies: solid-js: 1.3.14 @@ -206,8 +206,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/svelte': ^0.0.2 + astro: ^1.0.0-beta.5 svelte: ^3.47.0 dependencies: svelte: 3.47.0 @@ -217,8 +217,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/vue': ^0.0.2 + astro: ^1.0.0-beta.5 vue: ^3.2.31 dependencies: vue: 3.2.31 @@ -228,14 +228,14 @@ importers: examples/integrations-playground: specifiers: - '@astrojs/lit': ^0.1.0 - '@astrojs/partytown': ^0.1.1 + '@astrojs/lit': ^0.0.2 + '@astrojs/partytown': ^0.1.1-beta.0 '@astrojs/react': ^0.1.0 '@astrojs/sitemap': ^0.1.0 - '@astrojs/tailwind': ^0.1.1 - '@astrojs/turbolinks': ^0.1.0 + '@astrojs/tailwind': ^0.1.0 + '@astrojs/turbolinks': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -263,20 +263,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - '@astrojs/preact': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/preact': ^0.0.2 + astro: ^1.0.0-beta.5 preact: ^10.7.1 sass: ^1.50.0 dependencies: @@ -288,9 +288,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.1.0 - '@astrojs/svelte': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/node': ^0.0.2 + '@astrojs/svelte': ^0.0.2 + astro: ^1.0.0-beta.5 concurrently: ^7.1.0 lightcookie: ^1.0.25 svelte: ^3.47.0 @@ -309,14 +309,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 react: ^18.0.0 react-dom: ^18.0.0 sass: ^1.50.0 @@ -331,11 +331,11 @@ importers: examples/with-markdown: specifiers: '@astrojs/markdown-remark': ^0.8.1 - '@astrojs/preact': ^0.1.0 + '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 - '@astrojs/svelte': ^0.1.0 - '@astrojs/vue': ^0.1.0 - astro: ^1.0.0-beta.6 + '@astrojs/svelte': ^0.0.2 + '@astrojs/vue': ^0.0.2 + astro: ^1.0.0-beta.5 preact: ^10.7.1 react: ^18.0.0 react-dom: ^18.0.0 @@ -358,7 +358,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.8.1 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -376,22 +376,22 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.8.1 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.1.0 + '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 - '@astrojs/solid-js': ^0.1.0 - '@astrojs/svelte': ^0.1.0 - '@astrojs/vue': ^0.1.0 + '@astrojs/solid-js': ^0.0.4-beta.0 + '@astrojs/svelte': ^0.0.2 + '@astrojs/vue': ^0.0.2 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 nanostores: ^0.5.12 preact: ^10.7.1 react: ^18.0.0 @@ -418,8 +418,8 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.1.1 - astro: ^1.0.0-beta.6 + '@astrojs/tailwind': ^0.1.0 + astro: ^1.0.0-beta.5 autoprefixer: ^10.4.4 canvas-confetti: ^1.5.1 postcss: ^8.4.12 @@ -434,7 +434,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.6 + astro: ^1.0.0-beta.5 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.2 devDependencies: