[ci] release (#4707)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-09-12 12:08:39 -07:00 committed by GitHub
parent 6e1d62fe22
commit 56e225b41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 83 additions and 82 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
Fix globs for homepage route

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Properly show an error message when a renderer is not properly configured

View file

@ -1,5 +0,0 @@
---
'@astrojs/vue': patch
---
Fix Vue `script setup` with other renderers applied

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Makes the dev server more resilient to crashes

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': major
---
Use Edge Functions instead of Edge Middlewares

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"@astrojs/mdx": "^0.11.1", "@astrojs/mdx": "^0.11.1",
"@astrojs/rss": "^1.0.0", "@astrojs/rss": "^1.0.1",
"@astrojs/sitemap": "^1.0.0" "@astrojs/sitemap": "^1.0.0"
} }
} }

View file

@ -15,9 +15,9 @@
], ],
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"preact": "^10.7.3", "preact": "^10.7.3",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"alpinejs": "^3.10.2", "alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2", "@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0" "@types/alpinejs": "^3.7.0"

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"lit": "^2.2.5", "lit": "^2.2.5",
"@astrojs/lit": "^1.0.0", "@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0" "@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"preact": "^10.7.3", "preact": "^10.7.3",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
@ -21,6 +21,6 @@
"@astrojs/react": "^1.1.2", "@astrojs/react": "^1.1.2",
"@astrojs/solid-js": "^1.1.0", "@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.1" "@astrojs/vue": "^1.0.2"
} }
} }

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.1.0" "@astrojs/preact": "^1.1.0"
} }

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"@astrojs/react": "^1.1.2", "@astrojs/react": "^1.1.2",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.0" "@astrojs/solid-js": "^1.1.0"
} }

View file

@ -12,6 +12,6 @@
"dependencies": { "dependencies": {
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/vue": "^1.0.1" "@astrojs/vue": "^1.0.2"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -12,7 +12,7 @@
}, },
"devDependencies": {}, "devDependencies": {},
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"@astrojs/node": "^1.0.1", "@astrojs/node": "^1.0.1",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"@astrojs/markdown-remark": "^1.1.0", "@astrojs/markdown-remark": "^1.1.0",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1" "astro": "^1.2.2"
} }
} }

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"preact": "^10.6.5", "preact": "^10.6.5",
"@astrojs/preact": "^1.1.0", "@astrojs/preact": "^1.1.0",
"@astrojs/mdx": "^0.11.1" "@astrojs/mdx": "^0.11.1"

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^1.1.0", "@astrojs/preact": "^1.1.0",
"nanostores": "^0.5.12", "nanostores": "^0.5.12",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"@astrojs/tailwind": "^1.0.0", "@astrojs/tailwind": "^1.0.0",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -12,7 +12,7 @@
"test": "vitest" "test": "vitest"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.1", "astro": "^1.2.2",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,11 @@
# @astrojs/rss # @astrojs/rss
## 1.0.1
### Patch Changes
- [#4701](https://github.com/withastro/astro/pull/4701) [`6e1d62fe2`](https://github.com/withastro/astro/commit/6e1d62fe222e45b763b2b60b377b07e431950d54) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix globs for homepage route
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/rss", "name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects", "description": "Add RSS feeds to your Astro projects",
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,13 @@
# astro # astro
## 1.2.2
### Patch Changes
- [#4705](https://github.com/withastro/astro/pull/4705) [`5b6173fd0`](https://github.com/withastro/astro/commit/5b6173fd031b7e85974cbadd39de7fa199075e44) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Properly show an error message when a renderer is not properly configured
- [#4723](https://github.com/withastro/astro/pull/4723) [`0dba3b6f3`](https://github.com/withastro/astro/commit/0dba3b6f3fbd013f922fd11b9d6d977d165a512a) Thanks [@matthewp](https://github.com/matthewp)! - Makes the dev server more resilient to crashes
## 1.2.1 ## 1.2.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.2.1", "version": "1.2.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vercel # @astrojs/vercel
## 2.0.0
### Major Changes
- [#4713](https://github.com/withastro/astro/pull/4713) [`16113c3ae`](https://github.com/withastro/astro/commit/16113c3ae2ebff96136ebd31958fc5eb4369ee0d) Thanks [@JuanM04](https://github.com/JuanM04)! - Use Edge Functions instead of Edge Middlewares
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/vercel", "name": "@astrojs/vercel",
"description": "Deploy your site to Vercel", "description": "Deploy your site to Vercel",
"version": "1.0.2", "version": "2.0.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/vue # @astrojs/vue
## 1.0.2
### Patch Changes
- [#4706](https://github.com/withastro/astro/pull/4706) [`b0ee81d0a`](https://github.com/withastro/astro/commit/b0ee81d0a70d8301530c321b670ab784c9bc00a2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix Vue `script setup` with other renderers applied
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/vue", "name": "@astrojs/vue",
"version": "1.0.1", "version": "1.0.2",
"description": "Use Vue components within Astro", "description": "Use Vue components within Astro",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -56,16 +56,16 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/mdx': ^0.11.1 '@astrojs/mdx': ^0.11.1
'@astrojs/rss': ^1.0.0 '@astrojs/rss': ^1.0.1
'@astrojs/sitemap': ^1.0.0 '@astrojs/sitemap': ^1.0.0
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss '@astrojs/rss': link:../../packages/astro-rss
@ -74,7 +74,7 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -88,7 +88,7 @@ importers:
'@types/node': ^18.0.0 '@types/node': ^18.0.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
'@types/react-dom': ^18.0.0 '@types/react-dom': ^18.0.0
astro: ^1.2.1 astro: ^1.2.2
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -111,7 +111,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2 '@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0 '@types/alpinejs': 3.7.0
@ -122,7 +122,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^1.0.0 '@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.2.1 astro: ^1.2.2
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@astrojs/lit': link:../../packages/integrations/lit '@astrojs/lit': link:../../packages/integrations/lit
@ -136,8 +136,8 @@ importers:
'@astrojs/react': ^1.1.2 '@astrojs/react': ^1.1.2
'@astrojs/solid-js': ^1.1.0 '@astrojs/solid-js': ^1.1.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.1 '@astrojs/vue': ^1.0.2
astro: ^1.2.1 astro: ^1.2.2
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -161,7 +161,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^1.1.0 '@astrojs/preact': ^1.1.0
astro: ^1.2.1 astro: ^1.2.2
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
'@astrojs/preact': link:../../packages/integrations/preact '@astrojs/preact': link:../../packages/integrations/preact
@ -173,7 +173,7 @@ importers:
'@astrojs/react': ^1.1.2 '@astrojs/react': ^1.1.2
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^1.2.1 astro: ^1.2.2
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -187,7 +187,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.1.0 '@astrojs/solid-js': ^1.1.0
astro: ^1.2.1 astro: ^1.2.2
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid '@astrojs/solid-js': link:../../packages/integrations/solid
@ -197,7 +197,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.2.1 astro: ^1.2.2
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte '@astrojs/svelte': link:../../packages/integrations/svelte
@ -206,8 +206,8 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.0.1 '@astrojs/vue': ^1.0.2
astro: ^1.2.1 astro: ^1.2.2
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
'@astrojs/vue': link:../../packages/integrations/vue '@astrojs/vue': link:../../packages/integrations/vue
@ -216,19 +216,19 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -236,7 +236,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^1.0.1 '@astrojs/node': ^1.0.1
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.2.1 astro: ^1.2.2
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -255,7 +255,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.1.0 '@astrojs/markdown-remark': ^1.1.0
astro: ^1.2.1 astro: ^1.2.2
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -272,7 +272,7 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -280,7 +280,7 @@ importers:
specifiers: specifiers:
'@astrojs/mdx': ^0.11.1 '@astrojs/mdx': ^0.11.1
'@astrojs/preact': ^1.1.0 '@astrojs/preact': ^1.1.0
astro: ^1.2.1 astro: ^1.2.2
preact: ^10.6.5 preact: ^10.6.5
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -292,7 +292,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^1.1.0 '@astrojs/preact': ^1.1.0
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.2.1 astro: ^1.2.2
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -305,7 +305,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^1.0.0 '@astrojs/tailwind': ^1.0.0
astro: ^1.2.1 astro: ^1.2.2
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.14 postcss: ^8.4.14
@ -320,7 +320,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
dependencies: dependencies:
@ -330,7 +330,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.2.1 astro: ^1.2.2
vitest: ^0.20.3 vitest: ^0.20.3
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro