Skip to content

Commit 6f341c7

Browse files
[ci] release
1 parent b7d1758 commit 6f341c7

35 files changed

Lines changed: 81 additions & 85 deletions

File tree

.changeset/bright-lilies-double.md

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

.changeset/clear-redirect-params.md

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

.changeset/fix-fragment-named-slot-style-propagation.md

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

.changeset/ready-cougars-march.md

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

.changeset/wacky-cities-raise.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": "^10.1.1",
17-
"astro": "^6.3.7",
17+
"astro": "^6.3.8",
1818
"hono": "^4.12.14"
1919
}
2020
}

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"astro": "^6.3.7"
16+
"astro": "^6.3.8"
1717
}
1818
}

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": "^5.0.6",
1717
"@astrojs/rss": "^4.0.18",
1818
"@astrojs/sitemap": "^3.7.2",
19-
"astro": "^6.3.7",
19+
"astro": "^6.3.8",
2020
"sharp": "^0.34.3"
2121
}
2222
}

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": "^6.3.7"
21+
"astro": "^6.3.8"
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": "^5.0.5",
18-
"astro": "^6.3.7",
18+
"astro": "^6.3.8",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"vitest": "^4.1.0"

0 commit comments

Comments
 (0)