diff options
author | 2022-04-10 20:01:00 -0700 | |
---|---|---|
committer | 2022-04-10 20:01:00 -0700 | |
commit | 46f02d9cf481a650b31c870931ad6b726e5ed6c9 (patch) | |
tree | 33c30869c545ad6526908bfd4f1e383d606ac1d3 /packages/integrations/vercel | |
parent | 9f9189ed8ed5b1da72592ae404ebb14d0b2b299e (diff) | |
download | astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.gz astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.zst astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.zip |
[ci] release (#3060)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 16 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index b541f5b1e..46124f523 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/vercel +## 0.1.0 + +### Minor Changes + +- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. + +### Patch Changes + +- [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild + +* [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR + +- [#3022](https://github.com/withastro/astro/pull/3022) [`8c04ff1f`](https://github.com/withastro/astro/commit/8c04ff1f0bea42d033832ce5047076e315cb38a3) Thanks [@matthewp](https://github.com/matthewp)! - Allows adapters to export default + +* [#3000](https://github.com/withastro/astro/pull/3000) [`b5ed099e`](https://github.com/withastro/astro/commit/b5ed099eaf92b61faf2fb66ebd7179d3e8223ae5) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed build directory and clean-up + ## 0.0.3-beta.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index ca3dd2dc7..1a7b1dc67 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": "0.0.3-beta.1", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |