summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/calm-tigers-stare.md10
-rw-r--r--.changeset/cyan-camels-swim.md5
-rw-r--r--.changeset/fair-emus-taste.md7
-rw-r--r--.changeset/famous-games-warn.md5
-rw-r--r--.changeset/five-coats-tie.md5
-rw-r--r--.changeset/four-planets-smoke.md5
-rw-r--r--.changeset/lemon-steaks-care.md5
-rw-r--r--.changeset/lucky-shoes-mate.md5
-rw-r--r--.changeset/nasty-cougars-double.md5
-rw-r--r--.changeset/popular-rules-divide.md15
-rw-r--r--.changeset/quick-turtles-decide.md8
-rw-r--r--.changeset/sweet-cherries-tickle.md5
-rw-r--r--.changeset/sweet-zoos-serve.md6
-rw-r--r--.changeset/tall-taxis-exercise.md5
-rw-r--r--.changeset/tiny-hairs-battle.md14
-rw-r--r--.changeset/tough-sheep-grab.md5
-rw-r--r--.changeset/tough-tigers-drum.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json8
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/deno/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-alpine/package.json4
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-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.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-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.json2
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json2
-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.json6
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro-rss/CHANGELOG.md17
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md35
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/alpinejs/CHANGELOG.md6
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md15
-rw-r--r--packages/integrations/cloudflare/package.json4
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md9
-rw-r--r--packages/integrations/image/package.json4
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md6
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md9
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/prefetch/CHANGELOG.md6
-rw-r--r--packages/integrations/prefetch/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md9
-rw-r--r--packages/integrations/tailwind/package.json4
-rw-r--r--packages/integrations/turbolinks/CHANGELOG.md6
-rw-r--r--packages/integrations/turbolinks/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md9
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/component/CHANGELOG.md6
-rw-r--r--packages/markdown/component/package.json2
-rw-r--r--pnpm-lock.yaml72
80 files changed, 247 insertions, 211 deletions
diff --git a/.changeset/calm-tigers-stare.md b/.changeset/calm-tigers-stare.md
deleted file mode 100644
index 7eee0e636..000000000
--- a/.changeset/calm-tigers-stare.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-'astro': patch
----
-
-Fix various inaccuracies with types related to the new Assets features:
-
-- getConfiguredImageService wasn't present on the astro:assets types.
-- ImageMetadata wasn't exported
-- Fixed wrong module declaration for `avif`, `heic` and `heif` files.
-- Add missing module declaration for SVGs imports
diff --git a/.changeset/cyan-camels-swim.md b/.changeset/cyan-camels-swim.md
deleted file mode 100644
index e2558c5bb..000000000
--- a/.changeset/cyan-camels-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Treeshake exported client components that are not imported
diff --git a/.changeset/fair-emus-taste.md b/.changeset/fair-emus-taste.md
deleted file mode 100644
index 8afaf74ae..000000000
--- a/.changeset/fair-emus-taste.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-Remove false-positive warnings from Cloudflare's build.
-
-Cloudflare includes warnings when it bundles the already-built output from astro.build. Those warnings are mostly due to `"sideEffects": false` packages that are included in the Vite built output because they are marked as external. Rollup will remove unused imports from these packages but will not remove the actual import, causing the false-positive warning.
diff --git a/.changeset/famous-games-warn.md b/.changeset/famous-games-warn.md
deleted file mode 100644
index c87171fad..000000000
--- a/.changeset/famous-games-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Added a warning when trying to use `experimental.assets` with a not compatible adapter
diff --git a/.changeset/five-coats-tie.md b/.changeset/five-coats-tie.md
deleted file mode 100644
index b358aa22c..000000000
--- a/.changeset/five-coats-tie.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix images defined in content collections schemas not working
diff --git a/.changeset/four-planets-smoke.md b/.changeset/four-planets-smoke.md
deleted file mode 100644
index 7c667aa57..000000000
--- a/.changeset/four-planets-smoke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent astro:content from depending on Node builtins
diff --git a/.changeset/lemon-steaks-care.md b/.changeset/lemon-steaks-care.md
deleted file mode 100644
index 848db8fcd..000000000
--- a/.changeset/lemon-steaks-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Add back support for Astro.clientAddress
diff --git a/.changeset/lucky-shoes-mate.md b/.changeset/lucky-shoes-mate.md
deleted file mode 100644
index 32ddde78d..000000000
--- a/.changeset/lucky-shoes-mate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove use of createRequire breaking non-Node hosts.
diff --git a/.changeset/nasty-cougars-double.md b/.changeset/nasty-cougars-double.md
deleted file mode 100644
index 1f83bf9b1..000000000
--- a/.changeset/nasty-cougars-double.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add caching to `getCollection()` queries for faster SSG production builds
diff --git a/.changeset/popular-rules-divide.md b/.changeset/popular-rules-divide.md
deleted file mode 100644
index e089fe492..000000000
--- a/.changeset/popular-rules-divide.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@astrojs/rss': minor
----
-
-Added `trailingSlash` option to control whether or not the emitted URLs should have trailing slashes.
-
-```js
-import rss from '@astrojs/rss';
-
-export const get = () => rss({
- trailingSlash: false
-});
-```
-
-By passing `false`, the emitted links won't have trailing slashes.
diff --git a/.changeset/quick-turtles-decide.md b/.changeset/quick-turtles-decide.md
deleted file mode 100644
index e3ce95beb..000000000
--- a/.changeset/quick-turtles-decide.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'astro': patch
----
-
-Improve content collection error formatting:
-- Bold the collection and entry that failed
-- Consistently list the frontmatter key at the start of every error
-- Rich errors for union types
diff --git a/.changeset/sweet-cherries-tickle.md b/.changeset/sweet-cherries-tickle.md
deleted file mode 100644
index 70e6db104..000000000
--- a/.changeset/sweet-cherries-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-fix automatic routes generation not respecting config.base
diff --git a/.changeset/sweet-zoos-serve.md b/.changeset/sweet-zoos-serve.md
deleted file mode 100644
index 72fb9d6a6..000000000
--- a/.changeset/sweet-zoos-serve.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@astrojs/tailwind": patch
-"@astrojs/turbolinks": patch
----
-
-Make Tailwind & Turbolinks integration descriptions more consistent
diff --git a/.changeset/tall-taxis-exercise.md b/.changeset/tall-taxis-exercise.md
deleted file mode 100644
index 18f2b6111..000000000
--- a/.changeset/tall-taxis-exercise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `@astrojs/prism` edgecase with strict package managers
diff --git a/.changeset/tiny-hairs-battle.md b/.changeset/tiny-hairs-battle.md
deleted file mode 100644
index 65bac2b1a..000000000
--- a/.changeset/tiny-hairs-battle.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'@astrojs/prism': patch
-'@astrojs/alpinejs': patch
-'@astrojs/cloudflare': patch
-'@astrojs/image': patch
-'@astrojs/markdoc': patch
-'@astrojs/mdx': patch
-'@astrojs/partytown': patch
-'@astrojs/prefetch': patch
-'@astrojs/sitemap': patch
-'@astrojs/markdown-component': patch
----
-
-Consistency improvements to several package descriptions
diff --git a/.changeset/tough-sheep-grab.md b/.changeset/tough-sheep-grab.md
deleted file mode 100644
index d4870c980..000000000
--- a/.changeset/tough-sheep-grab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `env.d.ts` changing types wrongly on every restart when `experimental.assets` is enabled
diff --git a/.changeset/tough-tigers-drum.md b/.changeset/tough-tigers-drum.md
deleted file mode 100644
index b82c4d224..000000000
--- a/.changeset/tough-tigers-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add default `.npmrc` file when adding the Lit integration through `astro add lit` and using `pnpm`.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 2c329ab68..29bf19a7d 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 6fc52ca21..4fe88e776 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
- "@astrojs/mdx": "^0.18.0",
- "@astrojs/rss": "^2.2.0",
- "@astrojs/sitemap": "^1.2.0"
+ "astro": "^2.1.3",
+ "@astrojs/mdx": "^0.18.1",
+ "@astrojs/rss": "^2.3.0",
+ "@astrojs/sitemap": "^1.2.1"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index cb3e2efa0..24c526c40 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index 093969a5d..7e21cf9aa 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
},
"devDependencies": {
"@astrojs/deno": "^4.1.0"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 5eb2756d0..1cd51ac49 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"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 47dd77ee7..510a3cde8 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"alpinejs": "^3.10.2",
- "@astrojs/alpinejs": "^0.2.0",
+ "@astrojs/alpinejs": "^0.2.1",
"@types/alpinejs": "^3.7.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 632f51205..8e2b0c172 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"lit": "^2.2.5",
"@astrojs/lit": "^1.3.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 7bf3288f4..ef6d858eb 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"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 17073fd94..5ed040cd5 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.1.0",
"@preact/signals": "^1.1.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 79ebe33cf..100dfcee2 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 6ac3dcc2e..5c4656461 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.1.0"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 19f18dcd7..194bd31d8 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.1.0",
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ed0e9a8bf..71316690b 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"vue": "^3.2.37",
"@astrojs/vue": "^2.1.0"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 4f6b7988e..d9a3adfc1 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.1.0",
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 3196ac4d9..a98fca18e 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index c9a1a379e..49458a451 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 4135afd10..c1fc365db 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 110b99b76..423657f26 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index c46f2134d..830876afb 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.0",
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index fde0a6c80..789265262 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.0.1",
- "astro": "^2.1.2"
+ "@astrojs/markdoc": "^0.0.2",
+ "astro": "^2.1.3"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index b0702859f..60f3a67ba 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"@astrojs/markdown-remark": "^2.1.0",
"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 72b7f519f..51153aa54 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2"
+ "astro": "^2.1.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 5af594fd2..1de2b4ad0 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"preact": "^10.6.5",
"@astrojs/preact": "^2.1.0",
- "@astrojs/mdx": "^0.18.0"
+ "@astrojs/mdx": "^0.18.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index bea133050..7108bd330 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.1.0",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 21d6037db..d1e0be94d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.18.0",
- "@astrojs/tailwind": "^3.1.0",
+ "@astrojs/mdx": "^0.18.1",
+ "@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"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 2b77e98ac..34977d8ea 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.1.2",
+ "astro": "^2.1.3",
"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 0cecf56c1..22a018ab3 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.1.2",
+ "astro": "^2.1.3",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 922b10132..714458b49 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prism
+## 2.1.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 2.1.0
### Minor Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 6055448a9..acbb3dd7d 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 4edff3029..2f5c0d023 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,22 @@
# @astrojs/rss
+## 2.3.0
+
+### Minor Changes
+
+- [#6453](https://github.com/withastro/astro/pull/6453) [`2e362042c`](https://github.com/withastro/astro/commit/2e362042c222298fd6cd80a64c1d7b7f3f608a79) Thanks [@ematipico](https://github.com/ematipico)! - Added `trailingSlash` option to control whether or not the emitted URLs should have trailing slashes.
+
+ ```js
+ import rss from '@astrojs/rss';
+
+ export const get = () =>
+ rss({
+ trailingSlash: false,
+ });
+ ```
+
+ By passing `false`, the emitted links won't have trailing slashes.
+
## 2.2.0
### Minor Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 68872645a..5537b3fe6 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
- "version": "2.2.0",
+ "version": "2.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 58b9753c4..0e7daa538 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,40 @@
# astro
+## 2.1.3
+
+### Patch Changes
+
+- [#6530](https://github.com/withastro/astro/pull/6530) [`acf78c5e2`](https://github.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix various inaccuracies with types related to the new Assets features:
+
+ - getConfiguredImageService wasn't present on the astro:assets types.
+ - ImageMetadata wasn't exported
+ - Fixed wrong module declaration for `avif`, `heic` and `heif` files.
+ - Add missing module declaration for SVGs imports
+
+- [#6527](https://github.com/withastro/astro/pull/6527) [`04e624d06`](https://github.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6) Thanks [@bluwy](https://github.com/bluwy)! - Treeshake exported client components that are not imported
+
+- [#6533](https://github.com/withastro/astro/pull/6533) [`cc90d7219`](https://github.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added a warning when trying to use `experimental.assets` with a not compatible adapter
+
+- [#6483](https://github.com/withastro/astro/pull/6483) [`a9a6ae298`](https://github.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix images defined in content collections schemas not working
+
+- [#6537](https://github.com/withastro/astro/pull/6537) [`6a7cf0712`](https://github.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e) Thanks [@matthewp](https://github.com/matthewp)! - Prevent astro:content from depending on Node builtins
+
+- [#6488](https://github.com/withastro/astro/pull/6488) [`bfd67ea74`](https://github.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075) Thanks [@matthewp](https://github.com/matthewp)! - Remove use of createRequire breaking non-Node hosts.
+
+- [#6503](https://github.com/withastro/astro/pull/6503) [`f6eddffa0`](https://github.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add caching to `getCollection()` queries for faster SSG production builds
+
+- [#6508](https://github.com/withastro/astro/pull/6508) [`c63874090`](https://github.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve content collection error formatting:
+
+ - Bold the collection and entry that failed
+ - Consistently list the frontmatter key at the start of every error
+ - Rich errors for union types
+
+- [#6485](https://github.com/withastro/astro/pull/6485) [`d637d1ea5`](https://github.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8) Thanks [@bluwy](https://github.com/bluwy)! - Fix `@astrojs/prism` edgecase with strict package managers
+
+- [#6532](https://github.com/withastro/astro/pull/6532) [`637f9bc72`](https://github.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix `env.d.ts` changing types wrongly on every restart when `experimental.assets` is enabled
+
+- [#6460](https://github.com/withastro/astro/pull/6460) [`77a046e88`](https://github.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177) Thanks [@bluwy](https://github.com/bluwy)! - Add default `.npmrc` file when adding the Lit integration through `astro add lit` and using `pnpm`.
+
## 2.1.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 274694d8e..9bcd9cd1e 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.1.2",
+ "version": "2.1.3",
"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/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md
index 564f4928b..1d0900477 100644
--- a/packages/integrations/alpinejs/CHANGELOG.md
+++ b/packages/integrations/alpinejs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/alpinejs
+## 0.2.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index dbe7c7909..fcb61e915 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "Use Alpine within Astro",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index 09b0facf7..c712799e2 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,20 @@
# @astrojs/cloudflare
+## 6.2.1
+
+### Patch Changes
+
+- [#6531](https://github.com/withastro/astro/pull/6531) [`4ddf34893`](https://github.com/withastro/astro/commit/4ddf3489384ed53f25df190a3478da44bd38600e) Thanks [@matthewp](https://github.com/matthewp)! - Remove false-positive warnings from Cloudflare's build.
+
+ Cloudflare includes warnings when it bundles the already-built output from astro.build. Those warnings are mostly due to `"sideEffects": false` packages that are included in the Vite built output because they are marked as external. Rollup will remove unused imports from these packages but will not remove the actual import, causing the false-positive warning.
+
+- [#6473](https://github.com/withastro/astro/pull/6473) [`1c3e8f6c3`](https://github.com/withastro/astro/commit/1c3e8f6c3b839087aa51de2e2fb665cd907f2847) Thanks [@RichiCoder1](https://github.com/RichiCoder1)! - fix automatic routes generation not respecting config.base
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
+- Updated dependencies [[`acf78c5e2`](https://github.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391), [`04e624d06`](https://github.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6), [`cc90d7219`](https://github.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b), [`a9a6ae298`](https://github.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9), [`6a7cf0712`](https://github.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e), [`bfd67ea74`](https://github.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075), [`f6eddffa0`](https://github.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b), [`c63874090`](https://github.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5), [`d637d1ea5`](https://github.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8), [`637f9bc72`](https://github.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528), [`77a046e88`](https://github.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177)]:
+ - astro@2.1.3
+
## 6.2.0
### Minor Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index c3f6b34b7..be49fe3a8 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/Pages",
- "version": "6.2.0",
+ "version": "6.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2"
+ "astro": "workspace:^2.1.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 02be3f42c..7b0752dab 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2"
+ "astro": "workspace:^2.1.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index 633d15676..a173a96ba 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/image
+## 0.16.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
+- Updated dependencies [[`acf78c5e2`](https://github.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391), [`04e624d06`](https://github.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6), [`cc90d7219`](https://github.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b), [`a9a6ae298`](https://github.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9), [`6a7cf0712`](https://github.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e), [`bfd67ea74`](https://github.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075), [`f6eddffa0`](https://github.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b), [`c63874090`](https://github.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5), [`d637d1ea5`](https://github.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8), [`637f9bc72`](https://github.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528), [`77a046e88`](https://github.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177)]:
+ - astro@2.1.3
+
## 0.16.0
### Minor Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index adb28d51a..daea782be 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site",
- "version": "0.16.0",
+ "version": "0.16.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -63,7 +63,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2",
+ "astro": "workspace:^2.1.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index d24049d74..679b7cf90 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdoc
+## 0.0.2
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 0.0.1
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 6f9dd75e5..8ae11bb2e 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc pages in your Astro site",
- "version": "0.0.1",
+ "version": "0.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 66bab8042..23caaff64 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/mdx
+## 0.18.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
+- Updated dependencies [[`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57)]:
+ - @astrojs/prism@2.1.1
+
## 0.18.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 4ab4ccbe8..8343fbdd9 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": "0.18.0",
+ "version": "0.18.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^2.1.0",
- "@astrojs/prism": "^2.1.0",
+ "@astrojs/prism": "^2.1.1",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"acorn": "^8.8.0",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index f03448249..85f4ea492 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -39,7 +39,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2"
+ "astro": "workspace:^2.1.3"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 422984693..203e077da 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -35,7 +35,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2"
+ "astro": "workspace:^2.1.3"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index f31f6d5f4..a4408fe60 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 1.1.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 1.1.0
### Minor Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index b585bda68..9b944757e 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
- "version": "1.1.0",
+ "version": "1.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index ed81c2054..b1d048526 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.2.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index e9eb9546c..178214ad9 100644
--- a/packages/integrations/prefetch/package.json
+++ b/packages/integrations/prefetch/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Prefetch page navigations in your Astro site",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 6335b97d8..202bea83f 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 1.2.1
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 1.2.0
### Minor Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 7d8c93d27..0e8d40dff 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site",
- "version": "1.2.0",
+ "version": "1.2.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 3695e44b9..f6bd3c91d 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -43,7 +43,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2",
+ "astro": "workspace:^2.1.3",
"svelte": "^3.54.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 0ae1c7101..60780e81e 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/tailwind
+## 3.1.1
+
+### Patch Changes
+
+- [#6419](https://github.com/withastro/astro/pull/6419) [`0de08773f`](https://github.com/withastro/astro/commit/0de08773f30cef0e131e42f2068ff56f826b41c0) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Make Tailwind & Turbolinks integration descriptions more consistent
+
+- Updated dependencies [[`acf78c5e2`](https://github.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391), [`04e624d06`](https://github.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6), [`cc90d7219`](https://github.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b), [`a9a6ae298`](https://github.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9), [`6a7cf0712`](https://github.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e), [`bfd67ea74`](https://github.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075), [`f6eddffa0`](https://github.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b), [`c63874090`](https://github.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5), [`d637d1ea5`](https://github.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8), [`637f9bc72`](https://github.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528), [`77a046e88`](https://github.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177)]:
+ - astro@2.1.3
+
## 3.1.0
### Minor Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 497d08640..4312b4b79 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
- "version": "3.1.0",
+ "version": "3.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -40,7 +40,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2",
+ "astro": "workspace:^2.1.3",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md
index 2ce820560..5d4ef4b9f 100644
--- a/packages/integrations/turbolinks/CHANGELOG.md
+++ b/packages/integrations/turbolinks/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/turbolinks
+## 0.2.1
+
+### Patch Changes
+
+- [#6419](https://github.com/withastro/astro/pull/6419) [`0de08773f`](https://github.com/withastro/astro/commit/0de08773f30cef0e131e42f2068ff56f826b41c0) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Make Tailwind & Turbolinks integration descriptions more consistent
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json
index 5ed79680d..e888a5a47 100644
--- a/packages/integrations/turbolinks/package.json
+++ b/packages/integrations/turbolinks/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Deprecated — Use Turbolinks to speed up page navigation in your Astro site",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 6c24a2dae..3cbffe98a 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/vercel
+## 3.2.1
+
+### Patch Changes
+
+- [#6484](https://github.com/withastro/astro/pull/6484) [`700a55549`](https://github.com/withastro/astro/commit/700a55549925e2a0ef2da378a20a2a5d35c53b93) Thanks [@matthewp](https://github.com/matthewp)! - Add back support for Astro.clientAddress
+
+- Updated dependencies [[`acf78c5e2`](https://github.com/withastro/astro/commit/acf78c5e271ec3d4f589782078e2a2044cc1c391), [`04e624d06`](https://github.com/withastro/astro/commit/04e624d062c6ce385f6293afba26f3942c2290c6), [`cc90d7219`](https://github.com/withastro/astro/commit/cc90d72197e1139195e9545105b9a1d339f38e1b), [`a9a6ae298`](https://github.com/withastro/astro/commit/a9a6ae29812339ea00f3b9afd3de09bd9d3733a9), [`6a7cf0712`](https://github.com/withastro/astro/commit/6a7cf0712da23e2c095f4bc4f2512e618bceb38e), [`bfd67ea74`](https://github.com/withastro/astro/commit/bfd67ea749dbc6ffa7c9a671fcc48bea6c04a075), [`f6eddffa0`](https://github.com/withastro/astro/commit/f6eddffa0414d54767e9f9e1ee5a936b8a20146b), [`c63874090`](https://github.com/withastro/astro/commit/c6387409062f1d7c2afc93319748ad57086837c5), [`d637d1ea5`](https://github.com/withastro/astro/commit/d637d1ea5b347b9c724adc895c9006c696ac8fc8), [`637f9bc72`](https://github.com/withastro/astro/commit/637f9bc728ea7d56fc82a862d761385f0dcd9528), [`77a046e88`](https://github.com/withastro/astro/commit/77a046e886c370b737208574b6934f5a1cf2b177)]:
+ - astro@2.1.3
+
## 3.2.0
### Minor Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7d1fda41d..b63a54299 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": "3.2.0",
+ "version": "3.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -53,7 +53,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2"
+ "astro": "workspace:^2.1.3"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 8aa317344..b84aa5f08 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "astro": "workspace:^2.1.2",
+ "astro": "workspace:^2.1.3",
"vue": "^3.2.30"
},
"engines": {
diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md
index 9ce2a625a..51cfaa7e3 100644
--- a/packages/markdown/component/CHANGELOG.md
+++ b/packages/markdown/component/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-component
+## 1.0.3
+
+### Patch Changes
+
+- [#6494](https://github.com/withastro/astro/pull/6494) [`a13e9d7e3`](https://github.com/withastro/astro/commit/a13e9d7e33baccf51e7d4815f99b481ad174bc57) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Consistency improvements to several package descriptions
+
## 1.0.2
### Patch Changes
diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json
index ad1533ce2..2eee2c3dd 100644
--- a/packages/markdown/component/package.json
+++ b/packages/markdown/component/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdown-component",
"description": "Use the legacy Markdown component in your Astro site",
- "version": "1.0.2",
+ "version": "1.0.3",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d4bc8ea4d..44e6f5467 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -104,16 +104,16 @@ importers:
examples/basics:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
- '@astrojs/mdx': ^0.18.0
- '@astrojs/rss': ^2.2.0
- '@astrojs/sitemap': ^1.2.0
- astro: ^2.1.2
+ '@astrojs/mdx': ^0.18.1
+ '@astrojs/rss': ^2.3.0
+ '@astrojs/sitemap': ^1.2.1
+ astro: ^2.1.3
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -122,14 +122,14 @@ importers:
examples/component:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -145,7 +145,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^2.1.2
+ astro: ^2.1.3
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@@ -168,10 +168,10 @@ importers:
examples/framework-alpine:
specifiers:
- '@astrojs/alpinejs': ^0.2.0
+ '@astrojs/alpinejs': ^0.2.1
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -182,7 +182,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.3.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -197,7 +197,7 @@ importers:
'@astrojs/solid-js': ^2.1.0
'@astrojs/svelte': ^2.1.0
'@astrojs/vue': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -222,7 +222,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.1.0
'@preact/signals': ^1.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -235,7 +235,7 @@ importers:
'@astrojs/react': ^2.1.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^2.1.2
+ astro: ^2.1.3
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -249,7 +249,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -259,7 +259,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -269,7 +269,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -279,32 +279,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
@@ -312,7 +312,7 @@ importers:
specifiers:
'@astrojs/node': ^5.1.0
'@astrojs/svelte': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@@ -328,8 +328,8 @@ importers:
examples/with-markdoc:
specifiers:
- '@astrojs/markdoc': ^0.0.1
- astro: ^2.1.2
+ '@astrojs/markdoc': ^0.0.2
+ astro: ^2.1.3
dependencies:
'@astrojs/markdoc': link:../../packages/integrations/markdoc
astro: link:../../packages/astro
@@ -337,7 +337,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -354,15 +354,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.18.0
+ '@astrojs/mdx': ^0.18.1
'@astrojs/preact': ^2.1.0
- astro: ^2.1.2
+ astro: ^2.1.3
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -374,7 +374,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.1.0
'@nanostores/preact': ^0.1.3
- astro: ^2.1.2
+ astro: ^2.1.3
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -386,10 +386,10 @@ importers:
examples/with-tailwindcss:
specifiers:
- '@astrojs/mdx': ^0.18.0
- '@astrojs/tailwind': ^3.1.0
+ '@astrojs/mdx': ^0.18.1
+ '@astrojs/tailwind': ^3.1.1
'@types/canvas-confetti': ^1.4.3
- astro: ^2.1.2
+ astro: ^2.1.3
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -406,7 +406,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -416,7 +416,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^2.1.2
+ astro: ^2.1.3
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@@ -3104,7 +3104,7 @@ importers:
packages/integrations/mdx:
specifiers:
'@astrojs/markdown-remark': ^2.1.0
- '@astrojs/prism': ^2.1.0
+ '@astrojs/prism': ^2.1.1
'@mdx-js/mdx': ^2.3.0
'@mdx-js/rollup': ^2.3.0
'@types/chai': ^4.3.1