Skip to content

Commit e29a3b3

Browse files
[ci] release (rc)
1 parent 732111c commit e29a3b3

File tree

91 files changed

+541
-236
lines changed

Some content is hidden

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

91 files changed

+541
-236
lines changed

.changeset/pre.json

+13-10
Original file line numberDiff line numberDiff line change
@@ -33,47 +33,49 @@
3333
"changesets": [
3434
"afraid-dots-whisper",
3535
"angry-dogs-shake",
36-
"big-elephants-drive",
3736
"big-tips-whisper",
38-
"brown-wolves-tan",
37+
"brave-cheetahs-float",
3938
"chilled-ducks-grin",
4039
"clever-bats-breathe",
4140
"cool-feet-rest",
41+
"cool-jokes-clap",
42+
"curvy-experts-jog",
4243
"cyan-carrots-stare",
4344
"dirty-lies-cover",
44-
"eleven-wasps-teach",
4545
"fair-emus-divide",
4646
"fair-eyes-promise",
4747
"famous-queens-itch",
4848
"four-houses-compete",
4949
"gentle-deers-yawn",
5050
"gentle-meals-crash",
5151
"giant-plants-sip",
52+
"happy-penguins-hug",
5253
"heavy-walls-arrive",
53-
"itchy-pants-grin",
5454
"large-countries-share",
5555
"loud-candles-admire",
56-
"many-actors-flash",
56+
"lovely-walls-call",
57+
"many-ears-drum",
5758
"many-pears-explode",
5859
"mighty-dancers-lay",
5960
"nasty-garlics-listen",
6061
"neat-mugs-end",
6162
"neat-owls-run",
6263
"neat-suns-search",
6364
"odd-books-live",
64-
"orange-foxes-care",
6565
"perfect-horses-tell",
6666
"plenty-keys-add",
67-
"popular-planes-cover",
67+
"popular-carrots-sneeze",
6868
"purple-buses-prove",
6969
"quick-boats-bow",
7070
"rude-ears-play",
71-
"silent-baboons-juggle",
71+
"serious-waves-fry",
72+
"silent-bikes-crash",
7273
"six-grapes-look",
7374
"slimy-carrots-sell",
75+
"small-nails-try",
7476
"smart-numbers-shout",
75-
"sour-frogs-shout",
7677
"spicy-eels-rush",
78+
"spicy-icons-live",
7779
"strong-papayas-chew",
7880
"tame-files-glow",
7981
"tasty-camels-speak",
@@ -88,9 +90,10 @@
8890
"unlucky-sheep-build",
8991
"violet-peaches-invent",
9092
"warm-weeks-yell",
93+
"wet-foxes-sleep",
9194
"wild-bobcats-carry",
9295
"wise-cameras-agree",
93-
"yellow-snakes-jam",
96+
"yellow-tips-cover",
9497
"young-roses-teach"
9598
]
9699
}

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4"
14+
"astro": "^3.0.0-rc.5"
1515
}
1616
}

examples/blog/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^1.0.0-beta.1",
15-
"@astrojs/rss": "^3.0.0-beta.0",
16-
"@astrojs/sitemap": "^3.0.0-beta.0",
17-
"astro": "^3.0.0-beta.4"
14+
"@astrojs/mdx": "^1.0.0-rc.2",
15+
"@astrojs/rss": "^3.0.0-rc.1",
16+
"@astrojs/sitemap": "^3.0.0-rc.1",
17+
"astro": "^3.0.0-rc.5"
1818
}
1919
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.0.0-beta.4"
18+
"astro": "^3.0.0-rc.5"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

examples/deno/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^3.0.0-beta.4"
13+
"astro": "^3.0.0-rc.5"
1414
},
1515
"devDependencies": {
16-
"@astrojs/deno": "^5.0.0-beta.0"
16+
"@astrojs/deno": "^5.0.0-rc.1"
1717
}
1818
}

examples/framework-alpine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/alpinejs": "^0.3.0-beta.0",
14+
"@astrojs/alpinejs": "^0.3.0-rc.1",
1515
"@types/alpinejs": "^3.7.1",
1616
"alpinejs": "^3.12.2",
17-
"astro": "^3.0.0-beta.4"
17+
"astro": "^3.0.0-rc.5"
1818
}
1919
}

examples/framework-lit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/lit": "^3.0.0-beta.0",
14+
"@astrojs/lit": "^3.0.0-rc.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.0.0-beta.4",
16+
"astro": "^3.0.0-rc.5",
1717
"lit": "^2.7.5"
1818
}
1919
}

examples/framework-multiple/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.0-beta.1",
15-
"@astrojs/react": "^3.0.0-beta.3",
16-
"@astrojs/solid-js": "^3.0.0-beta.2",
17-
"@astrojs/svelte": "^4.0.0-beta.1",
18-
"@astrojs/vue": "^3.0.0-beta.0",
19-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/preact": "^3.0.0-rc.2",
15+
"@astrojs/react": "^3.0.0-rc.4",
16+
"@astrojs/solid-js": "^3.0.0-rc.3",
17+
"@astrojs/svelte": "^4.0.0-rc.2",
18+
"@astrojs/vue": "^3.0.0-rc.1",
19+
"astro": "^3.0.0-rc.5",
2020
"preact": "^10.15.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.0-beta.1",
14+
"@astrojs/preact": "^3.0.0-rc.2",
1515
"@preact/signals": "^1.1.3",
16-
"astro": "^3.0.0-beta.4",
16+
"astro": "^3.0.0-rc.5",
1717
"preact": "^10.15.1"
1818
}
1919
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^3.0.0-beta.3",
14+
"@astrojs/react": "^3.0.0-rc.4",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"astro": "^3.0.0-beta.4",
17+
"astro": "^3.0.0-rc.5",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/solid-js": "^3.0.0-beta.2",
15-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/solid-js": "^3.0.0-rc.3",
15+
"astro": "^3.0.0-rc.5",
1616
"solid-js": "^1.7.6"
1717
}
1818
}

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/svelte": "^4.0.0-beta.1",
15-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/svelte": "^4.0.0-rc.2",
15+
"astro": "^3.0.0-rc.5",
1616
"svelte": "^3.59.1"
1717
}
1818
}

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/vue": "^3.0.0-beta.0",
15-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/vue": "^3.0.0-rc.1",
15+
"astro": "^3.0.0-rc.5",
1616
"vue": "^3.3.4"
1717
}
1818
}

examples/hackernews/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^6.0.0-beta.0",
15-
"astro": "^3.0.0-beta.4"
14+
"@astrojs/node": "^6.0.0-rc.1",
15+
"astro": "^3.0.0-rc.5"
1616
}
1717
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.0.0-beta.4"
18+
"astro": "^3.0.0-rc.5"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

examples/middleware/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"@astrojs/node": "^6.0.0-beta.0",
16-
"astro": "^3.0.0-beta.4",
15+
"@astrojs/node": "^6.0.0-rc.1",
16+
"astro": "^3.0.0-rc.5",
1717
"html-minifier": "^4.0.0"
1818
}
1919
}

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4"
14+
"astro": "^3.0.0-rc.5"
1515
}
1616
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4"
14+
"astro": "^3.0.0-rc.5"
1515
}
1616
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4"
14+
"astro": "^3.0.0-rc.5"
1515
}
1616
}

examples/ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"@astrojs/node": "^6.0.0-beta.0",
16-
"@astrojs/svelte": "^4.0.0-beta.1",
17-
"astro": "^3.0.0-beta.4",
15+
"@astrojs/node": "^6.0.0-rc.1",
16+
"@astrojs/svelte": "^4.0.0-rc.2",
17+
"astro": "^3.0.0-rc.5",
1818
"svelte": "^3.59.1"
1919
}
2020
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdoc": "^1.0.0-beta.1",
15-
"astro": "^3.0.0-beta.4"
14+
"@astrojs/markdoc": "^0.5.0-rc.1",
15+
"astro": "^3.0.0-rc.5"
1616
}
1717
}

examples/with-markdown-plugins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdown-remark": "^3.0.0-beta.0",
15-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/markdown-remark": "^3.0.0-rc.1",
15+
"astro": "^3.0.0-rc.5",
1616
"hast-util-select": "^5.0.5",
1717
"rehype-autolink-headings": "^6.1.1",
1818
"rehype-slug": "^5.1.0",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4"
14+
"astro": "^3.0.0-rc.5"
1515
}
1616
}

examples/with-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^1.0.0-beta.1",
15-
"@astrojs/preact": "^3.0.0-beta.1",
16-
"astro": "^3.0.0-beta.4",
14+
"@astrojs/mdx": "^1.0.0-rc.2",
15+
"@astrojs/preact": "^3.0.0-rc.2",
16+
"astro": "^3.0.0-rc.5",
1717
"preact": "^10.15.1"
1818
}
1919
}

examples/with-nanostores/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.0-beta.1",
14+
"@astrojs/preact": "^3.0.0-rc.2",
1515
"@nanostores/preact": "^0.4.1",
16-
"astro": "^3.0.0-beta.4",
16+
"astro": "^3.0.0-rc.5",
1717
"nanostores": "^0.8.1",
1818
"preact": "^10.15.1"
1919
}

examples/with-tailwindcss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^1.0.0-beta.1",
15-
"@astrojs/tailwind": "^5.0.0-beta.0",
14+
"@astrojs/mdx": "^1.0.0-rc.2",
15+
"@astrojs/tailwind": "^5.0.0-rc.1",
1616
"@types/canvas-confetti": "^1.6.0",
17-
"astro": "^3.0.0-beta.4",
17+
"astro": "^3.0.0-rc.5",
1818
"autoprefixer": "^10.4.14",
1919
"canvas-confetti": "^1.6.0",
2020
"postcss": "^8.4.24",

examples/with-vite-plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.4",
14+
"astro": "^3.0.0-rc.5",
1515
"vite-plugin-pwa": "0.14.7",
1616
"workbox-window": "^6.6.0"
1717
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^3.0.0-beta.4",
15+
"astro": "^3.0.0-rc.5",
1616
"vitest": "^0.31.4"
1717
}
1818
}

packages/astro-prism/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/prism
22

3+
## 3.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
8+
39
## 3.0.0-beta.0
410

511
### Major Changes

packages/astro-prism/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/prism",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-rc.1",
44
"description": "Add Prism syntax highlighting support to your Astro site",
55
"author": "withastro",
66
"type": "module",

0 commit comments

Comments
 (0)