Skip to content

Commit 8dc3f6f

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

59 files changed

Lines changed: 229 additions & 97 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@
3535
"changesets": [
3636
"adapter-interface-breaking",
3737
"beige-clowns-read",
38+
"beta-tag-alpinejs",
39+
"beta-tag-check",
40+
"beta-tag-create-astro",
41+
"beta-tag-db",
42+
"beta-tag-language-server",
43+
"beta-tag-markdown-remark",
44+
"beta-tag-mdx",
45+
"beta-tag-netlify",
46+
"beta-tag-preact",
47+
"beta-tag-prism",
48+
"beta-tag-react",
49+
"beta-tag-rss",
50+
"beta-tag-sitemap",
51+
"beta-tag-solid",
52+
"beta-tag-upgrade",
3853
"bold-ghosts-sink",
3954
"bright-parrots-hear",
4055
"bright-pens-dance",

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

examples/blog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^5.0.0-alpha.0",
14-
"@astrojs/rss": "^4.0.15-alpha.0",
15-
"@astrojs/sitemap": "^3.6.1-alpha.1",
16-
"astro": "^6.0.0-beta.0",
13+
"@astrojs/mdx": "^5.0.0-beta.1",
14+
"@astrojs/rss": "^4.0.15-beta.1",
15+
"@astrojs/sitemap": "^3.6.1-beta.2",
16+
"astro": "^6.0.0-beta.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-beta.0"
18+
"astro": "^6.0.0-beta.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^5.0.0 || ^6.0.0"

examples/container-with-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^5.0.0-alpha.0",
15-
"astro": "^6.0.0-beta.0",
14+
"@astrojs/react": "^5.0.0-beta.1",
15+
"astro": "^6.0.0-beta.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

examples/framework-alpine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.5.0-alpha.0",
13+
"@astrojs/alpinejs": "^0.5.0-beta.1",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.3",
16-
"astro": "^6.0.0-beta.0"
16+
"astro": "^6.0.0-beta.1"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^5.0.0-alpha.0",
14-
"@astrojs/react": "^5.0.0-alpha.0",
15-
"@astrojs/solid-js": "^6.0.0-alpha.0",
13+
"@astrojs/preact": "^5.0.0-beta.1",
14+
"@astrojs/react": "^5.0.0-beta.1",
15+
"@astrojs/solid-js": "^6.0.0-beta.1",
1616
"@astrojs/svelte": "^8.0.0-beta.0",
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.0",
20+
"astro": "^6.0.0-beta.1",
2121
"preact": "^10.28.1",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^5.0.0-alpha.0",
13+
"@astrojs/preact": "^5.0.0-beta.1",
1414
"@preact/signals": "^2.5.1",
15-
"astro": "^6.0.0-beta.0",
15+
"astro": "^6.0.0-beta.1",
1616
"preact": "^10.28.1"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^5.0.0-alpha.0",
13+
"@astrojs/react": "^5.0.0-beta.1",
1414
"@types/react": "^18.3.27",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^6.0.0-beta.0",
16+
"astro": "^6.0.0-beta.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^6.0.0-alpha.0",
14-
"astro": "^6.0.0-beta.0",
13+
"@astrojs/solid-js": "^6.0.0-beta.1",
14+
"astro": "^6.0.0-beta.1",
1515
"solid-js": "^1.9.10"
1616
}
1717
}

0 commit comments

Comments
 (0)