Skip to content

Commit 6673dd1

Browse files
[ci] release (beta)
1 parent 37697a2 commit 6673dd1

67 files changed

Lines changed: 325 additions & 156 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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,20 @@
2828
"@astrojs/telemetry": "3.0.4",
2929
"@astrojs/underscore-redirects": "0.3.3"
3030
},
31-
"changesets": []
31+
"changesets": [
32+
"beige-jokes-report",
33+
"calm-baboons-watch",
34+
"giant-snails-perform",
35+
"khaki-fans-sell",
36+
"light-ties-poke",
37+
"modern-candles-sip",
38+
"plenty-candles-help",
39+
"rude-hairs-whisper",
40+
"shiny-trees-sip",
41+
"short-deers-whisper",
42+
"slow-hornets-try",
43+
"sour-games-burn",
44+
"wicked-sloths-develop",
45+
"wild-apricots-rescue"
46+
]
3247
}

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.6.1"
14+
"astro": "^4.0.0-beta.0"
1515
}
1616
}

examples/blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^1.1.5",
15-
"@astrojs/rss": "^3.0.0",
14+
"@astrojs/mdx": "^2.0.0-beta.0",
15+
"@astrojs/rss": "^4.0.0-beta.0",
1616
"@astrojs/sitemap": "^3.0.3",
17-
"astro": "^3.6.1"
17+
"astro": "^4.0.0-beta.0"
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": "^3.6.1"
18+
"astro": "^4.0.0-beta.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.3.1",
1515
"@types/alpinejs": "^3.13.5",
1616
"alpinejs": "^3.13.3",
17-
"astro": "^3.6.1"
17+
"astro": "^4.0.0-beta.0"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^3.0.3",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.6.1",
16+
"astro": "^4.0.0-beta.0",
1717
"lit": "^2.8.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.1",
15-
"@astrojs/react": "^3.0.6",
15+
"@astrojs/react": "^3.0.7-beta.0",
1616
"@astrojs/solid-js": "^3.0.2",
17-
"@astrojs/svelte": "^4.0.4",
18-
"@astrojs/vue": "^3.0.4",
19-
"astro": "^3.6.1",
17+
"@astrojs/svelte": "^5.0.0-beta.0",
18+
"@astrojs/vue": "^4.0.0-beta.0",
19+
"astro": "^4.0.0-beta.0",
2020
"preact": "^10.19.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.1",
1515
"@preact/signals": "^1.2.1",
16-
"astro": "^3.6.1",
16+
"astro": "^4.0.0-beta.0",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^3.0.6",
14+
"@astrojs/react": "^3.0.7-beta.0",
1515
"@types/react": "^18.2.37",
1616
"@types/react-dom": "^18.2.15",
17-
"astro": "^3.6.1",
17+
"astro": "^4.0.0-beta.0",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/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/solid-js": "^3.0.2",
15-
"astro": "^3.6.1",
15+
"astro": "^4.0.0-beta.0",
1616
"solid-js": "^1.8.5"
1717
}
1818
}

0 commit comments

Comments
 (0)