Skip to content

Commit 5891056

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

File tree

30 files changed

+80
-89
lines changed

30 files changed

+80
-89
lines changed

.changeset/blue-olives-itch.md

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

.changeset/five-bugs-occur.md

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

.changeset/petite-turtles-leave.md

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

.changeset/spotty-berries-prove.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.10.1"
13+
"astro": "^5.10.2"
1414
}
1515
}

examples/blog/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
"@astrojs/rss": "^4.0.12",
1515
"@astrojs/sitemap": "^3.4.1",
16-
"astro": "^5.10.1",
16+
"astro": "^5.10.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.10.1"
18+
"astro": "^5.10.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.10.1",
15+
"astro": "^5.10.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.10.1"
16+
"astro": "^5.10.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.10.1",
20+
"astro": "^5.10.2",
2121
"preact": "^10.26.5",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)