Skip to content

Commit 3c14936

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

File tree

36 files changed

+127
-133
lines changed

36 files changed

+127
-133
lines changed

.changeset/eleven-geckos-ring.md

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

.changeset/few-parrots-cover.md

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

.changeset/full-dingos-repeat.md

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

.changeset/kind-snakes-grow.md

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

.changeset/many-symbols-arrive.md

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

.changeset/rich-insects-scream.md

Lines changed: 0 additions & 41 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.13.7"
13+
"astro": "^5.13.8"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.3.5",
1414
"@astrojs/rss": "^4.0.12",
15-
"@astrojs/sitemap": "^3.5.1",
16-
"astro": "^5.13.7",
15+
"@astrojs/sitemap": "^3.6.0",
16+
"astro": "^5.13.8",
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.13.7"
18+
"astro": "^5.13.8"
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.1",
15-
"astro": "^5.13.7",
15+
"astro": "^5.13.8",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)