summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-20 09:00:31 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-21 00:00:31 +0800
commit0616ef255145bf173386b94474dede376e1f2037 (patch)
tree76c1b849fb011229e14f69881c3df7d930984fba
parent358d1dc92f528c6d43d7e85e55889fc76c83ee4d (diff)
downloadastro-0616ef255145bf173386b94474dede376e1f2037.tar.gz
astro-0616ef255145bf173386b94474dede376e1f2037.tar.zst
astro-0616ef255145bf173386b94474dede376e1f2037.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/brown-goats-serve.md6
-rw-r--r--.changeset/eleven-tables-speak.md5
-rw-r--r--.changeset/friendly-garlics-chew.md5
-rw-r--r--.changeset/good-frogs-report.md5
-rw-r--r--.changeset/popular-rules-provide.md5
-rw-r--r--.changeset/swift-lamps-doubt.md5
-rw-r--r--.changeset/tasty-geese-fix.md5
-rw-r--r--packages/astro/CHANGELOG.md14
-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.md9
-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/prefetch/CHANGELOG.md6
-rw-r--r--packages/integrations/prefetch/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
22 files changed, 42 insertions, 49 deletions
diff --git a/.changeset/brown-goats-serve.md b/.changeset/brown-goats-serve.md
deleted file mode 100644
index c4fe4d016..000000000
--- a/.changeset/brown-goats-serve.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/prefetch': patch
----
-
-Fix the inclusion of `@types/network-information`.
-
diff --git a/.changeset/eleven-tables-speak.md b/.changeset/eleven-tables-speak.md
deleted file mode 100644
index 44aff3211..000000000
--- a/.changeset/eleven-tables-speak.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdoc': patch
----
-
-Fix inconsistent Markdoc heading IDs for documents with the same headings.
diff --git a/.changeset/friendly-garlics-chew.md b/.changeset/friendly-garlics-chew.md
deleted file mode 100644
index cf45ecd77..000000000
--- a/.changeset/friendly-garlics-chew.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix routes created by `injectRoute` for SSR
diff --git a/.changeset/good-frogs-report.md b/.changeset/good-frogs-report.md
deleted file mode 100644
index fdac3299e..000000000
--- a/.changeset/good-frogs-report.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Emit middleware as an entrypoint during build
diff --git a/.changeset/popular-rules-provide.md b/.changeset/popular-rules-provide.md
deleted file mode 100644
index ada5a2da0..000000000
--- a/.changeset/popular-rules-provide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Emit pages as dynamic import chunks during the build
diff --git a/.changeset/swift-lamps-doubt.md b/.changeset/swift-lamps-doubt.md
deleted file mode 100644
index 2ee2f6fb3..000000000
--- a/.changeset/swift-lamps-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add route information when warning of `getStaticPaths()` ignored
diff --git a/.changeset/tasty-geese-fix.md b/.changeset/tasty-geese-fix.md
deleted file mode 100644
index 5c02621a6..000000000
--- a/.changeset/tasty-geese-fix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix unnecessary warning showing on start when a collection folder was empty. The warning was also enhanced to add more information about possible causes.
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index e2f8db0b5..df863fc94 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,19 @@
# astro
+## 2.5.1
+
+### Patch Changes
+
+- [#7128](https://github.com/withastro/astro/pull/7128) [`72f686a68`](https://github.com/withastro/astro/commit/72f686a68930de52f9a274c13c98acad59925b31) Thanks [@johannesspohr](https://github.com/johannesspohr)! - Fix routes created by `injectRoute` for SSR
+
+- [#7132](https://github.com/withastro/astro/pull/7132) [`319a0a7a0`](https://github.com/withastro/astro/commit/319a0a7a0a6a950387c942b467746d590bb32fda) Thanks [@ematipico](https://github.com/ematipico)! - Emit middleware as an entrypoint during build
+
+- [#7036](https://github.com/withastro/astro/pull/7036) [`852d59a8d`](https://github.com/withastro/astro/commit/852d59a8d68e124f10852609e0f1619d5838ac76) Thanks [@ematipico](https://github.com/ematipico)! - Emit pages as dynamic import chunks during the build
+
+- [#7126](https://github.com/withastro/astro/pull/7126) [`530fb9ebe`](https://github.com/withastro/astro/commit/530fb9ebee77646921ec29d45d9b66484bdfb521) Thanks [@bluwy](https://github.com/bluwy)! - Add route information when warning of `getStaticPaths()` ignored
+
+- [#7118](https://github.com/withastro/astro/pull/7118) [`3257dd289`](https://github.com/withastro/astro/commit/3257dd28901c785a6a661211b98c5ef2cb3b9aa4) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix unnecessary warning showing on start when a collection folder was empty. The warning was also enhanced to add more information about possible causes.
+
## 2.5.0
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7acfa77e6..ddfa988c4 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.5.0",
+ "version": "2.5.1",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 5541200ba..6a0081fe9 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -42,7 +42,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index f5f9657d8..e58e35491 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.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index a685dcd74..f3cd9f772 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.5.0",
+ "astro": "workspace:^2.5.1",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index 4728f1863..f39c514c4 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/markdoc
+## 0.2.1
+
+### Patch Changes
+
+- [#7141](https://github.com/withastro/astro/pull/7141) [`a9e1cd7e5`](https://github.com/withastro/astro/commit/a9e1cd7e58794fe220539c2ed935c9eb96bab55a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix inconsistent Markdoc heading IDs for documents with the same headings.
+
+- Updated dependencies [[`72f686a68`](https://github.com/withastro/astro/commit/72f686a68930de52f9a274c13c98acad59925b31), [`319a0a7a0`](https://github.com/withastro/astro/commit/319a0a7a0a6a950387c942b467746d590bb32fda), [`852d59a8d`](https://github.com/withastro/astro/commit/852d59a8d68e124f10852609e0f1619d5838ac76), [`530fb9ebe`](https://github.com/withastro/astro/commit/530fb9ebee77646921ec29d45d9b66484bdfb521), [`3257dd289`](https://github.com/withastro/astro/commit/3257dd28901c785a6a661211b98c5ef2cb3b9aa4)]:
+ - astro@2.5.1
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index acda2e240..e67ff83e0 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.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -47,7 +47,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^2.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index fce39c646..09dc06567 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -42,7 +42,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index f98b58f59..980614b15 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.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index 96cd904bb..aef697362 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.2.3
+
+### Patch Changes
+
+- [#7123](https://github.com/withastro/astro/pull/7123) [`147373722`](https://github.com/withastro/astro/commit/147373722b37126af949bb054a1cdfb0aed6c2ff) Thanks [@connor-baer](https://github.com/connor-baer)! - Fix the inclusion of `@types/network-information`.
+
## 0.2.2
### Patch Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 03c7508e9..899d41d41 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.2",
+ "version": "0.2.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 8f6469745..bb3b0e7c3 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.5.0",
+ "astro": "workspace:^2.5.1",
"svelte": "^3.54.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index ad8ee6b37..236e42bd5 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.5.0",
+ "astro": "workspace:^2.5.1",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 012eb264a..eab3cd41f 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -59,7 +59,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.5.0"
+ "astro": "workspace:^2.5.1"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index b49456f5e..3c226be40 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.5.0",
+ "astro": "workspace:^2.5.1",
"vue": "^3.2.30"
},
"engines": {