Skip to content

Commit 7814a6c

Browse files
[ci] release (#12037)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 72dc231 commit 7814a6c

File tree

36 files changed

+73
-80
lines changed

36 files changed

+73
-80
lines changed

.changeset/clever-vans-flash.md

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

.changeset/fast-queens-try.md

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

.changeset/sixty-oranges-walk.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
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.15.8"
14+
"astro": "^4.15.9"
1515
}
1616
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^3.1.7",
1515
"@astrojs/rss": "^4.0.7",
1616
"@astrojs/sitemap": "^3.1.6",
17-
"astro": "^4.15.8"
17+
"astro": "^4.15.9"
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": "^4.15.8"
18+
"astro": "^4.15.9"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.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
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"astro": "^4.15.8",
15+
"astro": "^4.15.9",
1616
"@astrojs/react": "^3.6.2",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.4.0",
1515
"@types/alpinejs": "^3.13.10",
1616
"alpinejs": "^3.14.1",
17-
"astro": "^4.15.8"
17+
"astro": "^4.15.9"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^4.3.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.15.8",
16+
"astro": "^4.15.9",
1717
"lit": "^3.2.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/vue": "^4.5.1",
1919
"@types/react": "^18.3.5",
2020
"@types/react-dom": "^18.3.0",
21-
"astro": "^4.15.8",
21+
"astro": "^4.15.9",
2222
"preact": "^10.23.2",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)