summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-11 03:57:19 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-11 11:57:19 +0000
commitf47b85ce6fd11bf6a0e7db975069363f021be1ae (patch)
treeb7c727743d54e30508e55c758df87dfcb79c9a65
parentd656797fced1f906a3a2ebdee74ae25588318fd4 (diff)
downloadastro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.gz
astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.zst
astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/big-shirts-travel.md5
-rw-r--r--.changeset/gorgeous-buttons-remember.md5
-rw-r--r--.changeset/honest-bats-own.md5
-rw-r--r--.changeset/neat-peaches-mate.md8
-rw-r--r--.changeset/nervous-chicken-allow.md5
-rw-r--r--.changeset/shiny-glasses-care.md5
-rw-r--r--.changeset/sweet-deers-watch.md5
-rw-r--r--.changeset/swift-buttons-drum.md5
-rw-r--r--.changeset/young-rats-sin.md11
-rw-r--r--.changeset/young-spoons-rescue.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/view-transitions/package.json4
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md21
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md9
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md8
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md10
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml78
51 files changed, 151 insertions, 144 deletions
diff --git a/.changeset/big-shirts-travel.md b/.changeset/big-shirts-travel.md
deleted file mode 100644
index 2adfa3e4e..000000000
--- a/.changeset/big-shirts-travel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': patch
----
-
-When using Svelte 5, slots can now be rendered as snippets
diff --git a/.changeset/gorgeous-buttons-remember.md b/.changeset/gorgeous-buttons-remember.md
deleted file mode 100644
index 46a605949..000000000
--- a/.changeset/gorgeous-buttons-remember.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-remark': patch
----
-
-Fixes an issue where this package could not be installed alongside Astro 4.0.
diff --git a/.changeset/honest-bats-own.md b/.changeset/honest-bats-own.md
deleted file mode 100644
index 3755e7572..000000000
--- a/.changeset/honest-bats-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Correctly handle the rendering of i18n routes when `output: "hybrid"` is set
diff --git a/.changeset/neat-peaches-mate.md b/.changeset/neat-peaches-mate.md
deleted file mode 100644
index f39840afd..000000000
--- a/.changeset/neat-peaches-mate.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@astrojs/svelte': patch
-'@astrojs/node': patch
-'@astrojs/mdx': patch
-'@astrojs/vue': patch
----
-
-Updates NPM package to refer to the stable Astro version instead of a beta.
diff --git a/.changeset/nervous-chicken-allow.md b/.changeset/nervous-chicken-allow.md
deleted file mode 100644
index 214bd306f..000000000
--- a/.changeset/nervous-chicken-allow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Fixes an issue where redirects did not work with the static adapter.
diff --git a/.changeset/shiny-glasses-care.md b/.changeset/shiny-glasses-care.md
deleted file mode 100644
index 07f60d3da..000000000
--- a/.changeset/shiny-glasses-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where prerendered route paths that end with `.mjs` were removed from the final build
diff --git a/.changeset/sweet-deers-watch.md b/.changeset/sweet-deers-watch.md
deleted file mode 100644
index a582602eb..000000000
--- a/.changeset/sweet-deers-watch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/vercel": patch
----
-
-Fixes some incorrect code examples in the README documentation.
diff --git a/.changeset/swift-buttons-drum.md b/.changeset/swift-buttons-drum.md
deleted file mode 100644
index bf40b0478..000000000
--- a/.changeset/swift-buttons-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prettifies generated route names injected by integrations
diff --git a/.changeset/young-rats-sin.md b/.changeset/young-rats-sin.md
deleted file mode 100644
index 0d26ac34a..000000000
--- a/.changeset/young-rats-sin.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'astro': patch
----
-
-Fixes an edge case with `astro add` that could install a prerelease instead of a stable release version.
-
-**Prior to this change**
-`astro add svelte` installs `svelte@5.0.0-next.22`
-
-**After this change**
-`astro add svelte` installs `svelte@4.2.8`
diff --git a/.changeset/young-spoons-rescue.md b/.changeset/young-spoons-rescue.md
deleted file mode 100644
index 6fbeded05..000000000
--- a/.changeset/young-spoons-rescue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Allows the edge middleware to be an async function.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index d33671b1f..ad23060bf 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0c42df70d..45e444846 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.0",
+ "@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 3a72bb72e..096ca2266 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index d37a79bc0..6b8ff7eb6 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.3.1",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 96593eb37..ae91480c0 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^3.0.3",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"lit": "^2.8.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 498b56f78..2430eb48c 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,9 +14,9 @@
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.7",
"@astrojs/solid-js": "^3.0.2",
- "@astrojs/svelte": "^5.0.0",
- "@astrojs/vue": "^4.0.2",
- "astro": "^4.0.3",
+ "@astrojs/svelte": "^5.0.1",
+ "@astrojs/vue": "^4.0.3",
+ "astro": "^4.0.4",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 5ed683373..58506b47d 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"preact": "^10.19.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 1732ec790..e5485fe66 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.0.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 709d10f81..3ec222205 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"solid-js": "^1.8.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index c99ea9134..12a8ac4a7 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.0.0",
- "astro": "^4.0.3",
+ "@astrojs/svelte": "^5.0.1",
+ "astro": "^4.0.4",
"svelte": "^4.2.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 3a4480862..11ececb9c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.0.2",
- "astro": "^4.0.3",
+ "@astrojs/vue": "^4.0.3",
+ "astro": "^4.0.4",
"vue": "^3.3.8"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 28a3310ac..b93b13079 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^7.0.0",
- "astro": "^4.0.3"
+ "@astrojs/node": "^7.0.1",
+ "astro": "^4.0.4"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index a92a888b4..f30edbedf 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 9af03a263..f4f9f4f7c 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^7.0.0",
- "astro": "^4.0.3",
+ "@astrojs/node": "^7.0.1",
+ "astro": "^4.0.4",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 4e4fb33d3..2544a3121 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 52b4c9fc7..98041639c 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 01d5effb6..a0928bc16 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 5c6c5c20f..a4fed31fb 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^7.0.0",
- "@astrojs/svelte": "^5.0.0",
- "astro": "^4.0.3",
+ "@astrojs/node": "^7.0.1",
+ "@astrojs/svelte": "^5.0.1",
+ "astro": "^4.0.4",
"svelte": "^4.2.5"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index bb19a4f03..e29aa5128 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.3",
- "@astrojs/node": "^7.0.0",
- "astro": "^4.0.3"
+ "@astrojs/node": "^7.0.1",
+ "astro": "^4.0.4"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 4d63d789c..63a36cfb2 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.8.0",
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index bd86abdde..e92420d7b 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^4.0.0",
- "astro": "^4.0.3",
+ "@astrojs/markdown-remark": "^4.0.1",
+ "astro": "^4.0.4",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 56de8c871..739144e38 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.3"
+ "astro": "^4.0.4"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index b0e087468..f7c7d5d1a 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.0",
+ "@astrojs/mdx": "^2.0.1",
"@astrojs/preact": "^3.0.1",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"preact": "^10.19.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 66bd31e66..e55cf4b21 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index c62ad3343..08ef7997b 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.0.0",
+ "@astrojs/mdx": "^2.0.1",
"@astrojs/tailwind": "^5.0.3",
"@types/canvas-confetti": "^1.6.3",
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 54f7fdf99..a79ab6bee 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.0.3",
+ "astro": "^4.0.4",
"vitest": "^0.34.2"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index da96a03cb..2393e1b15 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,26 @@
# astro
+## 4.0.4
+
+### Patch Changes
+
+- [#9380](https://github.com/withastro/astro/pull/9380) [`ea0918259`](https://github.com/withastro/astro/commit/ea0918259964947523827bac6abe88ad3841dbb9) Thanks [@ematipico](https://github.com/ematipico)! - Correctly handle the rendering of i18n routes when `output: "hybrid"` is set
+
+- [#9374](https://github.com/withastro/astro/pull/9374) [`65ddb0271`](https://github.com/withastro/astro/commit/65ddb027111514d41481f7455c0f0f03f8f608a8) Thanks [@bluwy](https://github.com/bluwy)! - Fixes an issue where prerendered route paths that end with `.mjs` were removed from the final build
+
+- [#9375](https://github.com/withastro/astro/pull/9375) [`26f7023d6`](https://github.com/withastro/astro/commit/26f7023d6928de75c363df0fa759a6255cb73ef3) Thanks [@bluwy](https://github.com/bluwy)! - Prettifies generated route names injected by integrations
+
+- [#9387](https://github.com/withastro/astro/pull/9387) [`a7c75b333`](https://github.com/withastro/astro/commit/a7c75b3339e6b1562d0d16ab6ef482840c51df68) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes an edge case with `astro add` that could install a prerelease instead of a stable release version.
+
+ **Prior to this change**
+ `astro add svelte` installs `svelte@5.0.0-next.22`
+
+ **After this change**
+ `astro add svelte` installs `svelte@4.2.8`
+
+- Updated dependencies [[`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4)]:
+ - @astrojs/markdown-remark@4.0.1
+
## 4.0.3
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 79992216b..37a02780f 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.0.3",
+ "version": "4.0.4",
"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 374496a49..6161b6238 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/mdx
+## 2.0.1
+
+### Patch Changes
+
+- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta.
+
+- Updated dependencies [[`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4)]:
+ - @astrojs/markdown-remark@4.0.1
+
## 2.0.0
### Major Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 4ebd6d9bc..00ddefe47 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "2.0.0",
+ "version": "2.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 71a1b2f2f..89c7a4021 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 7.0.1
+
+### Patch Changes
+
+- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta.
+
## 7.0.0
### Major Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 7ae3b46bf..402bb6f7b 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": "7.0.0",
+ "version": "7.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 19939d2f1..cf253e290 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/svelte
+## 5.0.1
+
+### Patch Changes
+
+- [#9285](https://github.com/withastro/astro/pull/9285) [`1aa7fe85c`](https://github.com/withastro/astro/commit/1aa7fe85c1f18fb22e417a1958270443e94cdc32) Thanks [@bluwy](https://github.com/bluwy)! - When using Svelte 5, slots can now be rendered as snippets
+
+- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta.
+
## 5.0.0
### Major Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index e755bddeb..11dd8f0f0 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "5.0.0",
+ "version": "5.0.1",
"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 abb304360..282b5108c 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/vercel
+## 6.0.2
+
+### Patch Changes
+
+- [#9287](https://github.com/withastro/astro/pull/9287) [`1e342e34e`](https://github.com/withastro/astro/commit/1e342e34eb9cef465b838654cea7bb4b0d24e602) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where redirects did not work with the static adapter.
+
+- [#9383](https://github.com/withastro/astro/pull/9383) [`bebf5cf22`](https://github.com/withastro/astro/commit/bebf5cf22d0d842670825aa961529e8b342e2b26) Thanks [@sarah11918](https://github.com/sarah11918)! - Fixes some incorrect code examples in the README documentation.
+
+- [#9334](https://github.com/withastro/astro/pull/9334) [`dfbc70790`](https://github.com/withastro/astro/commit/dfbc7079081d3346713cb536358a3854362a2c95) Thanks [@Geo25rey](https://github.com/Geo25rey)! - Allows the edge middleware to be an async function.
+
## 6.0.1
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index db1b63a90..3aea2a455 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": "6.0.1",
+ "version": "6.0.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 16b28bec6..8377a7e84 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.3
+
+### Patch Changes
+
+- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta.
+
## 4.0.2
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 122679589..5435447d9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 93e1d5870..6a53750b4 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 4.0.1
+
+### Patch Changes
+
+- [#9349](https://github.com/withastro/astro/pull/9349) [`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where this package could not be installed alongside Astro 4.0.
+
## 4.0.0
### Major Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 7cb9bbb64..c65a582e7 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "4.0.0",
+ "version": "4.0.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8b1ea077d..1f9aaa4dc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -125,13 +125,13 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.0
+ specifier: ^2.0.1
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.1
@@ -140,13 +140,13 @@ importers:
specifier: ^3.0.3
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/framework-alpine:
@@ -161,7 +161,7 @@ importers:
specifier: ^3.13.3
version: 3.13.3
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/framework-lit:
@@ -173,7 +173,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
lit:
specifier: ^2.8.0
@@ -191,13 +191,13 @@ importers:
specifier: ^3.0.2
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^5.0.0
+ specifier: ^5.0.1
version: link:../../packages/integrations/svelte
'@astrojs/vue':
- specifier: ^4.0.2
+ specifier: ^4.0.3
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -227,7 +227,7 @@ importers:
specifier: ^1.2.1
version: 1.2.1(preact@10.19.2)
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -245,7 +245,7 @@ importers:
specifier: ^18.2.15
version: 18.2.15
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -260,7 +260,7 @@ importers:
specifier: ^3.0.2
version: link:../../packages/integrations/solid
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@@ -269,10 +269,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^5.0.0
+ specifier: ^5.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -281,10 +281,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
- specifier: ^4.0.2
+ specifier: ^4.0.3
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@@ -293,25 +293,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^7.0.0
+ specifier: ^7.0.1
version: link:../../packages/integrations/node
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
- specifier: ^7.0.0
+ specifier: ^7.0.1
version: link:../../packages/integrations/node
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -320,31 +320,31 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^7.0.0
+ specifier: ^7.0.1
version: link:../../packages/integrations/node
'@astrojs/svelte':
- specifier: ^5.0.0
+ specifier: ^5.0.1
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -353,13 +353,13 @@ importers:
examples/view-transitions:
devDependencies:
'@astrojs/node':
- specifier: ^7.0.0
+ specifier: ^7.0.1
version: link:../../packages/integrations/node
'@astrojs/tailwind':
specifier: ^5.0.3
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/with-markdoc:
@@ -368,16 +368,16 @@ importers:
specifier: ^0.8.0
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/with-markdown-plugins:
dependencies:
'@astrojs/markdown-remark':
- specifier: ^4.0.0
+ specifier: ^4.0.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -398,19 +398,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.0
+ specifier: ^2.0.1
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.0.1
version: link:../../packages/integrations/preact
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -425,7 +425,7 @@ importers:
specifier: ^0.5.0
version: 0.5.0(nanostores@0.9.5)(preact@10.19.2)
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@@ -437,7 +437,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^2.0.0
+ specifier: ^2.0.1
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.0.3
@@ -446,7 +446,7 @@ importers:
specifier: ^1.6.3
version: 1.6.3
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@@ -464,7 +464,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^4.0.3
+ specifier: ^4.0.4
version: link:../../packages/astro
vitest:
specifier: ^0.34.2