Skip to content

Commit d2ab7db

Browse files
[ci] release (#13721)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1cd1ae commit d2ab7db

File tree

34 files changed

+90
-78
lines changed

34 files changed

+90
-78
lines changed

.changeset/fuzzy-laws-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-eagles-train.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.8"
13+
"astro": "^5.7.9"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/mdx": "^4.2.5",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.3.1",
16-
"astro": "^5.7.8"
16+
"astro": "^5.7.9"
1717
}
1818
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.7.8"
18+
"astro": "^5.7.9"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.2.5",
15-
"astro": "^5.7.8",
14+
"@astrojs/react": "^4.2.6",
15+
"astro": "^5.7.9",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.1.1"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.7",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.9",
16-
"astro": "^5.7.8"
16+
"astro": "^5.7.9"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.10",
14-
"@astrojs/react": "^4.2.5",
14+
"@astrojs/react": "^4.2.6",
1515
"@astrojs/solid-js": "^5.0.9",
16-
"@astrojs/svelte": "^7.0.11",
17-
"@astrojs/vue": "^5.0.11",
16+
"@astrojs/svelte": "^7.0.12",
17+
"@astrojs/vue": "^5.0.12",
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"astro": "^5.7.8",
20+
"astro": "^5.7.9",
2121
"preact": "^10.26.5",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.10",
1414
"@preact/signals": "^2.0.3",
15-
"astro": "^5.7.8",
15+
"astro": "^5.7.9",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.2.5",
13+
"@astrojs/react": "^4.2.6",
1414
"@types/react": "^18.3.20",
1515
"@types/react-dom": "^18.3.6",
16-
"astro": "^5.7.8",
16+
"astro": "^5.7.9",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^5.0.9",
14-
"astro": "^5.7.8",
14+
"astro": "^5.7.9",
1515
"solid-js": "^1.9.5"
1616
}
1717
}

examples/framework-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/svelte": "^7.0.11",
14-
"astro": "^5.7.8",
13+
"@astrojs/svelte": "^7.0.12",
14+
"astro": "^5.7.9",
1515
"svelte": "^5.25.7"
1616
}
1717
}

examples/framework-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/vue": "^5.0.11",
14-
"astro": "^5.7.8",
13+
"@astrojs/vue": "^5.0.12",
14+
"astro": "^5.7.9",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.2.1",
14-
"astro": "^5.7.8"
14+
"astro": "^5.7.9"
1515
}
1616
}

examples/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.7.8"
18+
"astro": "^5.7.9"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.8"
13+
"astro": "^5.7.9"
1414
}
1515
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.8"
13+
"astro": "^5.7.9"
1414
}
1515
}

examples/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^9.2.1",
15-
"@astrojs/svelte": "^7.0.11",
16-
"astro": "^5.7.8",
15+
"@astrojs/svelte": "^7.0.12",
16+
"astro": "^5.7.9",
1717
"svelte": "^5.25.7"
1818
}
1919
}

examples/starlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.7.8",
12+
"astro": "^5.7.9",
1313
"sass": "^1.86.3",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.7.8"
19+
"astro": "^5.7.9"
2020
}
2121
}

examples/with-markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.14.1",
14-
"astro": "^5.7.8"
14+
"astro": "^5.7.9"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.2.5",
1414
"@astrojs/preact": "^4.0.10",
15-
"astro": "^5.7.8",
15+
"astro": "^5.7.9",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.10",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.7.8",
15+
"astro": "^5.7.9",
1616
"nanostores": "^0.11.4",
1717
"preact": "^10.26.5"
1818
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.2.5",
1414
"@tailwindcss/vite": "^4.1.3",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.7.8",
16+
"astro": "^5.7.9",
1717
"canvas-confetti": "^1.9.3",
1818
"tailwindcss": "^4.1.3"
1919
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.7.8",
14+
"astro": "^5.7.9",
1515
"vitest": "^3.1.1"
1616
}
1717
}

packages/astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro
22

3+
## 5.7.9
4+
5+
### Patch Changes
6+
7+
- [#13711](https://github.com/withastro/astro/pull/13711) [`2103991`](https://github.com/withastro/astro/commit/210399155a6004e8e975f9024ae6d7e9945ae9a9) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes height for responsive images
8+
39
## 5.7.8
410

511
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.7.8",
3+
"version": "5.7.9",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/integrations/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/react
22

3+
## 4.2.6
4+
5+
### Patch Changes
6+
7+
- [#13720](https://github.com/withastro/astro/pull/13720) [`e1cd1ae`](https://github.com/withastro/astro/commit/e1cd1ae52199c927ad5300a2eaed3996c6af5a64) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes SSR renderer type
8+
39
## 4.2.5
410

511
### Patch Changes

packages/integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/react",
33
"description": "Use React components within Astro",
4-
"version": "4.2.5",
4+
"version": "4.2.6",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/svelte
22

3+
## 7.0.12
4+
5+
### Patch Changes
6+
7+
- [#13720](https://github.com/withastro/astro/pull/13720) [`e1cd1ae`](https://github.com/withastro/astro/commit/e1cd1ae52199c927ad5300a2eaed3996c6af5a64) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes SSR renderer type
8+
39
## 7.0.11
410

511
### Patch Changes

packages/integrations/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/svelte",
3-
"version": "7.0.11",
3+
"version": "7.0.12",
44
"description": "Use Svelte components within Astro",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/integrations/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/vue
22

3+
## 5.0.12
4+
5+
### Patch Changes
6+
7+
- [#13720](https://github.com/withastro/astro/pull/13720) [`e1cd1ae`](https://github.com/withastro/astro/commit/e1cd1ae52199c927ad5300a2eaed3996c6af5a64) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes SSR renderer type
8+
39
## 5.0.11
410

511
### Patch Changes

packages/integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/vue",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Use Vue components within Astro",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)