Skip to content

Commit

Permalink
[ci] release (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2023
1 parent 732111c commit e29a3b3
Show file tree
Hide file tree
Showing 91 changed files with 541 additions and 236 deletions.
23 changes: 13 additions & 10 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,47 +33,49 @@
"changesets": [
"afraid-dots-whisper",
"angry-dogs-shake",
"big-elephants-drive",
"big-tips-whisper",
"brown-wolves-tan",
"brave-cheetahs-float",
"chilled-ducks-grin",
"clever-bats-breathe",
"cool-feet-rest",
"cool-jokes-clap",
"curvy-experts-jog",
"cyan-carrots-stare",
"dirty-lies-cover",
"eleven-wasps-teach",
"fair-emus-divide",
"fair-eyes-promise",
"famous-queens-itch",
"four-houses-compete",
"gentle-deers-yawn",
"gentle-meals-crash",
"giant-plants-sip",
"happy-penguins-hug",
"heavy-walls-arrive",
"itchy-pants-grin",
"large-countries-share",
"loud-candles-admire",
"many-actors-flash",
"lovely-walls-call",
"many-ears-drum",
"many-pears-explode",
"mighty-dancers-lay",
"nasty-garlics-listen",
"neat-mugs-end",
"neat-owls-run",
"neat-suns-search",
"odd-books-live",
"orange-foxes-care",
"perfect-horses-tell",
"plenty-keys-add",
"popular-planes-cover",
"popular-carrots-sneeze",
"purple-buses-prove",
"quick-boats-bow",
"rude-ears-play",
"silent-baboons-juggle",
"serious-waves-fry",
"silent-bikes-crash",
"six-grapes-look",
"slimy-carrots-sell",
"small-nails-try",
"smart-numbers-shout",
"sour-frogs-shout",
"spicy-eels-rush",
"spicy-icons-live",
"strong-papayas-chew",
"tame-files-glow",
"tasty-camels-speak",
Expand All @@ -88,9 +90,10 @@
"unlucky-sheep-build",
"violet-peaches-invent",
"warm-weeks-yell",
"wet-foxes-sleep",
"wild-bobcats-carry",
"wise-cameras-agree",
"yellow-snakes-jam",
"yellow-tips-cover",
"young-roses-teach"
]
}
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
8 changes: 4 additions & 4 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1",
"@astrojs/rss": "^3.0.0-beta.0",
"@astrojs/sitemap": "^3.0.0-beta.0",
"astro": "^3.0.0-beta.4"
"@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/rss": "^3.0.0-rc.1",
"@astrojs/sitemap": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.5"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
},
"devDependencies": {
"@astrojs/deno": "^5.0.0-beta.0"
"@astrojs/deno": "^5.0.0-rc.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0-beta.0",
"@astrojs/alpinejs": "^0.3.0-rc.1",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2",
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^3.0.0-beta.0",
"@astrojs/lit": "^3.0.0-rc.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"lit": "^2.7.5"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.0-beta.1",
"@astrojs/react": "^3.0.0-beta.3",
"@astrojs/solid-js": "^3.0.0-beta.2",
"@astrojs/svelte": "^4.0.0-beta.1",
"@astrojs/vue": "^3.0.0-beta.0",
"astro": "^3.0.0-beta.4",
"@astrojs/preact": "^3.0.0-rc.2",
"@astrojs/react": "^3.0.0-rc.4",
"@astrojs/solid-js": "^3.0.0-rc.3",
"@astrojs/svelte": "^4.0.0-rc.2",
"@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.0-beta.1",
"@astrojs/preact": "^3.0.0-rc.2",
"@preact/signals": "^1.1.3",
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.0-beta.3",
"@astrojs/react": "^3.0.0-rc.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^3.0.0-beta.2",
"astro": "^3.0.0-beta.4",
"@astrojs/solid-js": "^3.0.0-rc.3",
"astro": "^3.0.0-rc.5",
"solid-js": "^1.7.6"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^4.0.0-beta.1",
"astro": "^3.0.0-beta.4",
"@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^3.0.0-beta.0",
"astro": "^3.0.0-beta.4",
"@astrojs/vue": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.5",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
"astro": "^3.0.0-beta.4"
"@astrojs/node": "^6.0.0-rc.1",
"astro": "^3.0.0-rc.5"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
"astro": "^3.0.0-beta.4",
"@astrojs/node": "^6.0.0-rc.1",
"astro": "^3.0.0-rc.5",
"html-minifier": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
6 changes: 3 additions & 3 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
"@astrojs/svelte": "^4.0.0-beta.1",
"astro": "^3.0.0-beta.4",
"@astrojs/node": "^6.0.0-rc.1",
"@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
}
}
4 changes: 2 additions & 2 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^1.0.0-beta.1",
"astro": "^3.0.0-beta.4"
"@astrojs/markdoc": "^0.5.0-rc.1",
"astro": "^3.0.0-rc.5"
}
}
4 changes: 2 additions & 2 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.0.0-beta.0",
"astro": "^3.0.0-beta.4",
"@astrojs/markdown-remark": "^3.0.0-rc.1",
"astro": "^3.0.0-rc.5",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4"
"astro": "^3.0.0-rc.5"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1",
"@astrojs/preact": "^3.0.0-beta.1",
"astro": "^3.0.0-beta.4",
"@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/preact": "^3.0.0-rc.2",
"astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.0-beta.1",
"@astrojs/preact": "^3.0.0-rc.2",
"@nanostores/preact": "^0.4.1",
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"nanostores": "^0.8.1",
"preact": "^10.15.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0-beta.1",
"@astrojs/tailwind": "^5.0.0-beta.0",
"@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/tailwind": "^5.0.0-rc.1",
"@types/canvas-confetti": "^1.6.0",
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.24",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"vite-plugin-pwa": "0.14.7",
"workbox-window": "^6.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^3.0.0-beta.4",
"astro": "^3.0.0-rc.5",
"vitest": "^0.31.4"
}
}
6 changes: 6 additions & 0 deletions packages/astro-prism/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/prism

## 3.0.0-rc.1

### Major Changes

- [#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

## 3.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "3.0.0-beta.0",
"version": "3.0.0-rc.1",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
Expand Down
Loading

0 comments on commit e29a3b3

Please sign in to comment.