Skip to content

Commit 1d628d5

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

File tree

37 files changed

+80
-80
lines changed

37 files changed

+80
-80
lines changed

.changeset/dull-pots-laugh.md

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

.changeset/fast-bikes-tease.md

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

.changeset/huge-islands-fold.md

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

.changeset/real-mice-joke.md

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

.changeset/red-berries-glow.md

Lines changed: 0 additions & 5 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.8.1"
13+
"astro": "^5.8.2"
1414
}
1515
}

examples/blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.3.0",
14-
"@astrojs/rss": "^4.0.11",
15-
"@astrojs/sitemap": "^3.4.0",
16-
"astro": "^5.8.1",
14+
"@astrojs/rss": "^4.0.12",
15+
"@astrojs/sitemap": "^3.4.1",
16+
"astro": "^5.8.2",
1717
"sharp": "^0.34.2"
1818
}
1919
}

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.8.1"
18+
"astro": "^5.8.2"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.3.0",
15-
"astro": "^5.8.1",
15+
"astro": "^5.8.2",
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.8",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.9",
16-
"astro": "^5.8.1"
16+
"astro": "^5.8.2"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^5.1.0",
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"astro": "^5.8.1",
20+
"astro": "^5.8.2",
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.1.0",
1414
"@preact/signals": "^2.0.3",
15-
"astro": "^5.8.1",
15+
"astro": "^5.8.2",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.3.0",
1414
"@types/react": "^18.3.20",
1515
"@types/react-dom": "^18.3.6",
16-
"astro": "^5.8.1",
16+
"astro": "^5.8.2",
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.1.0",
14-
"astro": "^5.8.1",
14+
"astro": "^5.8.2",
1515
"solid-js": "^1.9.5"
1616
}
1717
}

examples/framework-svelte/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/svelte": "^7.1.0",
14-
"astro": "^5.8.1",
14+
"astro": "^5.8.2",
1515
"svelte": "^5.25.7"
1616
}
1717
}

examples/framework-vue/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/vue": "^5.1.0",
14-
"astro": "^5.8.1",
14+
"astro": "^5.8.2",
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.2",
14-
"astro": "^5.8.1"
14+
"astro": "^5.8.2"
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.8.1"
18+
"astro": "^5.8.2"
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.8.1"
13+
"astro": "^5.8.2"
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.8.1"
13+
"astro": "^5.8.2"
1414
}
1515
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^9.2.2",
1515
"@astrojs/svelte": "^7.1.0",
16-
"astro": "^5.8.1",
16+
"astro": "^5.8.2",
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.8.1",
12+
"astro": "^5.8.2",
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.8.1"
19+
"astro": "^5.8.2"
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.15.0",
14-
"astro": "^5.8.1"
14+
"astro": "^5.8.2"
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.3.0",
1414
"@astrojs/preact": "^4.1.0",
15-
"astro": "^5.8.1",
15+
"astro": "^5.8.2",
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.1.0",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.8.1",
15+
"astro": "^5.8.2",
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.3.0",
1414
"@tailwindcss/vite": "^4.1.3",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.8.1",
16+
"astro": "^5.8.2",
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.8.1",
14+
"astro": "^5.8.2",
1515
"vitest": "^3.1.1"
1616
}
1717
}

packages/astro-rss/CHANGELOG.md

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

3+
## 4.0.12
4+
5+
### Patch Changes
6+
7+
- [#13867](https://github.com/withastro/astro/pull/13867) [`c947c28`](https://github.com/withastro/astro/commit/c947c28ae7c385c4bee0a2dd44006b9cd690f690) Thanks [@Adriel-M](https://github.com/Adriel-M)! - Fixes a missing type attribute when providing a XSLT stylesheet
8+
39
## 4.0.11
410

511
### Patch Changes

packages/astro-rss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/rss",
33
"description": "Add RSS feeds to your Astro projects",
4-
"version": "4.0.11",
4+
"version": "4.0.12",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/astro/CHANGELOG.md

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

3+
## 5.8.2
4+
5+
### Patch Changes
6+
7+
- [#13877](https://github.com/withastro/astro/pull/13877) [`5a7797f`](https://github.com/withastro/astro/commit/5a7797fdd6ad3f1377e2719c79da9486a232dfcd) Thanks [@yuhang-dong](https://github.com/yuhang-dong)! - Fixes a bug that caused `Astro.rewrite` to fail when used in `sequence`d middleware
8+
9+
- [#13872](https://github.com/withastro/astro/pull/13872) [`442b841`](https://github.com/withastro/astro/commit/442b8413dc9d29892499cfa97e54798a3a6ee136) Thanks [@isVivek99](https://github.com/isVivek99)! - Fixes rendering of the `download` attribute when it has a boolean value
10+
311
## 5.8.1
412

513
### 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.8.1",
3+
"version": "5.8.2",
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/sitemap/CHANGELOG.md

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

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#13871](https://github.com/withastro/astro/pull/13871) [`8a1e849`](https://github.com/withastro/astro/commit/8a1e8499dbd1ed98e971635e86eb89f910f0ce78) Thanks [@blimmer](https://github.com/blimmer)! - Uncaught errors in the `filter` method will now bubble, causing the astro build to fail.
8+
39
## 3.4.0
410

511
### Minor Changes

packages/integrations/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/sitemap",
33
"description": "Generate a sitemap for your Astro site",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/vercel/CHANGELOG.md

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

3+
## 8.1.5
4+
5+
### Patch Changes
6+
7+
- [#13679](https://github.com/withastro/astro/pull/13679) [`4a8f193`](https://github.com/withastro/astro/commit/4a8f193c444c30d154f868fc444a153a26124347) Thanks [@moonclavedev](https://github.com/moonclavedev)! - Handle SVG images correctly in build image service
8+
39
## 8.1.4
410

511
### Patch Changes

packages/integrations/vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/vercel",
33
"description": "Deploy your site to Vercel",
4-
"version": "8.1.4",
4+
"version": "8.1.5",
55
"type": "module",
66
"author": "withastro",
77
"license": "MIT",

0 commit comments

Comments
 (0)