Skip to content

Commit 7a07f02

Browse files
[ci] release (#14788)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8cf3f05 commit 7a07f02

File tree

47 files changed

+183
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+183
-113
lines changed

.changeset/better-weeks-buy.md

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

.changeset/big-worms-taste.md

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

.changeset/bold-monkeys-return.md

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

.changeset/fix-wildcard-hostname-matching.md

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

.changeset/ripe-friends-play.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.15.8"
13+
"astro": "^5.15.9"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.3.10",
13+
"@astrojs/mdx": "^4.3.11",
1414
"@astrojs/rss": "^4.0.13",
1515
"@astrojs/sitemap": "^3.6.0",
16-
"astro": "^5.15.8",
16+
"astro": "^5.15.9",
1717
"sharp": "^0.34.3"
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.15.8"
18+
"astro": "^5.15.9"
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.4.2",
15-
"astro": "^5.15.8",
15+
"astro": "^5.15.9",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.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.9",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.0",
16-
"astro": "^5.15.8"
16+
"astro": "^5.15.9"
1717
}
1818
}

0 commit comments

Comments
 (0)