Skip to content

Commit 2239cf2

Browse files
[ci] release (beta) (#15674)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19ba822 commit 2239cf2

41 files changed

Lines changed: 214 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"fix-markdoc-table-attributes",
115115
"fix-mdx-slot-hydration",
116116
"fix-netlify-external",
117+
"fix-netlify-ssr-routing",
117118
"fix-preact-cloudflare-hooks",
118119
"fix-rewrite-non-ascii-paths",
119120
"fix-serve-files-outside-srcdir",
@@ -169,10 +170,12 @@
169170
"legacy-collections-backwards-compat-docs",
170171
"light-parrots-find",
171172
"little-goats-poke",
173+
"long-chefs-tie",
172174
"long-trams-see",
173175
"lovely-mice-sniff",
174176
"lowercase-style-tags",
175177
"many-banks-hammer",
178+
"many-cars-hope",
176179
"markdoc-emit-client-asset",
177180
"markdoc-emit-image-metadata",
178181
"markdoc-render-transform",
@@ -222,6 +225,7 @@
222225
"small-ghosts-sort",
223226
"smart-mammals-stop",
224227
"smooth-kids-tease",
228+
"social-jeans-mix",
225229
"social-kings-swim",
226230
"social-maps-shine",
227231
"solid-fans-jam",
@@ -248,6 +252,7 @@
248252
"tender-bats-tan",
249253
"tender-moose-help",
250254
"thin-hands-find",
255+
"three-sheep-burn",
251256
"tiny-books-scream",
252257
"tired-eels-cough",
253258
"tired-poems-shake",
@@ -265,7 +270,9 @@
265270
"wet-suits-help",
266271
"whole-geckos-think",
267272
"wrangler-main-field",
273+
"yellow-cycles-cheer",
268274
"young-banks-camp",
275+
"young-cougars-mix",
269276
"young-pandas-talk",
270277
"yummy-peas-carry"
271278
]

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-beta.16"
16+
"astro": "^6.0.0-beta.17"
1717
}
1818
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"@astrojs/mdx": "^5.0.0-beta.8",
16+
"@astrojs/mdx": "^5.0.0-beta.9",
1717
"@astrojs/rss": "^4.0.15-beta.4",
1818
"@astrojs/sitemap": "^3.6.1-beta.3",
19-
"astro": "^6.0.0-beta.16",
19+
"astro": "^6.0.0-beta.17",
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-beta.16"
21+
"astro": "^6.0.0-beta.17"
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-beta.3",
18-
"astro": "^6.0.0-beta.16",
18+
"astro": "^6.0.0-beta.17",
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-beta.1",
1717
"@types/alpinejs": "^3.13.11",
1818
"alpinejs": "^3.15.8",
19-
"astro": "^6.0.0-beta.16"
19+
"astro": "^6.0.0-beta.17"
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-beta.1",
2121
"@types/react": "^18.3.28",
2222
"@types/react-dom": "^18.3.7",
23-
"astro": "^6.0.0-beta.16",
23+
"astro": "^6.0.0-beta.17",
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-beta.4",
1717
"@preact/signals": "^2.8.1",
18-
"astro": "^6.0.0-beta.16",
18+
"astro": "^6.0.0-beta.17",
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-beta.3",
1717
"@types/react": "^18.3.28",
1818
"@types/react-dom": "^18.3.7",
19-
"astro": "^6.0.0-beta.16",
19+
"astro": "^6.0.0-beta.17",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/solid-js": "^6.0.0-beta.2",
17-
"astro": "^6.0.0-beta.16",
17+
"astro": "^6.0.0-beta.17",
1818
"solid-js": "^1.9.11"
1919
}
2020
}

0 commit comments

Comments
 (0)