[ci] release (#5544)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-12-08 06:12:10 -08:00 committed by GitHub
parent be26e36e11
commit 50cb99003a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 121 additions and 121 deletions

View file

@ -1,7 +0,0 @@
---
'@astrojs/cloudflare': patch
'@astrojs/deno': patch
'@astrojs/netlify': patch
---
Update esbuild dependency

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Exclude astro from Vite optimization

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix redirect() typing to allow all redirection status codes.

View file

@ -1,7 +0,0 @@
---
'astro': patch
---
Low-level head propagation
This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Astro.params not having values when using base in SSR

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Use accumulated sort order when order production CSS

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
Generate RSS feed with proper XML escaping

View file

@ -1,6 +0,0 @@
---
'@astrojs/rss': minor
---
Added the ability for users to include the full content of their posts/items in each RSS feed entry
via the new `content` key on the `RSSFeedItem` model.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Error reporting fails on undefined error index

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Removed premature optimization

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"@astrojs/mdx": "^0.12.1",
"@astrojs/rss": "^1.0.3",
"@astrojs/rss": "^1.1.0",
"@astrojs/sitemap": "^1.0.0"
}
}

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"peerDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"devDependencies": {
"@astrojs/deno": "^2.0.0"
"@astrojs/deno": "^2.0.1"
}
}

View file

@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3"
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}

View file

@ -13,6 +13,6 @@
},
"dependencies": {
"@astrojs/node": "^3.1.0",
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"peerDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/node": "^3.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.12.1"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12",

View file

@ -14,7 +14,7 @@
"@astrojs/mdx": "^0.12.1",
"@astrojs/tailwind": "^2.1.3",
"@types/canvas-confetti": "^1.4.3",
"astro": "^1.6.13",
"astro": "^1.6.14",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^1.6.13",
"astro": "^1.6.14",
"vitest": "^0.20.3"
}
}

View file

@ -1,5 +1,16 @@
# @astrojs/rss
## 1.1.0
### Minor Changes
- [#5366](https://github.com/withastro/astro/pull/5366) [`081e0a9d2`](https://github.com/withastro/astro/commit/081e0a9d2070b23d596b687ad52ed3a68bc3ac24) Thanks [@smithbm2316](https://github.com/smithbm2316)! - Added the ability for users to include the full content of their posts/items in each RSS feed entry
via the new `content` key on the `RSSFeedItem` model.
### Patch Changes
- [#5550](https://github.com/withastro/astro/pull/5550) [`fe0da0185`](https://github.com/withastro/astro/commit/fe0da0185a85762ac5ac5bf66ea91947af1c329d) Thanks [@andersk](https://github.com/andersk)! - Generate RSS feed with proper XML escaping
## 1.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "1.0.3",
"version": "1.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,25 @@
# astro
## 1.6.14
### Patch Changes
- [#5545](https://github.com/withastro/astro/pull/5545) [`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070) Thanks [@bluwy](https://github.com/bluwy)! - Exclude astro from Vite optimization
- [#5446](https://github.com/withastro/astro/pull/5446) [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94) Thanks [@jyasskin](https://github.com/jyasskin)! - Fix redirect() typing to allow all redirection status codes.
- [#5511](https://github.com/withastro/astro/pull/5511) [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc) Thanks [@matthewp](https://github.com/matthewp)! - Low-level head propagation
This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation.
- [#5553](https://github.com/withastro/astro/pull/5553) [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072) Thanks [@matthewp](https://github.com/matthewp)! - Fix Astro.params not having values when using base in SSR
- [#5549](https://github.com/withastro/astro/pull/5549) [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7) Thanks [@matthewp](https://github.com/matthewp)! - Use accumulated sort order when order production CSS
- [#5539](https://github.com/withastro/astro/pull/5539) [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Error reporting fails on undefined error index
- [#5548](https://github.com/withastro/astro/pull/5548) [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce) Thanks [@ido-pluto](https://github.com/ido-pluto)! - Removed premature optimization
## 1.6.13
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.6.13",
"version": "1.6.14",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/cloudflare
## 4.1.1
### Patch Changes
- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]:
- astro@1.6.14
## 4.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to cloudflare workers or cloudflare pages",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,14 @@
# @astrojs/deno
## 2.0.1
### Patch Changes
- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]:
- astro@1.6.14
## 2.0.0
### Major Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,11 @@
# @astrojs/netlify
## 1.2.2
### Patch Changes
- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
## 1.2.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
"astro": "^1.6.13"
"astro": "^1.6.14"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",

View file

@ -61,16 +61,16 @@ importers:
examples/basics:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/mdx': ^0.12.1
'@astrojs/rss': ^1.0.3
'@astrojs/rss': ^1.1.0
'@astrojs/sitemap': ^1.0.0
astro: ^1.6.13
astro: ^1.6.14
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^2.0.0
astro: ^1.6.13
'@astrojs/deno': ^2.0.1
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
devDependencies:
@ -102,7 +102,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^1.6.13
astro: ^1.6.14
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@ -128,7 +128,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^1.6.13
astro: ^1.6.14
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@ -139,7 +139,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.6.13
astro: ^1.6.14
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -154,7 +154,7 @@ importers:
'@astrojs/solid-js': ^1.2.3
'@astrojs/svelte': ^1.0.2
'@astrojs/vue': ^1.2.1
astro: ^1.6.13
astro: ^1.6.14
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -179,7 +179,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0
astro: ^1.6.13
astro: ^1.6.14
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -192,7 +192,7 @@ importers:
'@astrojs/react': ^1.2.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.6.13
astro: ^1.6.14
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -206,7 +206,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.2.3
astro: ^1.6.13
astro: ^1.6.14
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -216,7 +216,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.2
astro: ^1.6.13
astro: ^1.6.14
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -226,7 +226,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.2.1
astro: ^1.6.13
astro: ^1.6.14
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -236,32 +236,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^3.1.0
astro: ^1.6.13
astro: ^1.6.14
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
@ -269,7 +269,7 @@ importers:
specifiers:
'@astrojs/node': ^3.1.0
'@astrojs/svelte': ^1.0.2
astro: ^1.6.13
astro: ^1.6.14
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@ -286,7 +286,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
astro: ^1.6.13
astro: ^1.6.14
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -303,7 +303,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
@ -311,7 +311,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.12.1
'@astrojs/preact': ^1.2.0
astro: ^1.6.13
astro: ^1.6.14
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -323,7 +323,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3
astro: ^1.6.13
astro: ^1.6.14
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -338,7 +338,7 @@ importers:
'@astrojs/mdx': ^0.12.1
'@astrojs/tailwind': ^2.1.3
'@types/canvas-confetti': ^1.4.3
astro: ^1.6.13
astro: ^1.6.14
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -355,7 +355,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -365,7 +365,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^1.6.13
astro: ^1.6.14
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro