From 4e87cd63e052804303109bc6742ca7cc4d623234 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Sep 2022 18:37:02 +0000 Subject: [PATCH] [ci] release --- .changeset/metal-bees-pretend.md | 5 -- .changeset/pink-beans-cross.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 4 +- examples/deno/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- 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 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 6 +++ packages/astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 +++ packages/integrations/mdx/package.json | 2 +- pnpm-lock.yaml | 52 ++++++++++----------- 31 files changed, 67 insertions(+), 65 deletions(-) delete mode 100644 .changeset/metal-bees-pretend.md delete mode 100644 .changeset/pink-beans-cross.md diff --git a/.changeset/metal-bees-pretend.md b/.changeset/metal-bees-pretend.md deleted file mode 100644 index cfc54280bbb61..0000000000000 --- a/.changeset/metal-bees-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Document MDXLayoutProps utility type diff --git a/.changeset/pink-beans-cross.md b/.changeset/pink-beans-cross.md deleted file mode 100644 index c56c41b28c0de..0000000000000 --- a/.changeset/pink-beans-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix slashes for paths containing non-ASCII characters on Windows diff --git a/examples/basics/package.json b/examples/basics/package.json index e48f02ac018f9..40a4ec607fae3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ee2874fc157e8..a04437aa4586d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", - "@astrojs/mdx": "^0.11.1", + "astro": "^1.3.1", + "@astrojs/mdx": "^0.11.2", "@astrojs/rss": "^1.0.1", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index aefeef7e206d9..06e2ba0adc156 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "peerDependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index 09ce7d1cd3546..19f76ee446e9e 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" }, "devDependencies": { "@astrojs/deno": "^1.0.1" diff --git a/examples/docs/package.json b/examples/docs/package.json index 47032dfd35aca..c7b648fef6b68 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index b597c3aeba8c2..9e91a46c55b4e 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index c80c0c682c1cf..5a32c5c820de9 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 821eea34474e6..4064ada250769 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 158d488c57c93..330f03eef0c8d 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0" } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 6276ae73d2316..c21da486d974e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.1.4", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 44a038c61c4c1..942703d42eec0 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index f0becc3e7c8af..46f656d5dee35 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1d17265cd5bac..418c567911809 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vue": "^3.2.37", "@astrojs/vue": "^1.0.2" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6f58c8cd736ab..e5150454d1e97 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 0b0e1e18729ec..3842e266c6208 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d9d1b7f6dcfdd..338a12007529b 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 6a6bbd4fdaa62..c509fd9cf243b 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ }, "devDependencies": {}, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", "@astrojs/node": "^1.0.1", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 03af37b4f7d7f..5bc89fd94ffb0 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/markdown-remark": "^1.1.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 0b4bad1566770..5dd1410c9c484 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0" + "astro": "^1.3.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 246a5a279dc2f..57199e6cdc8be 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.6.5", "@astrojs/preact": "^1.1.0", - "@astrojs/mdx": "^0.11.1" + "@astrojs/mdx": "^0.11.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index fc7c1f8b22b21..c0dc37d6c1671 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "preact": "^10.7.3", "@astrojs/preact": "^1.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 80af642e7ddef..0b5a532642f27 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "@astrojs/tailwind": "^2.0.1", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 6a45647226bdf..27e99593e6369 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 04e42e842107b..6aa94b58bd7ee 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.3.0", + "astro": "^1.3.1", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9e41a5dd1de87..adb5a1285147f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 1.3.1 + +### Patch Changes + +- [#4712](https://github.com/withastro/astro/pull/4712) [`17dbc6701`](https://github.com/withastro/astro/commit/17dbc670186188ba418a1c8842d9349ee557fa2a) Thanks [@Lifeni](https://github.com/Lifeni)! - Fix slashes for paths containing non-ASCII characters on Windows + ## 1.3.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 52d002b1f6ef6..95c37080e43d6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.3.0", + "version": "1.3.1", "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/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 6c1a2e1a76b17..b5eeb30d1863d 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.11.2 + +### Patch Changes + +- [#4700](https://github.com/withastro/astro/pull/4700) [`e5f71142e`](https://github.com/withastro/astro/commit/e5f71142eb62bd72456e889dad5774347c3753f2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Document MDXLayoutProps utility type + ## 0.11.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 68c272bd3b438..b530011692ffa 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.11.1", + "version": "0.11.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b516d159e76f..8c60bd1727b4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,16 +56,16 @@ importers: examples/basics: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.11.1 + '@astrojs/mdx': ^0.11.2 '@astrojs/rss': ^1.0.1 '@astrojs/sitemap': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^1.0.1 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro devDependencies: @@ -97,7 +97,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -120,7 +120,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.3.0 + astro: ^1.3.1 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -131,7 +131,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.3.0 + astro: ^1.3.1 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -146,7 +146,7 @@ importers: '@astrojs/solid-js': ^1.1.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.2 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -170,7 +170,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -182,7 +182,7 @@ importers: '@astrojs/react': ^1.1.4 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.3.0 + astro: ^1.3.1 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -196,7 +196,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -206,7 +206,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -216,7 +216,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.2 - astro: ^1.3.0 + astro: ^1.3.1 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -225,19 +225,19 @@ importers: examples/minimal: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro @@ -245,7 +245,7 @@ importers: specifiers: '@astrojs/node': ^1.0.1 '@astrojs/svelte': ^1.0.0 - astro: ^1.3.0 + astro: ^1.3.1 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -264,7 +264,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.2 - astro: ^1.3.0 + astro: ^1.3.1 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -281,15 +281,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.11.1 + '@astrojs/mdx': ^0.11.2 '@astrojs/preact': ^1.1.0 - astro: ^1.3.0 + astro: ^1.3.1 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -301,7 +301,7 @@ importers: specifiers: '@astrojs/preact': ^1.1.0 '@nanostores/preact': ^0.1.3 - astro: ^1.3.0 + astro: ^1.3.1 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -314,7 +314,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^2.0.1 - astro: ^1.3.0 + astro: ^1.3.1 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -329,7 +329,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -339,7 +339,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.3.0 + astro: ^1.3.1 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro