Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #7169

Merged
merged 1 commit into from May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-teachers-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-cars-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cycles-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-lobsters-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-geese-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-lizards-report.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/astro/CHANGELOG.md
@@ -1,5 +1,21 @@
# astro

## 2.5.4

### Patch Changes

- [#7125](https://github.com/withastro/astro/pull/7125) [`4ce8bf7c6`](https://github.com/withastro/astro/commit/4ce8bf7c62d2b19ff7bd3dd0fbad88fcac10feaa) Thanks [@bluwy](https://github.com/bluwy)! - Make vite-plugin-content-virtual-mod run `getEntrySlug` 10 at a time to prevent `EMFILE: too many open files` error

- [#7166](https://github.com/withastro/astro/pull/7166) [`626dd41d0`](https://github.com/withastro/astro/commit/626dd41d0a80155f59962e3a1b70d8dfd2719d25) Thanks [@ematipico](https://github.com/ematipico)! - Move generation of renderers code into their own file

- [#7174](https://github.com/withastro/astro/pull/7174) [`92d1f017e`](https://github.com/withastro/astro/commit/92d1f017e5c0a921973e028b90c7975e74dce433) Thanks [@ematipico](https://github.com/ematipico)! - Remove restriction around serialisable data for `Astro.locals`

- [#7172](https://github.com/withastro/astro/pull/7172) [`2ca94269e`](https://github.com/withastro/astro/commit/2ca94269ed0b5046033c47985ef50b7e7a637caf) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add types for `import.meta.env.ASSETS_PREFIX` and `import.meta.env.SITE`

- [#7134](https://github.com/withastro/astro/pull/7134) [`5b6a0312a`](https://github.com/withastro/astro/commit/5b6a0312a822565404a6334576677fc574cfcd56) Thanks [@alexvuka1](https://github.com/alexvuka1)! - value of var can be undefined when using `define:vars`

- [#7171](https://github.com/withastro/astro/pull/7171) [`79ba74832`](https://github.com/withastro/astro/commit/79ba74832fc46e6946c8235c33e9acfbb3a4139b) Thanks [@bluwy](https://github.com/bluwy)! - Prevent Vite watching on Astro config load

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.5.3",
"version": "2.5.4",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/package.json
Expand Up @@ -42,7 +42,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/deno/package.json
Expand Up @@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/image/package.json
Expand Up @@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.3",
"astro": "workspace:^2.5.4",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Expand Up @@ -47,7 +47,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"@astrojs/markdown-remark": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Expand Up @@ -42,7 +42,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/node/package.json
Expand Up @@ -38,7 +38,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"@types/send": "^0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Expand Up @@ -48,7 +48,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.3",
"astro": "workspace:^2.5.4",
"svelte": "^3.54.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
Expand Up @@ -44,7 +44,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.3",
"astro": "workspace:^2.5.4",
"tailwindcss": "^3.0.24"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Expand Up @@ -59,7 +59,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"astro": "workspace:^2.5.3"
"astro": "workspace:^2.5.4"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Expand Up @@ -56,7 +56,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.5.3",
"astro": "workspace:^2.5.4",
"vue": "^3.2.30"
},
"engines": {
Expand Down