diff --git a/.changeset/bright-suns-brake.md b/.changeset/bright-suns-brake.md deleted file mode 100644 index 13660de30b1ef..0000000000000 --- a/.changeset/bright-suns-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Preserve pathnames for sitemap.xml diff --git a/.changeset/happy-penguins-wave.md b/.changeset/happy-penguins-wave.md deleted file mode 100644 index bc45a45d7c171..0000000000000 --- a/.changeset/happy-penguins-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-solid': patch ---- - -fix renderer-solid diff --git a/.changeset/selfish-scissors-repeat.md b/.changeset/selfish-scissors-repeat.md deleted file mode 100644 index 8568a25a8d61f..0000000000000 --- a/.changeset/selfish-scissors-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes the output when using the experimental-static-build flag diff --git a/.changeset/seven-mice-do.md b/.changeset/seven-mice-do.md deleted file mode 100644 index 39d7f8125829f..0000000000000 --- a/.changeset/seven-mice-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fix issue with plugins running twice in dev and build diff --git a/.changeset/spotty-turtles-complain.md b/.changeset/spotty-turtles-complain.md deleted file mode 100644 index 021eac91fd9fd..0000000000000 --- a/.changeset/spotty-turtles-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix preview issues triggered by pageUrlFormat & trailingSlash options diff --git a/.changeset/tricky-eagles-enjoy.md b/.changeset/tricky-eagles-enjoy.md deleted file mode 100644 index 4285d2c198a9c..0000000000000 --- a/.changeset/tricky-eagles-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes use of --experimental-static-build with markdown pages diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 20bba4572f2e9..ff61b77739733 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 8cedf05df6f97..4e08fa5eda215 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index be8458d825ea1..30e9831a40438 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/component/package.json b/examples/component/package.json index 9352b35a0a51b..d375cca553409 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -12,6 +12,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 9a2dbc4dcbf0a..8faa2ab775924 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index 61869eed46253..4519c703bde48 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index b1490fca99f5f..e4651ae68c50d 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 875726d430058..5252fa67cdc1a 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.3.0", - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index fe60f3827c2e5..d3ac0b3f3198f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 36d00d348f223..83f2088f0c870 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f81496d6d89ef..7261efa0ab680 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index dc43717755914..5f2a53807bc9f 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 27663386c2f06..1d9a2746a079d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f03614a10a16d..202cb369e415c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e0636eb536e1d..188c45a6bce31 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index a78d25ddcb0b4..e0c5efdc62a6a 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 6a0287b3a341f..9793f923a17ad 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 4b6ef726803ec..aa42eb2439a22 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index a8efec9d37cab..ae16f279aba6e 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 3342320668ab7..7b334d9b10abc 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index cce5972f75783..c3629eca67de3 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 22abe4ff9f5f2..bcbf85bcdaecb 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,7 +16,7 @@ "solid-nanostores": "0.0.6" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index eed8880ea3727..dc80d1083587e 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 91eddc42c7416..b13f7c39ecd53 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": "^0.22.9", + "astro": "^0.22.10", "vite-plugin-pwa": "0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ad8d11099b59c..c6e8d39b3cd34 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,19 @@ # astro +## 0.22.10 + +### Patch Changes + +- [#2335](https://github.com/withastro/astro/pull/2335) [`f008a19c`](https://github.com/withastro/astro/commit/f008a19c9d4ad046ef7b24262605e8107c34a9bc) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Preserve pathnames for sitemap.xml + +* [#2358](https://github.com/withastro/astro/pull/2358) [`10074972`](https://github.com/withastro/astro/commit/1007497297769455d41e23f48dfdbec90b403f2e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes the output when using the experimental-static-build flag + +- [#2323](https://github.com/withastro/astro/pull/2323) [`69af658b`](https://github.com/withastro/astro/commit/69af658b00be0a3b1bb0eb11c2e480973a5a6301) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Fix issue with plugins running twice in dev and build + +* [#2338](https://github.com/withastro/astro/pull/2338) [`c0cb7eea`](https://github.com/withastro/astro/commit/c0cb7eead5389e93c9a3e8206a301e44bd928702) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Fix preview issues triggered by pageUrlFormat & trailingSlash options + +- [#2363](https://github.com/withastro/astro/pull/2363) [`7e0b32c5`](https://github.com/withastro/astro/commit/7e0b32c5696ec9db3cdee3de732de056b380568a) Thanks [@matthewp](https://github.com/matthewp)! - Fixes use of --experimental-static-build with markdown pages + ## 0.22.9 ### Patch Changes @@ -1094,10 +1108,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` @@ -1117,10 +1131,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - name: '@matthewp/my-renderer', - server: './server.js', - client: './client.js', - hydrationPolyfills: ['./my-polyfill.js'], + name: '@matthewp/my-renderer', + server: './server.js', + client: './client.js', + hydrationPolyfills: ['./my-polyfill.js'], }; ``` diff --git a/packages/astro/package.json b/packages/astro/package.json index fd99f1eb8c1d5..53e5ceb003366 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.22.9", + "version": "0.22.10", "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/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md index ee130a86204ff..9497e34256ca6 100644 --- a/packages/renderers/renderer-solid/CHANGELOG.md +++ b/packages/renderers/renderer-solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-solid +## 0.3.1 + +### Patch Changes + +- [#2359](https://github.com/withastro/astro/pull/2359) [`f482c626`](https://github.com/withastro/astro/commit/f482c626a6e3472052d13cb0d348323ef4e822a8) Thanks [@toSayNothing](https://github.com/toSayNothing)! - fix renderer-solid + ## 0.3.0 ### Minor Changes diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json index 91bef4a18ff61..1b86fbb90f7c3 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.3.0", + "version": "0.3.1", "description": "Use Solid components within Astro", "type": "module", "author": "withastro",