Skip to content

Commit 2c9bf5e

Browse files
[ci] release (#16182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73cbb9c commit 2c9bf5e

File tree

33 files changed

+72
-81
lines changed

33 files changed

+72
-81
lines changed

.changeset/eager-ravens-serve.md

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

.changeset/fix-cloudflare-miniflare-restart.md

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

.changeset/fix-dotted-page-trailing-slash.md

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

.changeset/fix-endpoint-trailing-slash-static-build.md

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

.changeset/nine-jokes-sink.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
@@ -13,6 +13,6 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"astro": "^6.1.3"
16+
"astro": "^6.1.4"
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.3",
1717
"@astrojs/rss": "^4.0.18",
1818
"@astrojs/sitemap": "^3.7.2",
19-
"astro": "^6.1.3",
19+
"astro": "^6.1.4",
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.1.3"
21+
"astro": "^6.1.4"
2222
},
2323
"peerDependencies": {
2424
"astro": "^5.0.0 || ^6.0.0"

examples/container-with-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test": "vitest run"
1515
},
1616
"dependencies": {
17-
"@astrojs/react": "^5.0.2",
18-
"astro": "^6.1.3",
17+
"@astrojs/react": "^5.0.3",
18+
"astro": "^6.1.4",
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,6 +16,6 @@
1616
"@astrojs/alpinejs": "^0.5.0",
1717
"@types/alpinejs": "^3.13.11",
1818
"alpinejs": "^3.15.8",
19-
"astro": "^6.1.3"
19+
"astro": "^6.1.4"
2020
}
2121
}

0 commit comments

Comments
 (0)