diff --git a/.changeset/eighty-knives-remain.md b/.changeset/eighty-knives-remain.md deleted file mode 100644 index 72cd5c76f..000000000 --- a/.changeset/eighty-knives-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/mdx': patch -'@astrojs/markdown-remark': patch ---- - -Fix MDX heading IDs generation when using a frontmatter reference diff --git a/.changeset/fluffy-cherries-shake.md b/.changeset/fluffy-cherries-shake.md deleted file mode 100644 index 818ce7a42..000000000 --- a/.changeset/fluffy-cherries-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a dev server edge case where prerender + getStaticPaths would not 404 on an unmatched route diff --git a/.changeset/fresh-eels-speak.md b/.changeset/fresh-eels-speak.md deleted file mode 100644 index d826bb516..000000000 --- a/.changeset/fresh-eels-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Support passing `children` as props to a React component diff --git a/.changeset/good-avocados-repeat.md b/.changeset/good-avocados-repeat.md deleted file mode 100644 index 3ff9846de..000000000 --- a/.changeset/good-avocados-repeat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -Support for prerendering in the Cloudflare integration - -This fixes prerendering in the Cloudflare adapter. Now any prerendered routes are added to the `_routes.json` config so that the worker script is skipped for those routes. diff --git a/.changeset/odd-rats-drop.md b/.changeset/odd-rats-drop.md deleted file mode 100644 index 1b2f930f0..000000000 --- a/.changeset/odd-rats-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/node': patch ---- - -Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS diff --git a/.changeset/serious-turtles-explode.md b/.changeset/serious-turtles-explode.md deleted file mode 100644 index 0e90a18d9..000000000 --- a/.changeset/serious-turtles-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -improve error message: change @astrojs/solid to @astrojs/solid-js diff --git a/.changeset/strong-hotels-sort.md b/.changeset/strong-hotels-sort.md deleted file mode 100644 index 7b674aef5..000000000 --- a/.changeset/strong-hotels-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add type guard support to filters on `getCollection()` diff --git a/.changeset/ten-icons-raise.md b/.changeset/ten-icons-raise.md deleted file mode 100644 index 2c283d8b3..000000000 --- a/.changeset/ten-icons-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Astro component is not able to use a custom theme anymore diff --git a/.changeset/tidy-ties-repeat.md b/.changeset/tidy-ties-repeat.md deleted file mode 100644 index 91c0678c0..000000000 --- a/.changeset/tidy-ties-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/cloudflare": minor ---- - -Re-enable streaming in Cloudflare Pages. diff --git a/examples/basics/package.json b/examples/basics/package.json index e365c322a..4d9325837 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 43eb82bc0..11838b62b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", - "@astrojs/mdx": "^0.15.0", + "astro": "^2.0.2", + "@astrojs/mdx": "^0.15.1", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.0" } diff --git a/examples/component/package.json b/examples/component/package.json index c1bba0741..015e847e6 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index ad5050d60..7aa968af3 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "devDependencies": { "@astrojs/deno": "^4.0.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 491604598..d2f1bbb5b 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,11 +11,11 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@astrojs/preact": "^2.0.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 36bdfe423..361d0738d 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "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 aa0aa53ae..313b1eb9c 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "lit": "^2.2.5", "@astrojs/lit": "^1.1.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 1fed3fa83..765d70574 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -19,7 +19,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^2.0.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@astrojs/solid-js": "^2.0.0", "@astrojs/svelte": "^2.0.0", "@astrojs/vue": "^2.0.0" diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 758839f41..8d5144864 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "@astrojs/preact": "^2.0.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cc42c30ee..a0cec7698 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 36653ab07..0efbeebd5 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.0.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 530073493..fa614cb0a 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.0", - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index eb3366107..a1ddf19c6 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "vue": "^3.2.37", "@astrojs/vue": "^2.0.0" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 8b8e9285f..0e3deb87b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.0", - "astro": "^2.0.1" + "@astrojs/node": "^5.0.1", + "astro": "^2.0.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 1a0472da5..0757bc608 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c18a868a7..48143f2ea 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 4e7bf59ec..98c3b11b9 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b262f6c20..e5148b874 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 672822599..0ed38e01d 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.0", - "@astrojs/node": "^5.0.0", + "@astrojs/node": "^5.0.1", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index f25b1fe56..df88f2d7c 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", - "@astrojs/markdown-remark": "^2.0.0", + "astro": "^2.0.2", + "@astrojs/markdown-remark": "^2.0.1", "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 8481e230e..b4a31b7e4 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index c73b04373..ce6033be5 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.6.5", "@astrojs/preact": "^2.0.0", - "@astrojs/mdx": "^0.15.0" + "@astrojs/mdx": "^0.15.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3204adb56..a6fa0ce1a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "@astrojs/preact": "^2.0.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7630f44db..26adfee2c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.15.0", + "@astrojs/mdx": "^0.15.1", "@astrojs/tailwind": "^3.0.0", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.1", + "astro": "^2.0.2", "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 5317c2adb..ffbec8634 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "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 74887ac1e..10f7590be 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 84a12eac8..bd842c9f8 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,22 @@ # astro +## 2.0.2 + +### Patch Changes + +- [#5983](https://github.com/withastro/astro/pull/5983) [`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes a dev server edge case where prerender + getStaticPaths would not 404 on an unmatched route + +- [#5992](https://github.com/withastro/astro/pull/5992) [`60b32d585`](https://github.com/withastro/astro/commit/60b32d58565d87e87573eb268408293fc28ec657) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS + +- [#5971](https://github.com/withastro/astro/pull/5971) [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad) Thanks [@JLarky](https://github.com/JLarky)! - improve error message: change @astrojs/solid to @astrojs/solid-js + +- [#5970](https://github.com/withastro/astro/pull/5970) [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add type guard support to filters on `getCollection()` + +- [#5952](https://github.com/withastro/astro/pull/5952) [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Astro component is not able to use a custom theme anymore + +- Updated dependencies [[`7abb1e905`](https://github.com/withastro/astro/commit/7abb1e9056c4b4fd0abfced347df32a41cdfbf28)]: + - @astrojs/markdown-remark@2.0.1 + ## 2.0.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 109b3af32..c892bd635 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.1", + "version": "2.0.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -101,7 +101,7 @@ "dependencies": { "@astrojs/compiler": "^1.0.1", "@astrojs/language-server": "^0.28.3", - "@astrojs/markdown-remark": "^2.0.0", + "@astrojs/markdown-remark": "^2.0.1", "@astrojs/telemetry": "^2.0.0", "@astrojs/webapi": "^2.0.0", "@babel/core": "^7.18.2", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 4d0198224..425c7bcfb 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,20 @@ # @astrojs/cloudflare +## 6.1.0 + +### Minor Changes + +- [#5914](https://github.com/withastro/astro/pull/5914) [`088f5194c`](https://github.com/withastro/astro/commit/088f5194c55a6ec15b2eaf2cfb97f9ef45a24a33) Thanks [@AngusMorton](https://github.com/AngusMorton)! - Re-enable streaming in Cloudflare Pages. + +### Patch Changes + +- [#5993](https://github.com/withastro/astro/pull/5993) [`9855db676`](https://github.com/withastro/astro/commit/9855db676e61ad616c64382adeaa8c74de05f7e1) Thanks [@matthewp](https://github.com/matthewp)! - Support for prerendering in the Cloudflare integration + + This fixes prerendering in the Cloudflare adapter. Now any prerendered routes are added to the `_routes.json` config so that the worker script is skipped for those routes. + +- Updated dependencies [[`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c), [`60b32d585`](https://github.com/withastro/astro/commit/60b32d58565d87e87573eb268408293fc28ec657), [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad), [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a), [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a)]: + - astro@2.0.2 + ## 6.0.0 ### Major Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index fccd86747..eebd89d5b 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 workers or cloudflare pages", - "version": "6.0.0", + "version": "6.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 088142cbc..640411725 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -32,7 +32,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 56b67bc9d..18c55bd65 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -64,7 +64,7 @@ "vite": "^4.0.3" }, "peerDependencies": { - "astro": "workspace:^2.0.1", + "astro": "workspace:^2.0.2", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 7a9ba3d80..d24b1d988 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/mdx +## 0.15.1 + +### Patch Changes + +- [#5978](https://github.com/withastro/astro/pull/5978) [`7abb1e905`](https://github.com/withastro/astro/commit/7abb1e9056c4b4fd0abfced347df32a41cdfbf28) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fix MDX heading IDs generation when using a frontmatter reference + +- Updated dependencies [[`7abb1e905`](https://github.com/withastro/astro/commit/7abb1e9056c4b4fd0abfced347df32a41cdfbf28)]: + - @astrojs/markdown-remark@2.0.1 + ## 0.15.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8a6076b16..54f1e388e 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.15.0", + "version": "0.15.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,7 +30,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.0.0", + "@astrojs/markdown-remark": "^2.0.1", "@astrojs/prism": "^2.0.0", "@mdx-js/mdx": "^2.1.2", "@mdx-js/rollup": "^2.1.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 2966f9639..9cdb0ea9d 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -38,7 +38,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 92e5ab478..603e69f84 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/node +## 5.0.1 + +### Patch Changes + +- [#5992](https://github.com/withastro/astro/pull/5992) [`60b32d585`](https://github.com/withastro/astro/commit/60b32d58565d87e87573eb268408293fc28ec657) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS + +- Updated dependencies [[`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c), [`60b32d585`](https://github.com/withastro/astro/commit/60b32d58565d87e87573eb268408293fc28ec657), [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad), [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a), [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a)]: + - astro@2.0.2 + ## 5.0.0 ### Major Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 798b0f961..1cb50c201 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": "5.0.0", + "version": "5.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -34,7 +34,7 @@ "send": "^0.18.0" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 797c42562..e34c80316 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.0.1 + +### Patch Changes + +- [#5886](https://github.com/withastro/astro/pull/5886) [`9d4bfc76e`](https://github.com/withastro/astro/commit/9d4bfc76e8de7cf85997100145532a6fa7d2b025) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Support passing `children` as props to a React component + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 870c4739c..bc76ef778 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 5547f442b..6bcd37ed8 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -44,7 +44,7 @@ }, "peerDependencies": { "svelte": "^3.54.0", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "engines": { "node": ">=16.12.0" diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 18b434abd..c7d30f5b5 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -41,7 +41,7 @@ }, "peerDependencies": { "tailwindcss": "^3.0.24", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "pnpm": { "peerDependencyRules": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b9080ed20..7c49e026e 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -50,7 +50,7 @@ "set-cookie-parser": "^2.5.1" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 739128d2e..a48d2f5cc 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "vue": "^3.2.30", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "engines": { "node": ">=16.12.0" diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 05dce8f39..ba97148e1 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdown-remark +## 2.0.1 + +### Patch Changes + +- [#5978](https://github.com/withastro/astro/pull/5978) [`7abb1e905`](https://github.com/withastro/astro/commit/7abb1e9056c4b4fd0abfced347df32a41cdfbf28) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fix MDX heading IDs generation when using a frontmatter reference + +- Updated dependencies [[`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c), [`60b32d585`](https://github.com/withastro/astro/commit/60b32d58565d87e87573eb268408293fc28ec657), [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad), [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a), [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a)]: + - astro@2.0.2 + ## 2.0.0 ### Major Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 9ed26a5dc..2699f6661 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "author": "withastro", "license": "MIT", @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.0.0" + "astro": "workspace:^2.0.2" }, "dependencies": { "@astrojs/prism": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a4d0f645..f3d979e5d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,16 +63,16 @@ importers: examples/basics: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.15.0 + '@astrojs/mdx': ^0.15.1 '@astrojs/rss': ^2.1.0 '@astrojs/sitemap': ^1.0.0 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -81,14 +81,14 @@ importers: examples/component: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.0.0 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro devDependencies: @@ -98,13 +98,13 @@ importers: specifiers: '@algolia/client-search': ^4.13.1 '@astrojs/preact': ^2.0.0 - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.0.1 + astro: ^2.0.2 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -130,7 +130,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -141,7 +141,7 @@ importers: specifiers: '@astrojs/lit': ^1.1.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.0.1 + astro: ^2.0.2 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -152,11 +152,11 @@ importers: examples/framework-multiple: specifiers: '@astrojs/preact': ^2.0.0 - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@astrojs/solid-js': ^2.0.0 '@astrojs/svelte': ^2.0.0 '@astrojs/vue': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -181,7 +181,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.0 '@preact/signals': ^1.1.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -191,10 +191,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.0.1 + astro: ^2.0.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -208,7 +208,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -218,7 +218,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -228,7 +228,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -237,41 +237,41 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.0 - astro: ^2.0.1 + '@astrojs/node': ^5.0.1 + astro: ^2.0.2 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/ssr: specifiers: - '@astrojs/node': ^5.0.0 + '@astrojs/node': ^5.0.1 '@astrojs/svelte': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -287,8 +287,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^2.0.0 - astro: ^2.0.1 + '@astrojs/markdown-remark': ^2.0.1 + astro: ^2.0.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -305,15 +305,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.15.0 + '@astrojs/mdx': ^0.15.1 '@astrojs/preact': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -325,7 +325,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.0 '@nanostores/preact': ^0.1.3 - astro: ^2.0.1 + astro: ^2.0.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -337,10 +337,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.15.0 + '@astrojs/mdx': ^0.15.1 '@astrojs/tailwind': ^3.0.0 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.1 + astro: ^2.0.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -357,7 +357,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -367,7 +367,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -377,7 +377,7 @@ importers: specifiers: '@astrojs/compiler': ^1.0.1 '@astrojs/language-server': ^0.28.3 - '@astrojs/markdown-remark': ^2.0.0 + '@astrojs/markdown-remark': ^2.0.1 '@astrojs/telemetry': ^2.0.0 '@astrojs/webapi': ^2.0.0 '@babel/core': ^7.18.2 @@ -2860,7 +2860,7 @@ importers: packages/integrations/mdx: specifiers: - '@astrojs/markdown-remark': ^2.0.0 + '@astrojs/markdown-remark': ^2.0.1 '@astrojs/prism': ^2.0.0 '@mdx-js/mdx': ^2.1.2 '@mdx-js/rollup': ^2.1.1