Skip to content

Commit f98e29d

Browse files
[ci] release (#13129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 40f5f6f commit f98e29d

File tree

36 files changed

+90
-80
lines changed

36 files changed

+90
-80
lines changed

.changeset/afraid-kangaroos-hope.md

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

.changeset/pink-apes-invite.md

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

.changeset/purple-suits-matter.md

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

.changeset/short-pots-report.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.2.3"
13+
"astro": "^5.2.4"
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.0.8",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.2.3"
16+
"astro": "^5.2.4"
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.2.3"
18+
"astro": "^5.2.4"
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.2.0",
15-
"astro": "^5.2.3",
15+
"astro": "^5.2.4",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.4"

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.3",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.2.3"
16+
"astro": "^5.2.4"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.3",
13+
"@astrojs/preact": "^4.0.4",
1414
"@astrojs/react": "^4.2.0",
1515
"@astrojs/solid-js": "^5.0.4",
1616
"@astrojs/svelte": "^7.0.4",
1717
"@astrojs/vue": "^5.0.6",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.2.3",
20+
"astro": "^5.2.4",
2121
"preact": "^10.25.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)