Skip to content

Commit cffc3f0

Browse files
[ci] release (alpha) (#14757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fe2310 commit cffc3f0

File tree

41 files changed

+298
-65
lines changed

Some content is hidden

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

41 files changed

+298
-65
lines changed

.changeset/pre.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,45 @@
3333
"@astrojs/yaml2ts": "0.2.2"
3434
},
3535
"changesets": [
36+
"adapter-interface-breaking",
3637
"beige-clowns-read",
38+
"busy-humans-smoke",
3739
"busy-olives-chew",
40+
"cloudflare-entrypoint-breaking",
3841
"cuddly-worlds-beam",
3942
"cyan-crews-cross",
40-
"dark-chicken-sleep",
43+
"dance-ornate-keen",
44+
"deep-states-talk",
4145
"dull-mangos-travel",
46+
"encoding-static-builds",
47+
"every-birds-relax",
4248
"fast-bushes-fall",
49+
"flat-lions-care",
50+
"fresh-rocks-sing",
4351
"giant-areas-press",
4452
"good-camels-pull",
4553
"green-garlics-heal",
4654
"honest-deer-add",
4755
"kind-pears-behave",
56+
"open-monkeys-boil",
4857
"pretty-forks-smash",
4958
"puny-poems-create",
5059
"rich-horses-begin",
51-
"rich-tips-kick",
60+
"route-data-breaking",
5261
"sad-lines-hear",
62+
"sad-teams-end",
63+
"shy-cats-grin",
5364
"six-women-visit",
65+
"smooth-kids-tease",
66+
"social-maps-shine",
67+
"some-olives-march",
68+
"ssr-manifest-breaking",
5469
"stale-ads-see",
70+
"thin-hands-find",
71+
"tiny-books-scream",
5572
"tricky-donkeys-camp",
73+
"vite-environments-breaking",
74+
"wet-lines-wear",
5675
"wet-suits-help",
5776
"whole-geckos-think",
5877
"young-banks-camp"

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-alpha.0"
13+
"astro": "^6.0.0-alpha.1"
1414
}
1515
}

examples/blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/mdx": "^5.0.0-alpha.0",
14-
"@astrojs/rss": "^4.0.14",
15-
"@astrojs/sitemap": "^3.6.0",
16-
"astro": "^6.0.0-alpha.0",
14+
"@astrojs/rss": "^4.0.15-alpha.0",
15+
"@astrojs/sitemap": "^3.6.1-alpha.0",
16+
"astro": "^6.0.0-alpha.1",
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-alpha.0"
18+
"astro": "^6.0.0-alpha.1"
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-alpha.0",
15-
"astro": "^6.0.0-alpha.0",
15+
"astro": "^6.0.0-alpha.1",
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-alpha.0",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.2",
16-
"astro": "^6.0.0-alpha.0"
16+
"astro": "^6.0.0-alpha.1"
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-alpha.0",
1818
"@types/react": "^18.3.27",
1919
"@types/react-dom": "^18.3.7",
20-
"astro": "^6.0.0-alpha.0",
20+
"astro": "^6.0.0-alpha.1",
2121
"preact": "^10.28.0",
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-alpha.0",
1414
"@preact/signals": "^2.5.1",
15-
"astro": "^6.0.0-alpha.0",
15+
"astro": "^6.0.0-alpha.1",
1616
"preact": "^10.28.0"
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-alpha.0",
1414
"@types/react": "^18.3.27",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^6.0.0-alpha.0",
16+
"astro": "^6.0.0-alpha.1",
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-alpha.0",
14-
"astro": "^6.0.0-alpha.0",
14+
"astro": "^6.0.0-alpha.1",
1515
"solid-js": "^1.9.10"
1616
}
1717
}

0 commit comments

Comments
 (0)