summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-25 12:54:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-25 15:54:55 -0400
commitbf225d6df1fa25baa5f4cd0bc3a7c6a28d9b51ab (patch)
tree35d2be4293d14f6b404611a569d3e7c554f0b8e8
parent7090f6b521e5c579397e7b7d607b13124ef447af (diff)
downloadastro-bf225d6df1fa25baa5f4cd0bc3a7c6a28d9b51ab.tar.gz
astro-bf225d6df1fa25baa5f4cd0bc3a7c6a28d9b51ab.tar.zst
astro-bf225d6df1fa25baa5f4cd0bc3a7c6a28d9b51ab.zip
[ci] release (#8663)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/netlify/CHANGELOG.md10
-rw-r--r--packages/integrations/netlify/package.json4
2 files changed, 12 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index d963405ac..0c09187a0 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 3.0.2
+
+### Patch Changes
+
+- [#8661](https://github.com/withastro/astro/pull/8661) [`008f7647c`](https://github.com/withastro/astro/commit/008f7647c4788207aab55ab12c734bd80e6df9c5) Thanks [@Skn0tt](https://github.com/Skn0tt)! - fix build failures because of CJS builds and top-level await
+
+- Updated dependencies [[`69fbf95b2`](https://github.com/withastro/astro/commit/69fbf95b22c0fb0d8e7e5fef9ec61e26cac9767f)]:
+ - astro@3.1.4
+ - @astrojs/underscore-redirects@0.3.0
+
## 3.0.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 1c061d7d2..6081ed074 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"esbuild": "^0.19.2"
},
"peerDependencies": {
- "astro": "workspace:^3.1.3"
+ "astro": "workspace:^3.1.4"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",