[ci] release (#6863)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-04-25 07:48:36 -07:00 committed by GitHub
parent edabf01b44
commit c6f1264586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 89 additions and 96 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Astro.params does not contain path parameter from URL with non-English characters.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix hoisted scripts path for linked package Astro components

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Refactor static adapter to use updateConfig method

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes bug with assetsPrefix not being prepended to component-url and renderer-url in astro islands when using SSR mode.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Upgrade to Vite 4.3

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Disable Vite optimizer for sync and config loading. Improve first page load time for warm server startup.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2"

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
},
"devDependencies": {
"@astrojs/deno": "^4.1.0"

View file

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

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.2.1",
"@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"lit": "^2.7.0",
"@astrojs/lit": "^2.0.1",
"@webcomponents/template-shadowroot": "^0.2.1"

View file

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

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"preact": "^10.7.3",
"@astrojs/preact": "^2.1.0",
"@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.1.1",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.1.0"
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0",
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"vue": "^3.2.37",
"@astrojs/vue": "^2.1.1"
}

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.1.1",
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.1",

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.1.1",
"astro": "^2.3.0",
"astro": "^2.3.1",
"kleur": "^4.1.5"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"@astrojs/markdown-remark": "^2.1.4",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0"
"astro": "^2.3.1"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"preact": "^10.6.5",
"@astrojs/preact": "^2.1.0",
"@astrojs/mdx": "^0.19.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"preact": "^10.7.3",
"@astrojs/preact": "^2.1.0",
"nanostores": "^0.5.12",

View file

@ -14,7 +14,7 @@
"@astrojs/mdx": "^0.19.0",
"@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.3.0",
"astro": "^2.3.1",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro": "^2.3.1",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

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

View file

@ -1,5 +1,19 @@
# astro
## 2.3.1
### Patch Changes
- [#6859](https://github.com/withastro/astro/pull/6859) [`4c7ba4da0`](https://github.com/withastro/astro/commit/4c7ba4da084d7508df91cbac03c2b099a8301e2b) Thanks [@andremralves](https://github.com/andremralves)! - Fix Astro.params does not contain path parameter from URL with non-English characters.
- [#6872](https://github.com/withastro/astro/pull/6872) [`b6154d2d5`](https://github.com/withastro/astro/commit/b6154d2d57bfb77767a3ccf9e91c1ae4051c81bc) Thanks [@bluwy](https://github.com/bluwy)! - Fix hoisted scripts path for linked package Astro components
- [#6862](https://github.com/withastro/astro/pull/6862) [`1f2699461`](https://github.com/withastro/astro/commit/1f2699461d4cdcc8007ae47ebff74ace62eee058) Thanks [@jcdogo](https://github.com/jcdogo)! - Fixes bug with assetsPrefix not being prepended to component-url and renderer-url in astro islands when using SSR mode.
- [#6877](https://github.com/withastro/astro/pull/6877) [`edabf01b4`](https://github.com/withastro/astro/commit/edabf01b44d8c99da160973cd0f779e0a0b93cd7) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade to Vite 4.3
- [#6902](https://github.com/withastro/astro/pull/6902) [`0afff3274`](https://github.com/withastro/astro/commit/0afff32741247bc4c6709a30fc83787f58ec02b7) Thanks [@bluwy](https://github.com/bluwy)! - Disable Vite optimizer for sync and config loading. Improve first page load time for warm server startup.
## 2.3.0
### Minor Changes

View file

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

View file

@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -63,7 +63,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
"astro": "workspace:^2.3.1",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"@types/chai": "^4.3.1",

View file

@ -39,7 +39,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",

View file

@ -35,7 +35,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -43,7 +43,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
"astro": "workspace:^2.3.1",
"svelte": "^3.54.0"
},
"engines": {

View file

@ -40,7 +40,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
"astro": "workspace:^2.3.1",
"tailwindcss": "^3.0.24"
},
"pnpm": {

View file

@ -1,5 +1,14 @@
# @astrojs/vercel
## 3.2.5
### Patch Changes
- [#6874](https://github.com/withastro/astro/pull/6874) [`43230b2ca`](https://github.com/withastro/astro/commit/43230b2cac6c28e0412b77d32f06db416fca8560) Thanks [@nblackburn](https://github.com/nblackburn)! - Refactor static adapter to use updateConfig method
- Updated dependencies [[`4c7ba4da0`](https://github.com/withastro/astro/commit/4c7ba4da084d7508df91cbac03c2b099a8301e2b), [`b6154d2d5`](https://github.com/withastro/astro/commit/b6154d2d57bfb77767a3ccf9e91c1ae4051c81bc), [`1f2699461`](https://github.com/withastro/astro/commit/1f2699461d4cdcc8007ae47ebff74ace62eee058), [`edabf01b4`](https://github.com/withastro/astro/commit/edabf01b44d8c99da160973cd0f779e0a0b93cd7), [`0afff3274`](https://github.com/withastro/astro/commit/0afff32741247bc4c6709a30fc83787f58ec02b7)]:
- astro@2.3.1
## 3.2.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "3.2.4",
"version": "3.2.5",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -53,7 +53,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0"
"astro": "workspace:^2.3.1"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
"astro": "workspace:^2.3.1",
"vue": "^3.2.30"
},
"engines": {

View file

@ -140,7 +140,7 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/blog:
@ -155,19 +155,19 @@ importers:
specifier: ^1.2.2
version: link:../../packages/integrations/sitemap
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/deno:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
devDependencies:
'@astrojs/deno':
@ -201,7 +201,7 @@ importers:
specifier: ^18.0.0
version: 18.0.6
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
preact:
specifier: ^10.7.3
@ -229,7 +229,7 @@ importers:
specifier: ^3.10.2
version: 3.10.2
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/framework-lit:
@ -241,7 +241,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
lit:
specifier: ^2.7.0
@ -265,7 +265,7 @@ importers:
specifier: ^2.1.1
version: link:../../packages/integrations/vue
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
preact:
specifier: ^10.7.3
@ -295,7 +295,7 @@ importers:
specifier: ^1.1.0
version: 1.1.1(preact@10.11.0)
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
preact:
specifier: ^10.7.3
@ -313,7 +313,7 @@ importers:
specifier: ^18.0.5
version: 18.0.6
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
react:
specifier: ^18.1.0
@ -328,7 +328,7 @@ importers:
specifier: ^2.1.0
version: link:../../packages/integrations/solid
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
solid-js:
specifier: ^1.4.3
@ -340,7 +340,7 @@ importers:
specifier: ^2.1.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
svelte:
specifier: ^3.48.0
@ -352,7 +352,7 @@ importers:
specifier: ^2.1.1
version: link:../../packages/integrations/vue
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
vue:
specifier: ^3.2.37
@ -364,31 +364,31 @@ importers:
specifier: ^5.1.1
version: link:../../packages/integrations/node
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/ssr:
@ -400,7 +400,7 @@ importers:
specifier: ^2.1.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
concurrently:
specifier: ^7.2.1
@ -421,7 +421,7 @@ importers:
specifier: ^0.1.1
version: link:../../packages/integrations/markdoc
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
kleur:
specifier: ^4.1.5
@ -433,7 +433,7 @@ importers:
specifier: ^2.1.4
version: link:../../packages/markdown/remark
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
hast-util-select:
specifier: 5.0.1
@ -454,7 +454,7 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
examples/with-mdx:
@ -466,7 +466,7 @@ importers:
specifier: ^2.1.0
version: link:../../packages/integrations/preact
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
preact:
specifier: ^10.6.5
@ -481,7 +481,7 @@ importers:
specifier: ^0.1.3
version: 0.1.3(nanostores@0.5.12)(preact@10.11.0)
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
nanostores:
specifier: ^0.5.12
@ -502,7 +502,7 @@ importers:
specifier: ^1.4.3
version: 1.4.3
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.7
@ -520,7 +520,7 @@ importers:
examples/with-vite-plugin-pwa:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
vite-plugin-pwa:
specifier: 0.11.11
@ -532,7 +532,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^2.3.0
specifier: ^2.3.1
version: link:../../packages/astro
vitest:
specifier: ^0.20.3