From 33541d0c53cd81e7f766a61d4b63aab74d68de5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Jul 2022 16:33:00 +0000 Subject: [PATCH] [ci] release --- .changeset/breezy-llamas-behave.md | 5 -- .changeset/brown-drinks-leave.md | 5 -- .changeset/chatty-bikes-sin.md | 5 -- .changeset/chilled-cherries-decide.md | 5 -- .changeset/cold-bears-sneeze.md | 5 -- .changeset/cold-eyes-run.md | 5 -- .changeset/flat-shoes-camp.md | 5 -- .changeset/lemon-tools-rescue.md | 5 -- .changeset/loud-apes-flash.md | 5 -- .changeset/lovely-lions-attend.md | 5 -- .changeset/mighty-poets-prove.md | 6 -- .changeset/new-coats-cheer.md | 5 -- .changeset/old-walls-draw.md | 5 -- .changeset/olive-dryers-sell.md | 18 ---- .changeset/perfect-islands-teach.md | 5 -- .changeset/shiny-pumpkins-return.md | 5 -- .changeset/silent-clocks-pump.md | 6 -- .changeset/thirty-beans-poke.md | 8 -- .changeset/wet-wombats-prove.md | 5 -- .changeset/wild-socks-drive.md | 22 ----- examples/basics/package.json | 2 +- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 8 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/integrations-playground/package.json | 6 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 6 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 4 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 57 +++++++++++++ packages/astro/package.json | 4 +- packages/create-astro/CHANGELOG.md | 6 ++ packages/create-astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 14 ++++ packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/CHANGELOG.md | 14 ++++ packages/integrations/deno/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 12 +++ packages/integrations/image/package.json | 2 +- packages/integrations/lit/CHANGELOG.md | 6 ++ packages/integrations/lit/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 12 +++ packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 14 ++++ packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 14 ++++ packages/integrations/node/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 6 ++ packages/integrations/sitemap/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 10 +++ packages/integrations/svelte/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 14 ++++ packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- packages/markdown/component/CHANGELOG.md | 23 +++++ packages/markdown/component/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 6 ++ packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 84 +++++++++---------- 79 files changed, 313 insertions(+), 234 deletions(-) delete mode 100644 .changeset/breezy-llamas-behave.md delete mode 100644 .changeset/brown-drinks-leave.md delete mode 100644 .changeset/chatty-bikes-sin.md delete mode 100644 .changeset/chilled-cherries-decide.md delete mode 100644 .changeset/cold-bears-sneeze.md delete mode 100644 .changeset/cold-eyes-run.md delete mode 100644 .changeset/flat-shoes-camp.md delete mode 100644 .changeset/lemon-tools-rescue.md delete mode 100644 .changeset/loud-apes-flash.md delete mode 100644 .changeset/lovely-lions-attend.md delete mode 100644 .changeset/mighty-poets-prove.md delete mode 100644 .changeset/new-coats-cheer.md delete mode 100644 .changeset/old-walls-draw.md delete mode 100644 .changeset/olive-dryers-sell.md delete mode 100644 .changeset/perfect-islands-teach.md delete mode 100644 .changeset/shiny-pumpkins-return.md delete mode 100644 .changeset/silent-clocks-pump.md delete mode 100644 .changeset/thirty-beans-poke.md delete mode 100644 .changeset/wet-wombats-prove.md delete mode 100644 .changeset/wild-socks-drive.md create mode 100644 packages/markdown/component/CHANGELOG.md diff --git a/.changeset/breezy-llamas-behave.md b/.changeset/breezy-llamas-behave.md deleted file mode 100644 index ca0cc3e54f68a..0000000000000 --- a/.changeset/breezy-llamas-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix certain characters showing incorrectly in `astro check` diff --git a/.changeset/brown-drinks-leave.md b/.changeset/brown-drinks-leave.md deleted file mode 100644 index 261342ab6e50f..0000000000000 --- a/.changeset/brown-drinks-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -public assets should always take priority over page routes in SSR deployments diff --git a/.changeset/chatty-bikes-sin.md b/.changeset/chatty-bikes-sin.md deleted file mode 100644 index 99d999bda7b8f..0000000000000 --- a/.changeset/chatty-bikes-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Updates the component to pass the `alt` attribute down to the element diff --git a/.changeset/chilled-cherries-decide.md b/.changeset/chilled-cherries-decide.md deleted file mode 100644 index d04ab1d38926e..0000000000000 --- a/.changeset/chilled-cherries-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/sitemap": patch ---- - -Update README to reflect `@astrojs/sitemap@0.2.0` changes diff --git a/.changeset/cold-bears-sneeze.md b/.changeset/cold-bears-sneeze.md deleted file mode 100644 index 483d87cd38e35..0000000000000 --- a/.changeset/cold-bears-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': minor ---- - -fixed generated slugs in markdown that ends with a dash diff --git a/.changeset/cold-eyes-run.md b/.changeset/cold-eyes-run.md deleted file mode 100644 index 8775c1919b460..0000000000000 --- a/.changeset/cold-eyes-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add export keyword to astro config file stub created by add cli command diff --git a/.changeset/flat-shoes-camp.md b/.changeset/flat-shoes-camp.md deleted file mode 100644 index a8f1a9c4e2a3b..0000000000000 --- a/.changeset/flat-shoes-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -[#3859](https://github.com/withastro/astro/pull/3859) Overhaul Astro error handling, using Vite's built-in error overlay when possible diff --git a/.changeset/lemon-tools-rescue.md b/.changeset/lemon-tools-rescue.md deleted file mode 100644 index 2d8044b61796b..0000000000000 --- a/.changeset/lemon-tools-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Fixes support for using templates from any GitHub repository diff --git a/.changeset/loud-apes-flash.md b/.changeset/loud-apes-flash.md deleted file mode 100644 index 598f26d058466..0000000000000 --- a/.changeset/loud-apes-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Removes warnings for integrations/ssr diff --git a/.changeset/lovely-lions-attend.md b/.changeset/lovely-lions-attend.md deleted file mode 100644 index e81a2b6dcf27c..0000000000000 --- a/.changeset/lovely-lions-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fix optional props not being recognized properly in the editor diff --git a/.changeset/mighty-poets-prove.md b/.changeset/mighty-poets-prove.md deleted file mode 100644 index 9bd49e5b696e6..0000000000000 --- a/.changeset/mighty-poets-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/lit': patch ---- - -Fixes Lit compat with Vite 3.0.1 diff --git a/.changeset/new-coats-cheer.md b/.changeset/new-coats-cheer.md deleted file mode 100644 index 12b4c0797f6bb..0000000000000 --- a/.changeset/new-coats-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': minor ---- - -Add remarkPlugins and rehypePlugins to config, with the same default plugins as our standard Markdown parser diff --git a/.changeset/old-walls-draw.md b/.changeset/old-walls-draw.md deleted file mode 100644 index cda5405b33625..0000000000000 --- a/.changeset/old-walls-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added missing `media` attributes from the JSX definitions for the `meta` element diff --git a/.changeset/olive-dryers-sell.md b/.changeset/olive-dryers-sell.md deleted file mode 100644 index 15f3b531e25cd..0000000000000 --- a/.changeset/olive-dryers-sell.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'astro': minor -'@astrojs/cloudflare': minor -'@astrojs/deno': minor -'@astrojs/netlify': minor -'@astrojs/vercel': minor -'@astrojs/node': minor ---- - -Adds support for Astro.clientAddress - -The new `Astro.clientAddress` property allows you to get the IP address of the requested user. - -```astro -
Your address { Astro.clientAddress }
-``` - -This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. diff --git a/.changeset/perfect-islands-teach.md b/.changeset/perfect-islands-teach.md deleted file mode 100644 index 7d83eb44db9ca..0000000000000 --- a/.changeset/perfect-islands-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Fixing TypeScript definition exports for image components diff --git a/.changeset/shiny-pumpkins-return.md b/.changeset/shiny-pumpkins-return.md deleted file mode 100644 index 6482832a51102..0000000000000 --- a/.changeset/shiny-pumpkins-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Include page url in MDX glob result diff --git a/.changeset/silent-clocks-pump.md b/.changeset/silent-clocks-pump.md deleted file mode 100644 index 197d357f5fe78..0000000000000 --- a/.changeset/silent-clocks-pump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/mdx': minor -'astro': patch ---- - -Support YAML frontmatter in MDX files diff --git a/.changeset/thirty-beans-poke.md b/.changeset/thirty-beans-poke.md deleted file mode 100644 index 2b1ae5c987b8e..0000000000000 --- a/.changeset/thirty-beans-poke.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'astro': minor -'@astrojs/image': minor -'@astrojs/svelte': minor -'@astrojs/vue': minor ---- - -Bump to Vite 3! diff --git a/.changeset/wet-wombats-prove.md b/.changeset/wet-wombats-prove.md deleted file mode 100644 index da0b0193469f5..0000000000000 --- a/.changeset/wet-wombats-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improve warning logs on astro.config change diff --git a/.changeset/wild-socks-drive.md b/.changeset/wild-socks-drive.md deleted file mode 100644 index c69216ca37c44..0000000000000 --- a/.changeset/wild-socks-drive.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'astro': minor -'@astrojs/markdown-component': minor ---- - -Move the Markdown component to its own package - -This change moves the Markdown component into its own package where it will be maintained separately. All that needs to change from a user's perspective is the import statement: - -```astro ---- -import { Markdown } from 'astro/components'; ---- -``` - -Becomes: - -```astro ---- -import Markdown from '@astrojs/markdown-component'; ---- -``` diff --git a/examples/basics/package.json b/examples/basics/package.json index 8e24174f3cee9..ca453a264aa80 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 685bd0e84c2e4..f4d7fa6ba1233 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 89f150a0b1c92..efc1832d8cdfc 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 5073c7506205c..c541aea212df9 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.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/component/package.json b/examples/component/package.json index c78dc2679292b..01b38e1ba8a16 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.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 392acdbace170..3b069b4f780c6 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 208c7e6a63505..2752f07a7c9bf 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.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index eb4485a0e3413..fec58e4790f25 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 6d53b872a9aef..23bd6049af8fd 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", - "astro": "^1.0.0-beta.73" + "@astrojs/lit": "^0.3.2", + "astro": "^1.0.0-beta.74" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index a6d7d6f390d31..24f6a00470208 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,13 +9,13 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", + "@astrojs/lit": "^0.3.2", "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", "@astrojs/solid-js": "^0.4.1", - "@astrojs/svelte": "^0.4.1", - "@astrojs/vue": "^0.4.1", - "astro": "^1.0.0-beta.73" + "@astrojs/svelte": "^0.5.0", + "@astrojs/vue": "^0.5.0", + "astro": "^1.0.0-beta.74" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 88b2f451b13e6..ff615b3952772 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cfb3d1e480abf..3cd0b156ce413 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.4.2", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index d0a3adff28856..fc1d61e8cef06 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.4.1", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index ec05f072d02e8..365bef123e29c 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.4.1", - "astro": "^1.0.0-beta.73" + "@astrojs/svelte": "^0.5.0", + "astro": "^1.0.0-beta.74" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 3e7e153f6d0af..11e3ca0c8dc88 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.4.1", - "astro": "^1.0.0-beta.73" + "@astrojs/vue": "^0.5.0", + "astro": "^1.0.0-beta.74" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 70952a3a69ff6..39bf545360072 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -9,14 +9,14 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/lit": "^0.3.1", + "@astrojs/lit": "^0.3.2", "@astrojs/partytown": "^0.1.8", "@astrojs/react": "^0.4.2", - "@astrojs/sitemap": "^0.2.6", + "@astrojs/sitemap": "^0.2.7", "@astrojs/solid-js": "0.4.1", "@astrojs/tailwind": "^0.2.4", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ebb2a16e3430a..673aeb6dfdb55 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 2c4342d42e716..b3d2ff6af8d04 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.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 69c65eb261a8a..ce3a77efcb53b 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 78ae42401b33a..08f3451406e2f 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.6", - "@astrojs/svelte": "^0.4.1", - "astro": "^1.0.0-beta.73", + "@astrojs/node": "^0.2.0", + "@astrojs/svelte": "^0.5.0", + "astro": "^1.0.0-beta.74", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index b0109d7177093..7483993af3be1 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index d0ee033ff2bc3..0cb7f4e73620c 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 63e3f8e787568..999fe8801a5d6 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.12.0", - "astro": "^1.0.0-beta.73", + "@astrojs/markdown-remark": "^0.13.0", + "astro": "^1.0.0-beta.74", "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 54a440a5285be..a695c64e40379 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.12.0", - "astro": "^1.0.0-beta.73" + "@astrojs/markdown-remark": "^0.13.0", + "astro": "^1.0.0-beta.74" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 8b31a862227f0..17c3975c636f2 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.2.1", + "@astrojs/mdx": "^0.3.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 406ece15c3f5a..2f4b3bc8afd6f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-beta.73" + "astro": "^1.0.0-beta.74" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index a97429d0ead0e..3e7944628fe6c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.4", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-beta.74", "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 76a948bfd7500..48100b6e1abaf 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.73", + "astro": "^1.0.0-beta.74", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 0f821ed8da9fc..7ef587bbb1781 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,62 @@ # astro +## 1.0.0-beta.74 + +### Minor Changes + +- [#3992](https://github.com/withastro/astro/pull/3992) [`ccae43142`](https://github.com/withastro/astro/commit/ccae43142619cedd479c9879a9c0fcee92263213) Thanks [@matthewp](https://github.com/matthewp)! - Removes warnings for integrations/ssr + +* [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + +* [#3986](https://github.com/withastro/astro/pull/3986) [`bccd88f0e`](https://github.com/withastro/astro/commit/bccd88f0ebe1fbf383c0cee4b27a4c24c72dea72) Thanks [@matthewp](https://github.com/matthewp)! - Move the Markdown component to its own package + + This change moves the Markdown component into its own package where it will be maintained separately. All that needs to change from a user's perspective is the import statement: + + ```astro + --- + import { Markdown } from 'astro/components'; + --- + ``` + + Becomes: + + ```astro + --- + import Markdown from '@astrojs/markdown-component'; + --- + ``` + +### Patch Changes + +- [#3988](https://github.com/withastro/astro/pull/3988) [`9841c21e8`](https://github.com/withastro/astro/commit/9841c21e8ecc1ed2dbf46648355871800ac0b172) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix certain characters showing incorrectly in `astro check` + +* [#4000](https://github.com/withastro/astro/pull/4000) [`1c1b9da62`](https://github.com/withastro/astro/commit/1c1b9da624ec811e3e4a34b63f07bce61d2dcd04) Thanks [@tony-sull](https://github.com/tony-sull)! - public assets should always take priority over page routes in SSR deployments + +- [#3944](https://github.com/withastro/astro/pull/3944) [`e82ff13f1`](https://github.com/withastro/astro/commit/e82ff13f18e8776844555fe3acd2b366cf8f1e11) Thanks [@mihkeleidast](https://github.com/mihkeleidast)! - Add export keyword to astro config file stub created by add cli command + +* [#3991](https://github.com/withastro/astro/pull/3991) [`4dd341c8a`](https://github.com/withastro/astro/commit/4dd341c8a1a3ffe00916bb6c4d7cea7000c9d254) Thanks [@natemoo-re](https://github.com/natemoo-re)! - [#3859](https://github.com/withastro/astro/pull/3859) Overhaul Astro error handling, using Vite's built-in error overlay when possible + +- [#4009](https://github.com/withastro/astro/pull/4009) [`01ba07d8f`](https://github.com/withastro/astro/commit/01ba07d8fa7eb67530b47b8530d65906f1aebf6e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Lit compat with Vite 3.0.1 + +* [#3974](https://github.com/withastro/astro/pull/3974) [`54865612e`](https://github.com/withastro/astro/commit/54865612ea412f3d6d9a986d9dc6d4bebb7c8a63) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added missing `media` attributes from the JSX definitions for the `meta` element + +- [#3995](https://github.com/withastro/astro/pull/3995) [`b2b367c96`](https://github.com/withastro/astro/commit/b2b367c969493aaf21c974064beb241d05228066) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support YAML frontmatter in MDX files + +* [#3968](https://github.com/withastro/astro/pull/3968) [`95eaa207d`](https://github.com/withastro/astro/commit/95eaa207d8bd4cb5ca2cc1c6279a9bd4096b33d7) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve warning logs on astro.config change + +* Updated dependencies [[`ba11b3399`](https://github.com/withastro/astro/commit/ba11b33996d79c32da947986edb0f32dbcc04aaf)]: + - @astrojs/markdown-remark@0.13.0 + ## 1.0.0-beta.73 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index ee82786b3478d..1fe7ad282b155 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.73", + "version": "1.0.0-beta.74", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -84,7 +84,7 @@ "dependencies": { "@astrojs/compiler": "^0.20.0", "@astrojs/language-server": "^0.20.0", - "@astrojs/markdown-remark": "^0.12.0", + "@astrojs/markdown-remark": "^0.13.0", "@astrojs/prism": "0.6.1", "@astrojs/telemetry": "^0.4.1", "@astrojs/webapi": "^0.12.0", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index f951815e5add5..e0fcaab499033 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.14.2 + +### Patch Changes + +- [#3971](https://github.com/withastro/astro/pull/3971) [`e6e216061`](https://github.com/withastro/astro/commit/e6e2160614c9af320419a599c42211d0147760f4) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes support for using templates from any GitHub repository + ## 0.14.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 96bd5199ba4ef..aaec6d2aacdab 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.14.1", + "version": "0.14.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index c6eae1744786a..9b635c81f01f3 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/cloudflare +## 0.3.0 + +### Minor Changes + +- [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + ## 0.2.4 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 4835549c0bd72..26c4fb30daa16 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare pages functions", - "version": "0.2.4", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 60ffb5fcb1deb..badcac08cbdab 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/node +## 0.2.0 + +### Minor Changes + +- [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + ## 0.1.10 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index c20e2d4178a54..5c9867677f62a 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/deno", "description": "Deploy your site to a Deno server", - "version": "0.1.10", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index d39e9a977ea7a..ab981ad84db8a 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/image +## 0.2.0 + +### Minor Changes + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + +### Patch Changes + +- [#3961](https://github.com/withastro/astro/pull/3961) [`d73c04a9e`](https://github.com/withastro/astro/commit/d73c04a9e58c7d320cdb4f34604de76b30199778) Thanks [@tony-sull](https://github.com/tony-sull)! - Updates the component to pass the `alt` attribute down to the element + +* [#3980](https://github.com/withastro/astro/pull/3980) [`eaf187f2c`](https://github.com/withastro/astro/commit/eaf187f2c40493abec28113c742ef392c812d0e2) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixing TypeScript definition exports for image components + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index e4d1f26f994cc..a2111694df6c5 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.1.3", + "version": "0.2.0", "type": "module", "types": "./dist/types.d.ts", "author": "withastro", diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index a91319076a1c4..dc79672b1c7b8 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 0.3.2 + +### Patch Changes + +- [#4009](https://github.com/withastro/astro/pull/4009) [`01ba07d8f`](https://github.com/withastro/astro/commit/01ba07d8fa7eb67530b47b8530d65906f1aebf6e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Lit compat with Vite 3.0.1 + ## 0.3.1 ### Patch Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 9775b9b6a6b47..41c449cb1cd3e 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "0.3.1", + "version": "0.3.2", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index c2a5738bbff07..6b3de46b28059 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/mdx +## 0.3.0 + +### Minor Changes + +- [#3977](https://github.com/withastro/astro/pull/3977) [`19433eb4a`](https://github.com/withastro/astro/commit/19433eb4a4441522f68492ca914ad2ab4f061343) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add remarkPlugins and rehypePlugins to config, with the same default plugins as our standard Markdown parser + +* [#3995](https://github.com/withastro/astro/pull/3995) [`b2b367c96`](https://github.com/withastro/astro/commit/b2b367c969493aaf21c974064beb241d05228066) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support YAML frontmatter in MDX files + +### Patch Changes + +- [#3981](https://github.com/withastro/astro/pull/3981) [`61fec6304`](https://github.com/withastro/astro/commit/61fec63044e1585348e8405bee6fdf4dec635efa) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Include page url in MDX glob result + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8084495f847b3..a20774cd8c2eb 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.2.1", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 4c18c516879d5..37960fc9684c0 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/netlify +## 0.5.0 + +### Minor Changes + +- [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + ## 0.4.10 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 39eb10ebd96c5..2a0eadf6a7330 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.4.10", + "version": "0.5.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index e5d599cc12a29..72af5b0c1dde0 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/node +## 0.2.0 + +### Minor Changes + +- [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + ## 0.1.6 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 7886e93fc351a..b35723896c820 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.6", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 4a788e14fc713..6caa7432b9161 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 0.2.7 + +### Patch Changes + +- [#3978](https://github.com/withastro/astro/pull/3978) [`b37d7078a`](https://github.com/withastro/astro/commit/b37d7078a009869bf482912397a073dca490d3da) Thanks [@Chrissdroid](https://github.com/Chrissdroid)! - Update README to reflect `@astrojs/sitemap@0.2.0` changes + ## 0.2.6 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index af279beb4eee9..85d956accca22 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for Astro", - "version": "0.2.6", + "version": "0.2.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 7c9ae59811dc2..801eee706387e 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/svelte +## 0.5.0 + +### Minor Changes + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + +### Patch Changes + +- [#3993](https://github.com/withastro/astro/pull/3993) [`40a45e3ef`](https://github.com/withastro/astro/commit/40a45e3ef6284c024d442cf7cb8e36d8354a35d1) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix optional props not being recognized properly in the editor + ## 0.4.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c9f837cb06ea9..c500b87eedbc1 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.4.1", + "version": "0.5.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 53f8b13aa11d0..70a71cfe6643a 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/vercel +## 0.3.0 + +### Minor Changes + +- [#3973](https://github.com/withastro/astro/pull/3973) [`5a23483ef`](https://github.com/withastro/astro/commit/5a23483efb3ba614b05a00064f84415620605204) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Astro.clientAddress + + The new `Astro.clientAddress` property allows you to get the IP address of the requested user. + + ```astro +
Your address { Astro.clientAddress }
+ ``` + + This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. + ## 0.2.6 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index a3320421312c1..9cb39a4df96e0 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.2.6", + "version": "0.3.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 91c56d629966d..5aac294d7e9b9 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.5.0 + +### Minor Changes + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + ## 0.4.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 0c694f68384fe..74a4118e9ea07 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.4.1", + "version": "0.5.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md new file mode 100644 index 0000000000000..1619be5d0232d --- /dev/null +++ b/packages/markdown/component/CHANGELOG.md @@ -0,0 +1,23 @@ +# @astrojs/markdown-component + +## 0.2.0 + +### Minor Changes + +- [#3986](https://github.com/withastro/astro/pull/3986) [`bccd88f0e`](https://github.com/withastro/astro/commit/bccd88f0ebe1fbf383c0cee4b27a4c24c72dea72) Thanks [@matthewp](https://github.com/matthewp)! - Move the Markdown component to its own package + + This change moves the Markdown component into its own package where it will be maintained separately. All that needs to change from a user's perspective is the import statement: + + ```astro + --- + import { Markdown } from 'astro/components'; + --- + ``` + + Becomes: + + ```astro + --- + import Markdown from '@astrojs/markdown-component'; + --- + ``` diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index fcbb120c525a7..2b2743ae6f628 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-component", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 17fbae5bb00e9..7abbb9c47a797 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 0.13.0 + +### Minor Changes + +- [`ba11b3399`](https://github.com/withastro/astro/commit/ba11b33996d79c32da947986edb0f32dbcc04aaf) Thanks [@RafidMuhymin](https://github.com/RafidMuhymin)! - fixed generated slugs in markdown that ends with a dash + ## 0.12.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 5cb1c7cbd7cc9..cb8096a4db396 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.12.0", + "version": "0.13.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85709f413bb39..9a8cdf4befb23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,14 +59,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -77,7 +77,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -89,14 +89,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -112,7 +112,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -131,14 +131,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 dependencies: alpinejs: 3.10.2 devDependencies: @@ -146,9 +146,9 @@ importers: examples/framework-lit: specifiers: - '@astrojs/lit': ^0.3.1 + '@astrojs/lit': ^0.3.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -159,14 +159,14 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/lit': ^0.3.1 + '@astrojs/lit': ^0.3.2 '@astrojs/preact': ^0.5.2 '@astrojs/react': ^0.4.2 '@astrojs/solid-js': ^0.4.1 - '@astrojs/svelte': ^0.4.1 - '@astrojs/vue': ^0.4.1 + '@astrojs/svelte': ^0.5.0 + '@astrojs/vue': ^0.5.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -195,7 +195,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -208,7 +208,7 @@ importers: '@astrojs/react': ^0.4.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -223,7 +223,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.4.1 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 solid-js: ^1.4.3 dependencies: solid-js: 1.4.7 @@ -233,8 +233,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.4.1 - astro: ^1.0.0-beta.73 + '@astrojs/svelte': ^0.5.0 + astro: ^1.0.0-beta.74 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -244,8 +244,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.4.1 - astro: ^1.0.0-beta.73 + '@astrojs/vue': ^0.5.0 + astro: ^1.0.0-beta.74 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -255,15 +255,15 @@ importers: examples/integrations-playground: specifiers: - '@astrojs/lit': ^0.3.1 + '@astrojs/lit': ^0.3.2 '@astrojs/partytown': ^0.1.8 '@astrojs/react': ^0.4.2 - '@astrojs/sitemap': ^0.2.6 + '@astrojs/sitemap': ^0.2.7 '@astrojs/solid-js': 0.4.1 '@astrojs/tailwind': ^0.2.4 '@astrojs/turbolinks': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -292,20 +292,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -317,9 +317,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.1.6 - '@astrojs/svelte': ^0.4.1 - astro: ^1.0.0-beta.73 + '@astrojs/node': ^0.2.0 + '@astrojs/svelte': ^0.5.0 + astro: ^1.0.0-beta.74 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -338,14 +338,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.4.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -359,8 +359,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^0.12.0 - astro: ^1.0.0-beta.73 + '@astrojs/markdown-remark': ^0.13.0 + astro: ^1.0.0-beta.74 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -377,17 +377,17 @@ importers: examples/with-markdown-shiki: specifiers: - '@astrojs/markdown-remark': ^0.12.0 - astro: ^1.0.0-beta.73 + '@astrojs/markdown-remark': ^0.13.0 + astro: ^1.0.0-beta.74 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.2.1 + '@astrojs/mdx': ^0.3.0 '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -399,7 +399,7 @@ importers: specifiers: '@astrojs/preact': ^0.5.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -413,7 +413,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.4 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -428,7 +428,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-beta.74 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -440,7 +440,7 @@ importers: specifiers: '@astrojs/compiler': ^0.20.0 '@astrojs/language-server': ^0.20.0 - '@astrojs/markdown-remark': ^0.12.0 + '@astrojs/markdown-remark': ^0.13.0 '@astrojs/prism': 0.6.1 '@astrojs/telemetry': ^0.4.1 '@astrojs/webapi': ^0.12.0