diff options
author | 2023-02-27 05:55:42 -0800 | |
---|---|---|
committer | 2023-02-27 08:55:42 -0500 | |
commit | 71743aeca723e215c0107ecf2e111fdcc8ec7e45 (patch) | |
tree | f47ad6eb9f8d8504677a6da94b42c4f3c6cc9b40 /packages | |
parent | 780c583b0eabdb457a7f90f3d447b5e37e464b2c (diff) | |
download | astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.gz astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.zst astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.zip |
[ci] release (#6359)create-astro@3.0.4astro@2.0.16@astrojs/webapi@2.0.2@astrojs/telemetry@2.0.1@astrojs/lit@1.2.1
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 | 6 | ||||
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-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/image/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/lit/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/lit/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 | ||||
-rw-r--r-- | packages/telemetry/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/telemetry/package.json | 2 | ||||
-rw-r--r-- | packages/webapi/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/webapi/package.json | 2 |
20 files changed, 54 insertions, 20 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ae8669d14..5aba4f075 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 2.0.16 + +### Patch Changes + +- [#6363](https://github.com/withastro/astro/pull/6363) [`d94aae776`](https://github.com/withastro/astro/commit/d94aae77656f14f56898d33c6d3f83c59112212e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes cases where head is injected in body when using Astro.slots.render() + +- Updated dependencies [[`5aa6580f7`](https://github.com/withastro/astro/commit/5aa6580f775405a4443835bf7eb81f0c65e5aed6)]: + - @astrojs/webapi@2.0.2 + - @astrojs/telemetry@2.0.1 + ## 2.0.15 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 6d6b69a35..339bd8d5d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.15", + "version": "2.0.16", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -102,8 +102,8 @@ "@astrojs/compiler": "^1.1.0", "@astrojs/language-server": "^0.28.3", "@astrojs/markdown-remark": "^2.0.1", - "@astrojs/telemetry": "^2.0.0", - "@astrojs/webapi": "^2.0.1", + "@astrojs/telemetry": "^2.0.1", + "@astrojs/webapi": "^2.0.2", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 288d1ea96..fa279d09d 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.0.4 + +### Patch Changes + +- [#6352](https://github.com/withastro/astro/pull/6352) [`c87c16cfa`](https://github.com/withastro/astro/commit/c87c16cfaddea3a05af87c3258d57ef1a31516f7) Thanks [@SerekKiri](https://github.com/SerekKiri)! - Add missing flags to help command + ## 3.0.3 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 2c3af4af8..7a86b454b 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.0.3", + "version": "3.0.4", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c57871d0c..a01f30192 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.15" + "astro": "workspace:^2.0.16" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index db486118b..12c16920e 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.15" + "astro": "workspace:^2.0.16" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 03ce1ea0f..60baeb437 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.15", + "astro": "workspace:^2.0.16", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index 19eaf1bcd..f4c86f278 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 1.2.1 + +### Patch Changes + +- [#6351](https://github.com/withastro/astro/pull/6351) [`26bf12ef3`](https://github.com/withastro/astro/commit/26bf12ef3c7ab874a23ac753f841f7bb329c9361) Thanks [@hrmcdonald](https://github.com/hrmcdonald)! - Render DSD attributes based on `shadowRootOptions` + ## 1.2.0 ### Minor Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 7aa82c53c..5e1b9eea6 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "1.2.0", + "version": "1.2.1", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index b1f6c0db3..22a061982 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -34,12 +34,12 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^2.0.1", + "@astrojs/webapi": "^2.0.2", "@netlify/functions": "^1.0.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.15" + "astro": "workspace:^2.0.16" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 71a8d826f..888c41cb7 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -30,12 +30,12 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.0.1", + "@astrojs/webapi": "^2.0.2", "send": "^0.18.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.0.15" + "astro": "workspace:^2.0.16" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 95111ed82..f02722825 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.15", + "astro": "workspace:^2.0.16", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 17f81d94a..c11caa13a 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.15", + "astro": "workspace:^2.0.16", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 477f00a2c..d0a202cf9 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -45,7 +45,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^2.0.1", + "@astrojs/webapi": "^2.0.2", "@vercel/analytics": "^0.1.8", "@vercel/nft": "^0.22.1", "fast-glob": "^3.2.11", @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.0.15" + "astro": "workspace:^2.0.16" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 8f9209c7c..8081c2b8a 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.0.15", + "astro": "workspace:^2.0.16", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index f0d925d5f..a57ff179e 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.0.14" + "astro": "workspace:^2.0.16" }, "dependencies": { "@astrojs/prism": "^2.0.0", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index a811d7cab..90ad1f214 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 2.0.1 + +### Patch Changes + +- [#6355](https://github.com/withastro/astro/pull/6355) [`5aa6580f7`](https://github.com/withastro/astro/commit/5aa6580f775405a4443835bf7eb81f0c65e5aed6) Thanks [@ematipico](https://github.com/ematipico)! - Update `undici` to v5.20.0 + ## 2.0.0 ### Major Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index ba7f16f81..704970a07 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index 7e46a48ec..5a20c2dee 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.0.2 + +### Patch Changes + +- [#6355](https://github.com/withastro/astro/pull/6355) [`5aa6580f7`](https://github.com/withastro/astro/commit/5aa6580f775405a4443835bf7eb81f0c65e5aed6) Thanks [@ematipico](https://github.com/ematipico)! - Update `undici` to v5.20.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 5316909b3..61e808eab 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/webapi", "description": "Use Web APIs in Node", - "version": "2.0.1", + "version": "2.0.2", "type": "module", "exports": { ".": { |