Skip to content

Commit a7cc437

Browse files
[ci] release (withastro#15834)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53185af commit a7cc437

30 files changed

Lines changed: 65 additions & 59 deletions

File tree

.changeset/dull-clowns-sin.md

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

.changeset/nervous-keys-grin.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.1"
16+
"astro": "^6.0.2"
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.0",
1717
"@astrojs/rss": "^4.0.17",
1818
"@astrojs/sitemap": "^3.7.1",
19-
"astro": "^6.0.1",
19+
"astro": "^6.0.2",
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.1"
21+
"astro": "^6.0.2"
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.1",
18+
"astro": "^6.0.2",
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.1"
19+
"astro": "^6.0.2"
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.1",
23+
"astro": "^6.0.2",
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.1",
18+
"astro": "^6.0.2",
1919
"preact": "^10.28.4"
2020
}
2121
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/react": "^5.0.0",
1717
"@types/react": "^18.3.28",
1818
"@types/react-dom": "^18.3.7",
19-
"astro": "^6.0.1",
19+
"astro": "^6.0.2",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
}

0 commit comments

Comments
 (0)