Skip to content

Commit

Permalink
[ci] release (beta) (#5792)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
astrobot-houston and github-actions[bot] committed Jan 12, 2023
1 parent 1d43a3a commit 02b797f
Show file tree
Hide file tree
Showing 73 changed files with 547 additions and 156 deletions.
27 changes: 26 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,50 @@
},
"changesets": [
"angry-pots-boil",
"beige-beds-smile",
"beige-pumpkins-pump",
"calm-peas-doubt",
"chatty-rivers-camp",
"chilled-geese-worry",
"curvy-beds-warn",
"curvy-foxes-reply",
"dull-rabbits-relax",
"eleven-bulldogs-provide",
"fluffy-mirrors-swim",
"fluffy-onions-wink",
"giant-chefs-rule",
"gold-baboons-tie",
"grumpy-days-yell",
"kind-beers-give",
"lemon-bobcats-kick",
"lemon-eagles-worry",
"lovely-terms-drive",
"lovely-worms-invite",
"modern-bulldogs-film",
"new-lies-guess",
"poor-chicken-film",
"pretty-planes-promise",
"quick-impalas-rush",
"quiet-actors-agree",
"real-nails-clean",
"red-snakes-fetch",
"selfish-tigers-do",
"serious-cats-jog",
"shaggy-bags-attend",
"shaggy-keys-turn",
"shaggy-melons-tap",
"six-carpets-talk",
"smart-clouds-applaud",
"spicy-tips-dream",
"spotty-bees-switch",
"stupid-wolves-explain",
"sweet-rocks-count",
"swift-kangaroos-decide",
"thick-walls-smell",
"thin-beers-drive",
"thin-seahorses-worry",
"tricky-rabbits-count",
"two-geese-eat"
"two-geese-eat",
"two-needles-buy"
]
}
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"@astrojs/mdx": "^0.15.0-beta.1",
"astro": "^2.0.0-beta.2",
"@astrojs/mdx": "^1.0.0-beta.2",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0"
}
Expand Down
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
},
"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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
},
"devDependencies": {
"@astrojs/deno": "^4.0.0-beta.1"
"@astrojs/deno": "^4.0.0-beta.2"
}
}
6 changes: 3 additions & 3 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^2.0.0-beta.0",
"@astrojs/preact": "^2.0.0-beta.0",
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
Expand Down
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@astrojs/lit": "^1.0.2-beta.0",
"@webcomponents/template-shadowroot": "^0.1.0"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37",
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.2.2",
"@astrojs/solid-js": "^1.2.3",
"@astrojs/svelte": "^2.0.0-beta.0",
"@astrojs/vue": "^2.0.0-beta.0"
"@astrojs/preact": "^2.0.0-beta.0",
"@astrojs/react": "^2.0.0-beta.0",
"@astrojs/solid-js": "^2.0.0-beta.0",
"@astrojs/svelte": "^2.0.0-beta.1",
"@astrojs/vue": "^2.0.0-beta.1"
}
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@astrojs/preact": "^2.0.0-beta.0",
"@preact/signals": "^1.1.0"
}
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",
"@astrojs/react": "^2.0.0-beta.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3"
"@astrojs/solid-js": "^2.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0-beta.0",
"astro": "^2.0.0-beta.1"
"@astrojs/svelte": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2"
}
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.0-beta.0"
"@astrojs/vue": "^2.0.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.0.0-beta.0",
"astro": "^2.0.0-beta.1"
"@astrojs/node": "^5.0.0-beta.1",
"astro": "^2.0.0-beta.2"
}
}
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
Expand Down
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
}
}
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
}
}
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
}
}
6 changes: 3 additions & 3 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0-beta.0",
"@astrojs/node": "^5.0.0-beta.0",
"@astrojs/svelte": "^2.0.0-beta.1",
"@astrojs/node": "^5.0.0-beta.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.0-beta.1",
"@astrojs/mdx": "^0.15.0-beta.1",
"astro": "^2.0.0-beta.2",
"@astrojs/mdx": "^1.0.0-beta.2",
"@astrojs/sitemap": "^1.0.0"
}
}
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": {
"astro": "^2.0.0-beta.1",
"@astrojs/markdown-remark": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"@astrojs/markdown-remark": "^2.0.0-beta.2",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
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": "^2.0.0-beta.1"
"astro": "^2.0.0-beta.2"
}
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.15.0-beta.1"
"@astrojs/preact": "^2.0.0-beta.0",
"@astrojs/mdx": "^1.0.0-beta.2"
}
}
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": {
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@astrojs/preact": "^2.0.0-beta.0",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}
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": "^0.15.0-beta.1",
"@astrojs/tailwind": "^3.0.0-beta.0",
"@astrojs/mdx": "^1.0.0-beta.2",
"@astrojs/tailwind": "^3.0.0-beta.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
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": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
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": "^2.0.0-beta.1",
"astro": "^2.0.0-beta.2",
"vitest": "^0.20.3"
}
}
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

## 2.0.0-beta.0

### Major Changes

- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0

## 1.0.2

### Patch 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": "1.0.2",
"version": "2.0.0-beta.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",
Expand Down
Loading

0 comments on commit 02b797f

Please sign in to comment.