diff options
author | 2023-04-07 14:25:00 -0700 | |
---|---|---|
committer | 2023-04-07 17:25:00 -0400 | |
commit | d5312392013886b3b2b072b93f28b017c1959274 (patch) | |
tree | 6b9a10f07b7e310e21f304486dc4ebe745f9d39e /packages/integrations/netlify | |
parent | 7f74326b762bfc174ebe8e37ae03733563e4214f (diff) | |
download | astro-d5312392013886b3b2b072b93f28b017c1959274.tar.gz astro-d5312392013886b3b2b072b93f28b017c1959274.tar.zst astro-d5312392013886b3b2b072b93f28b017c1959274.zip |
[ci] release (#6769)astro@2.2.1@astrojs/netlify@2.2.1@astrojs/mdx@0.18.3
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.md | 9 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 90a9f7f26..6c201e845 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 2.2.1 + +### Patch Changes + +- [#6651](https://github.com/withastro/astro/pull/6651) [`416ceb973`](https://github.com/withastro/astro/commit/416ceb9730ce604cd3f73c22200907d9b9978073) Thanks [@matthewp](https://github.com/matthewp)! - Use Deno API to set Astro.clientAddress in Netlify Edge + +- Updated dependencies [[`72fed684a`](https://github.com/withastro/astro/commit/72fed684a35f00d80c69bcf6e8af297fed0294fe), [`45bff6fcc`](https://github.com/withastro/astro/commit/45bff6fccb3f5c71ff24c1ceb48cd532196c90f6), [`52d7a4a01`](https://github.com/withastro/astro/commit/52d7a4a011a3bb722b522fffd88c5fe9a519a196), [`9e88e0f23`](https://github.com/withastro/astro/commit/9e88e0f23c5913c07f7e3e96fa0555219ef710dc), [`fa84f1a7d`](https://github.com/withastro/astro/commit/fa84f1a7d2c290479c75199f16e8de489036d7ea), [`a98f6f418`](https://github.com/withastro/astro/commit/a98f6f418c92261a06ef79624a8c86e288c21eab), [`7f74326b7`](https://github.com/withastro/astro/commit/7f74326b762bfc174ebe8e37ae03733563e4214f)]: + - astro@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index dfe8385a1..98594c4de 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.2.0", + "version": "2.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", |