summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/early-colts-punch.md5
-rw-r--r--.changeset/seven-carpets-accept.md6
-rw-r--r--.changeset/yellow-icons-attack.md5
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md11
-rw-r--r--packages/integrations/markdoc/package.json4
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/package.json2
16 files changed, 31 insertions, 28 deletions
diff --git a/.changeset/early-colts-punch.md b/.changeset/early-colts-punch.md
deleted file mode 100644
index dfef736ff..000000000
--- a/.changeset/early-colts-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdoc': patch
----
-
-Fix cloudflare build errors for a bad "./config" entrypoint and "node:crypto" getting included unexpectedly.
diff --git a/.changeset/seven-carpets-accept.md b/.changeset/seven-carpets-accept.md
deleted file mode 100644
index c3d418a8f..000000000
--- a/.changeset/seven-carpets-accept.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/markdoc': patch
----
-
-Improve error message for unsupported Zod transforms from the content config.
diff --git a/.changeset/yellow-icons-attack.md b/.changeset/yellow-icons-attack.md
deleted file mode 100644
index 93be1fcd9..000000000
--- a/.changeset/yellow-icons-attack.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Raise error when multiple content collection entries have the same slug
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 7d2456ac4..ea3dbffc2 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 2.6.3
+
+### Patch Changes
+
+- [#7341](https://github.com/withastro/astro/pull/7341) [`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve error message for unsupported Zod transforms from the content config.
+
+- [#7352](https://github.com/withastro/astro/pull/7352) [`0a8d178c9`](https://github.com/withastro/astro/commit/0a8d178c90f033fbba40666c54bcfc58c53ac905) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Raise error when multiple content collection entries have the same slug
+
## 2.6.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 765206552..91bd00560 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.6.2",
+ "version": "2.6.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/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 31b1fb628..91bb1ae6a 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -43,7 +43,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index b0269c078..861961a7b 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 25b415469..17d420d1a 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2",
+ "astro": "workspace:^2.6.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index ff4e02c2a..0a484dd4b 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/markdoc
+## 0.3.3
+
+### Patch Changes
+
+- [#7351](https://github.com/withastro/astro/pull/7351) [`a30f2f3de`](https://github.com/withastro/astro/commit/a30f2f3de440c39c88a4e0ed3f47064a6b5a54f7) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix cloudflare build errors for a bad "./config" entrypoint and "node:crypto" getting included unexpectedly.
+
+- [#7341](https://github.com/withastro/astro/pull/7341) [`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve error message for unsupported Zod transforms from the content config.
+
+- Updated dependencies [[`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d), [`0a8d178c9`](https://github.com/withastro/astro/commit/0a8d178c90f033fbba40666c54bcfc58c53ac905)]:
+ - astro@2.6.3
+
## 0.3.2
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index fe0858f5f..35c215d00 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 in your Astro site",
- "version": "0.3.2",
+ "version": "0.3.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -73,7 +73,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index bd25d3bd1..6f9df5832 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -43,7 +43,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index b897843b3..d29800d80 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -38,7 +38,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"@types/node": "^18.7.21",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index d201d7ff7..136f901ac 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -48,7 +48,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2",
+ "astro": "workspace:^2.6.3",
"svelte": "^3.55.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 9fc0706aa..21e0838f5 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -44,7 +44,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2",
+ "astro": "workspace:^2.6.3",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index d2c0d28b2..4290880a5 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -60,7 +60,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2"
+ "astro": "workspace:^2.6.3"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 8fec7523d..1cc065462 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -56,7 +56,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "astro": "workspace:^2.6.2",
+ "astro": "workspace:^2.6.3",
"vue": "^3.2.30"
},
"engines": {