Skip to content

Commit cdb99c8

Browse files
[ci] release (beta) (#15320)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a9777e commit cdb99c8

27 files changed

Lines changed: 57 additions & 47 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"deep-states-talk",
7070
"drop-cjs-config-support",
7171
"dull-mangos-travel",
72+
"eager-owls-stare",
7273
"early-badgers-pull",
7374
"encoding-static-builds",
7475
"every-carpets-grin",
@@ -80,6 +81,7 @@
8081
"fix-serve-files-outside-srcdir",
8182
"flat-lions-care",
8283
"fluffy-shrimps-drop",
84+
"four-insects-tan",
8385
"fresh-rocks-sing",
8486
"full-poems-divide",
8587
"funny-planes-lick",

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": "^6.0.0-beta.4"
13+
"astro": "^6.0.0-beta.5"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^5.0.0-beta.2",
1414
"@astrojs/rss": "^4.0.15-beta.2",
1515
"@astrojs/sitemap": "^3.6.1-beta.2",
16-
"astro": "^6.0.0-beta.4",
16+
"astro": "^6.0.0-beta.5",
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": "^6.0.0-beta.4"
18+
"astro": "^6.0.0-beta.5"
1919
},
2020
"peerDependencies": {
2121
"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
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^5.0.0-beta.3",
15-
"astro": "^6.0.0-beta.4",
15+
"astro": "^6.0.0-beta.5",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.5.0-beta.1",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.4",
16-
"astro": "^6.0.0-beta.4"
16+
"astro": "^6.0.0-beta.5"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^6.0.0-beta.0",
1818
"@types/react": "^18.3.27",
1919
"@types/react-dom": "^18.3.7",
20-
"astro": "^6.0.0-beta.4",
20+
"astro": "^6.0.0-beta.5",
2121
"preact": "^10.28.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^5.0.0-beta.2",
1414
"@preact/signals": "^2.5.1",
15-
"astro": "^6.0.0-beta.4",
15+
"astro": "^6.0.0-beta.5",
1616
"preact": "^10.28.2"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^5.0.0-beta.3",
1414
"@types/react": "^18.3.27",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^6.0.0-beta.4",
16+
"astro": "^6.0.0-beta.5",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^6.0.0-beta.2",
14-
"astro": "^6.0.0-beta.4",
14+
"astro": "^6.0.0-beta.5",
1515
"solid-js": "^1.9.10"
1616
}
1717
}

0 commit comments

Comments
 (0)