[ci] release (#6924)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-05-01 07:58:03 -07:00 committed by GitHub
parent 50975f2ea3
commit d0cf3a2c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 99 additions and 75 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/react": patch
---
Automatically configure redoc

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Support custom 404s added via `injectRoute` or as `src/pages/404.html`

View file

@ -1,6 +0,0 @@
---
'@astrojs/telemetry': patch
'@astrojs/webapi': patch
---
Upgrade undici to v5.22.0

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Placeholders for slots are cleaned in HTML String that is rendered

View file

@ -1,5 +0,0 @@
---
'@astrojs/node': patch
---
Catch errors that occur within the stream in the Node adapter

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update `experimental.assets`'s `image.service` configuration to allow for a config option in addition to an entrypoint

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update `astro check` to use version 1.0.0 of the Astro language server

View file

@ -1,5 +0,0 @@
---
"@astrojs/cloudflare": patch
---
Fix missing code language in Cloudflare README

View file

@ -1,6 +0,0 @@
---
'@astrojs/tailwind': patch
'@astrojs/svelte': patch
---
Update dependencies

View file

@ -1,5 +1,21 @@
# astro
## 2.3.3
### Patch Changes
- [#6940](https://github.com/withastro/astro/pull/6940) [`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2) Thanks [@delucis](https://github.com/delucis)! - Support custom 404s added via `injectRoute` or as `src/pages/404.html`
- [#6948](https://github.com/withastro/astro/pull/6948) [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9) Thanks [@imchell](https://github.com/imchell)! - Placeholders for slots are cleaned in HTML String that is rendered
- [#6848](https://github.com/withastro/astro/pull/6848) [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update `experimental.assets`'s `image.service` configuration to allow for a config option in addition to an entrypoint
- [#6953](https://github.com/withastro/astro/pull/6953) [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update `astro check` to use version 1.0.0 of the Astro language server
- Updated dependencies [[`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d)]:
- @astrojs/telemetry@2.1.1
- @astrojs/webapi@2.1.1
## 2.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.3.2",
"version": "2.3.3",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -109,8 +109,8 @@
"@astrojs/compiler": "^1.3.2",
"@astrojs/language-server": "^1.0.0",
"@astrojs/markdown-remark": "^2.1.4",
"@astrojs/telemetry": "^2.1.0",
"@astrojs/webapi": "^2.1.0",
"@astrojs/telemetry": "^2.1.1",
"@astrojs/webapi": "^2.1.1",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
"@babel/parser": "^7.18.4",

View file

@ -1,5 +1,14 @@
# @astrojs/cloudflare
## 6.2.4
### Patch Changes
- [#6925](https://github.com/withastro/astro/pull/6925) [`d11d18595`](https://github.com/withastro/astro/commit/d11d1859518f9fdc94390aab9be29f8667bb27cb) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Fix missing code language in Cloudflare README
- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
- astro@2.3.3
## 6.2.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "6.2.3",
"version": "6.2.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -63,7 +63,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.2",
"astro": "workspace:^2.3.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

@ -41,7 +41,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"@types/chai": "^4.3.1",

View file

@ -34,12 +34,12 @@
"test": "npm run test-fn"
},
"dependencies": {
"@astrojs/webapi": "^2.1.0",
"@astrojs/webapi": "^2.1.1",
"@netlify/functions": "^1.0.0",
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",

View file

@ -1,5 +1,15 @@
# @astrojs/node
## 5.1.2
### Patch Changes
- [#6935](https://github.com/withastro/astro/pull/6935) [`c405cef64`](https://github.com/withastro/astro/commit/c405cef64711a7b6a480e8b4068cd2bf3cf889a9) Thanks [@matthewp](https://github.com/matthewp)! - Catch errors that occur within the stream in the Node adapter
- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
- astro@2.3.3
- @astrojs/webapi@2.1.1
## 5.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "5.1.1",
"version": "5.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -30,12 +30,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
"@astrojs/webapi": "^2.1.0",
"@astrojs/webapi": "^2.1.1",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 2.1.2
### Patch Changes
- [#6933](https://github.com/withastro/astro/pull/6933) [`649d70934`](https://github.com/withastro/astro/commit/649d70934e709bb1aa6e5e7583b12fa1703377cb) Thanks [@matthewp](https://github.com/matthewp)! - Automatically configure redoc
## 2.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/svelte
## 2.1.1
### Patch Changes
- [#6930](https://github.com/withastro/astro/pull/6930) [`2dca81bf2`](https://github.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@bluwy](https://github.com/bluwy)! - Update dependencies
- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
- astro@2.3.3
## 2.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "2.1.0",
"version": "2.1.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@ -43,7 +43,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.2",
"astro": "workspace:^2.3.3",
"svelte": "^3.54.0"
},
"engines": {

View file

@ -1,5 +1,14 @@
# @astrojs/tailwind
## 3.1.2
### Patch Changes
- [#6930](https://github.com/withastro/astro/pull/6930) [`2dca81bf2`](https://github.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@bluwy](https://github.com/bluwy)! - Update dependencies
- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
- astro@2.3.3
## 3.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
"version": "3.1.1",
"version": "3.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -40,7 +40,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.2",
"astro": "workspace:^2.3.3",
"tailwindcss": "^3.0.24"
},
"pnpm": {

View file

@ -45,7 +45,7 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
"@astrojs/webapi": "^2.1.0",
"@astrojs/webapi": "^2.1.1",
"@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.3.2"
"astro": "workspace:^2.3.3"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.3.2",
"astro": "workspace:^2.3.3",
"vue": "^3.2.30"
},
"engines": {

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry
## 2.1.1
### Patch Changes
- [#6929](https://github.com/withastro/astro/pull/6929) [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade undici to v5.22.0
## 2.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/webapi
## 2.1.1
### Patch Changes
- [#6929](https://github.com/withastro/astro/pull/6929) [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade undici to v5.22.0
## 2.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"exports": {
".": {

View file

@ -538,10 +538,10 @@ importers:
specifier: ^2.1.4
version: link:../markdown/remark
'@astrojs/telemetry':
specifier: ^2.1.0
specifier: ^2.1.1
version: link:../telemetry
'@astrojs/webapi':
specifier: ^2.1.0
specifier: ^2.1.1
version: link:../webapi
'@babel/core':
specifier: ^7.18.2
@ -4184,7 +4184,7 @@ importers:
packages/integrations/netlify:
dependencies:
'@astrojs/webapi':
specifier: ^2.1.0
specifier: ^2.1.1
version: link:../../webapi
'@netlify/functions':
specifier: ^1.0.0
@ -4269,7 +4269,7 @@ importers:
packages/integrations/node:
dependencies:
'@astrojs/webapi':
specifier: ^2.1.0
specifier: ^2.1.1
version: link:../../webapi
send:
specifier: ^0.18.0
@ -4615,7 +4615,7 @@ importers:
packages/integrations/vercel:
dependencies:
'@astrojs/webapi':
specifier: ^2.1.0
specifier: ^2.1.1
version: link:../../webapi
'@vercel/analytics':
specifier: ^0.1.8