summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-04-14 09:11:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-04-14 12:11:17 -0400
commit763b7500e539b69ba38fb49abb4b36688d5cb982 (patch)
tree7386936be0a864426b851484327aa170a7235161
parent09cd67cb1e6ea4e1b80ff5f55ffaefcf1e370d2d (diff)
downloadastro-763b7500e539b69ba38fb49abb4b36688d5cb982.tar.gz
astro-763b7500e539b69ba38fb49abb4b36688d5cb982.tar.zst
astro-763b7500e539b69ba38fb49abb4b36688d5cb982.zip
[ci] release (#6842)@astrojs/vercel@3.2.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/blue-moons-cough.md5
-rw-r--r--.changeset/wet-schools-clap.md5
-rw-r--r--packages/integrations/vercel/CHANGELOG.md8
-rw-r--r--packages/integrations/vercel/package.json2
4 files changed, 9 insertions, 11 deletions
diff --git a/.changeset/blue-moons-cough.md b/.changeset/blue-moons-cough.md
deleted file mode 100644
index d27e3e48b..000000000
--- a/.changeset/blue-moons-cough.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Fix vercel edge private environment variables usage
diff --git a/.changeset/wet-schools-clap.md b/.changeset/wet-schools-clap.md
deleted file mode 100644
index 17cf7c4cc..000000000
--- a/.changeset/wet-schools-clap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/vercel": patch
----
-
-Fix warning syntax in README
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 25736fb98..24845ea8e 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/vercel
+## 3.2.4
+
+### Patch Changes
+
+- [#6841](https://github.com/withastro/astro/pull/6841) [`2e3125e18`](https://github.com/withastro/astro/commit/2e3125e18063dd23080d380c93c1b709bb59e413) Thanks [@bluwy](https://github.com/bluwy)! - Fix vercel edge private environment variables usage
+
+- [#6840](https://github.com/withastro/astro/pull/6840) [`00a2e1d7c`](https://github.com/withastro/astro/commit/00a2e1d7c74cf253dcad729624246dd59138eb7c) Thanks [@delucis](https://github.com/delucis)! - Fix warning syntax in README
+
## 3.2.3
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 1ea60ef23..834cfd574 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.2.3",
+ "version": "3.2.4",
"type": "module",
"author": "withastro",
"license": "MIT",