From 4d34cb0f3993296d614f8fe2f08028e4737a7b94 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:38:04 -0800 Subject: [PATCH] [ci] release (#6094) Co-authored-by: github-actions[bot] --- packages/integrations/vercel/CHANGELOG.md | 9 +++++++++ packages/integrations/vercel/package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index d50c0feac52d..66b72eb4b93b 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 3.0.1 + +### Patch Changes + +- [#6085](https://github.com/withastro/astro/pull/6085) [`b236b5cc8`](https://github.com/withastro/astro/commit/b236b5cc8eb9e078758d9c6cb77d88c39bb1fc3d) Thanks [@AirBorne04](https://github.com/AirBorne04)! - Added second build step through esbuild, to allow framework defined build (vite build) and target defined bundling (esbuilt step) + +- Updated dependencies [[`9bec6bc41`](https://github.com/withastro/astro/commit/9bec6bc410f324a41c67e5d185fa86f78d7625f2)]: + - astro@2.0.6 + ## 3.0.0 ### Major Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index ca4c48346ae3..99e55da686ce 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "author": "withastro", "license": "MIT", @@ -50,7 +50,7 @@ "set-cookie-parser": "^2.5.1" }, "peerDependencies": { - "astro": "workspace:^2.0.5" + "astro": "workspace:^2.0.6" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2",