diff options
author | 2022-12-19 07:26:29 -0800 | |
---|---|---|
committer | 2022-12-19 09:26:29 -0600 | |
commit | 783a2a8e1bf3854b384e78fee7808777bfdfb501 (patch) | |
tree | 1ef0a8337c08116909acfc4f3f9681433084a649 /packages | |
parent | d5aff85db48ccc9234968071b378829369afba9b (diff) | |
download | astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.gz astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.zst astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.zip |
[ci] release (#5642)astro@1.7.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/deno/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 2 |
5 files changed, 14 insertions, 4 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3d3cf1358..17ee0eab1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 1.7.2 + +### Patch Changes + +- [#5641](https://github.com/withastro/astro/pull/5641) [`62580ed07`](https://github.com/withastro/astro/commit/62580ed07871606c88051b6a2007b865c636107e) Thanks [@chenxsan](https://github.com/chenxsan)! - Fix "Maximum call stack size exceeded" error in vite-plugin-head-propagation + +- [#5644](https://github.com/withastro/astro/pull/5644) [`d5aff85db`](https://github.com/withastro/astro/commit/d5aff85db48ccc9234968071b378829369afba9b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix static build regression where chunks would not be generated + +- [#5639](https://github.com/withastro/astro/pull/5639) [`1ac1ed86e`](https://github.com/withastro/astro/commit/1ac1ed86e9e5ec5468e8bdc40875e05811863138) Thanks [@bluwy](https://github.com/bluwy)! - Fix `client:only` imports with `"importsNotUsedAsValues": "error"` tsconfig + ## 1.7.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 2b59de786..de9043482 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.7.1", + "version": "1.7.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index b2bb3f11a..e2823a363 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "^1.7.1" + "astro": "^1.7.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index ae11820e6..badde01cc 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -32,7 +32,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "^1.7.1" + "astro": "^1.7.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 053f8b3ba..fc2bcf58a 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -34,7 +34,7 @@ "send": "^0.18.0" }, "peerDependencies": { - "astro": "^1.7.1" + "astro": "^1.7.2" }, "devDependencies": { "@types/node-fetch": "^2.6.2", |