summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-23 13:11:39 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-23 16:11:39 -0500
commita75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch)
tree604e6999deab191d45c81e5cac82886cbd0f22b5 /packages/integrations/netlify
parentc61ec4202a025868713f7e5050e72b8882c44d43 (diff)
downloadastro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.gz
astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.zst
astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/CHANGELOG.md10
-rw-r--r--packages/integrations/netlify/package.json6
2 files changed, 13 insertions, 3 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 16cf83a80..685832c58 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 2.0.0-beta.4
+
+### Patch Changes
+
+- [#5904](https://github.com/withastro/astro/pull/5904) [`f5adbd6b5`](https://github.com/withastro/astro/commit/f5adbd6b55ca13a7523dff2cfc5dccdab9980fa7) Thanks [@matthewp](https://github.com/matthewp)! - Support prerender in \_redirects
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+ - @astrojs/webapi@2.0.0-beta.1
+
## 2.0.0-beta.3
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index ebe752789..0f7866853 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": "2.0.0-beta.3",
+ "version": "2.0.0-beta.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -34,11 +34,11 @@
"test": "npm run test-fn"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.0-beta.0",
+ "@astrojs/webapi": "^2.0.0-beta.1",
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",