Skip to content

Commit 1c98d83

Browse files
[ci] release (rc)
1 parent a93e061 commit 1c98d83

File tree

90 files changed

+565
-256
lines changed

Some content is hidden

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

90 files changed

+565
-256
lines changed

.changeset/pre.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -32,47 +32,51 @@
3232
"changesets": [
3333
"afraid-dots-whisper",
3434
"angry-dogs-shake",
35-
"big-elephants-drive",
3635
"big-tips-whisper",
37-
"brown-wolves-tan",
36+
"brave-cheetahs-float",
37+
"brown-numbers-prove",
3838
"chilled-ducks-grin",
3939
"clever-bats-breathe",
4040
"cool-feet-rest",
41+
"cool-jokes-clap",
42+
"curvy-experts-jog",
4143
"cyan-carrots-stare",
4244
"dirty-lies-cover",
43-
"eleven-wasps-teach",
4445
"fair-emus-divide",
4546
"fair-eyes-promise",
4647
"famous-queens-itch",
4748
"four-houses-compete",
4849
"gentle-deers-yawn",
4950
"gentle-meals-crash",
5051
"giant-plants-sip",
52+
"happy-penguins-hug",
5153
"heavy-walls-arrive",
52-
"itchy-pants-grin",
5354
"large-countries-share",
5455
"loud-candles-admire",
55-
"many-actors-flash",
56+
"lovely-walls-call",
57+
"many-ears-drum",
5658
"many-pears-explode",
5759
"mighty-dancers-lay",
5860
"nasty-garlics-listen",
5961
"neat-mugs-end",
6062
"neat-owls-run",
6163
"neat-suns-search",
6264
"odd-books-live",
63-
"orange-foxes-care",
6465
"perfect-horses-tell",
6566
"plenty-keys-add",
66-
"popular-planes-cover",
67+
"popular-carrots-sneeze",
6768
"purple-buses-prove",
6869
"quick-boats-bow",
70+
"rich-tigers-march",
6971
"rude-ears-play",
70-
"silent-baboons-juggle",
72+
"serious-waves-fry",
73+
"silent-bikes-crash",
7174
"six-grapes-look",
7275
"slimy-carrots-sell",
76+
"small-nails-try",
7377
"smart-numbers-shout",
74-
"sour-frogs-shout",
7578
"spicy-eels-rush",
79+
"spicy-icons-live",
7680
"strong-papayas-chew",
7781
"tame-files-glow",
7882
"tasty-camels-speak",
@@ -82,14 +86,16 @@
8286
"tricky-candles-suffer",
8387
"twelve-coats-rush",
8488
"twenty-cheetahs-deny",
89+
"unlucky-cougars-heal",
8590
"unlucky-hotels-try",
8691
"unlucky-ravens-type",
8792
"unlucky-sheep-build",
8893
"violet-peaches-invent",
8994
"warm-weeks-yell",
95+
"wet-foxes-sleep",
9096
"wild-bobcats-carry",
9197
"wise-cameras-agree",
92-
"yellow-snakes-jam",
98+
"yellow-tips-cover",
9399
"young-roses-teach"
94100
]
95101
}

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)