Skip to content

Commit ad7a332

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

31 files changed

Lines changed: 61 additions & 78 deletions

File tree

.changeset/brave-otters-search.md

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

.changeset/every-insects-cheer.md

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

.changeset/metal-pans-allow.md

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

.changeset/rare-gifts-show.md

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

examples/advanced-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/node": "^11.1.4",
17-
"astro": "^7.2.8",
17+
"astro": "^7.2.9",
1818
"hono": "^4.12.14"
1919
},
2020
"allowScripts": {

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"astro": "^7.2.8"
16+
"astro": "^7.2.9"
1717
},
1818
"allowScripts": {
1919
"esbuild": true

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/mdx": "^7.0.8",
1717
"@astrojs/rss": "^4.0.19",
1818
"@astrojs/sitemap": "^3.7.3",
19-
"astro": "^7.2.8",
19+
"astro": "^7.2.9",
2020
"sharp": "^0.35.0"
2121
},
2222
"allowScripts": {

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"scripts": {},
2020
"devDependencies": {
21-
"astro": "^7.2.8"
21+
"astro": "^7.2.9"
2222
},
2323
"peerDependencies": {
2424
"astro": "^5.0.0 || ^6.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@astrojs/react": "^6.0.4",
18-
"astro": "^7.2.8",
18+
"astro": "^7.2.9",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"vitest": "^4.1.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/alpinejs": "^1.0.0",
1717
"@types/alpinejs": "^3.13.11",
1818
"alpinejs": "^3.15.8",
19-
"astro": "^7.2.8"
19+
"astro": "^7.2.9"
2020
},
2121
"allowScripts": {
2222
"esbuild": true

0 commit comments

Comments
 (0)