Skip to content

Commit a2fff74

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

File tree

33 files changed

+69
-66
lines changed

33 files changed

+69
-66
lines changed

.changeset/cuddly-trains-pay.md

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

.changeset/dirty-eggs-repeat.md

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

.changeset/green-dingos-care.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.0.0"
16+
"astro": "^6.0.1"
1717
}
1818
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/mdx": "^5.0.0",
17-
"@astrojs/rss": "^4.0.16",
17+
"@astrojs/rss": "^4.0.17",
1818
"@astrojs/sitemap": "^3.7.1",
19-
"astro": "^6.0.0",
19+
"astro": "^6.0.1",
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.0.0"
21+
"astro": "^6.0.1"
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.0",
18-
"astro": "^6.0.0",
18+
"astro": "^6.0.1",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"vitest": "^3.2.4"

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.0.0"
19+
"astro": "^6.0.1"
2020
}
2121
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@astrojs/vue": "^6.0.0",
2121
"@types/react": "^18.3.28",
2222
"@types/react-dom": "^18.3.7",
23-
"astro": "^6.0.0",
23+
"astro": "^6.0.1",
2424
"preact": "^10.28.4",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@astrojs/preact": "^5.0.0",
1717
"@preact/signals": "^2.8.1",
18-
"astro": "^6.0.0",
18+
"astro": "^6.0.1",
1919
"preact": "^10.28.4"
2020
}
2121
}

0 commit comments

Comments
 (0)