[ci] release (#5432)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-11-24 06:54:52 -08:00 committed by GitHub
parent d79e9d73a3
commit 5fa1285239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 114 additions and 111 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add missing `fetchpriority` attribute to img, link, script and iframe elements

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly transform third-party JSX files

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Fix broken link in README

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': minor
---
Uses remark-rehype options from astro.config.mjs

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Use Vite's resolve to resolve paths for client:only

View file

@ -1,5 +0,0 @@
---
'@astrojs/partytown': patch
---
fix partytown when base path specified

View file

@ -1,6 +0,0 @@
---
'@astrojs/cloudflare': minor
---
Now building for Cloudflare directory mode takes advantage of the standard asset handling from Cloudflare Pages, and therefore does not call a function script to deliver static assets anymore.
Also supports the use of `_routes.json`, `_redirects` and `_headers` files when placed into the `public` folder.

View file

@ -1,5 +0,0 @@
---
'@astrojs/tailwind': patch
---
Remove temp tailwind config file in finally

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10",
"@astrojs/mdx": "^0.11.6",
"astro": "^1.6.11",
"@astrojs/mdx": "^0.12.0",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0"
}

View file

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

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
},
"devDependencies": {
"@astrojs/deno": "^2.0.0"

View file

@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"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.10"
"astro": "^1.6.11"
}
}

View file

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

View file

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

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
}
}

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^1.6.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"@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.10"
"astro": "^1.6.11"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.10",
"astro": "^1.6.11",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.11.6"
"@astrojs/mdx": "^0.12.0"
}
}

View file

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

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.11.6",
"@astrojs/tailwind": "^2.1.2",
"@astrojs/mdx": "^0.12.0",
"@astrojs/tailwind": "^2.1.3",
"@types/canvas-confetti": "^1.4.3",
"astro": "^1.6.10",
"astro": "^1.6.11",
"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.10",
"astro": "^1.6.11",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

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

View file

@ -1,5 +1,15 @@
# astro
## 1.6.11
### Patch Changes
- [#5433](https://github.com/withastro/astro/pull/5433) [`936c1e411`](https://github.com/withastro/astro/commit/936c1e411d77c69b2b60a061c54704200716800a) Thanks [@wtchnm](https://github.com/wtchnm)! - Add missing `fetchpriority` attribute to img, link, script and iframe elements
- [#5437](https://github.com/withastro/astro/pull/5437) [`4b188132e`](https://github.com/withastro/astro/commit/4b188132ef68f8d9951cec86418ef50bb4df4a96) Thanks [@bluwy](https://github.com/bluwy)! - Correctly transform third-party JSX files
- [#5434](https://github.com/withastro/astro/pull/5434) [`f5ed630bc`](https://github.com/withastro/astro/commit/f5ed630bca05ebbfcc6ac994ced3911e41daedcc) Thanks [@matthewp](https://github.com/matthewp)! - Use Vite's resolve to resolve paths for client:only
## 1.6.10
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.6.10",
"version": "1.6.11",
"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,17 @@
# @astrojs/cloudflare
## 4.1.0
### Minor Changes
- [#5347](https://github.com/withastro/astro/pull/5347) [`743000cc7`](https://github.com/withastro/astro/commit/743000cc70274a2d2fed01c72e2ac51aa6b876a6) Thanks [@AirBorne04](https://github.com/AirBorne04)! - Now building for Cloudflare directory mode takes advantage of the standard asset handling from Cloudflare Pages, and therefore does not call a function script to deliver static assets anymore.
Also supports the use of `_routes.json`, `_redirects` and `_headers` files when placed into the `public` folder.
### Patch Changes
- Updated dependencies [[`936c1e411`](https://github.com/withastro/astro/commit/936c1e411d77c69b2b60a061c54704200716800a), [`4b188132e`](https://github.com/withastro/astro/commit/4b188132ef68f8d9951cec86418ef50bb4df4a96), [`f5ed630bc`](https://github.com/withastro/astro/commit/f5ed630bca05ebbfcc6ac994ced3911e41daedcc)]:
- astro@1.6.11
## 4.0.1
### Patch Changes

View file

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

View file

@ -32,7 +32,7 @@
"esbuild": "^0.14.43"
},
"peerDependencies": {
"astro": "^1.6.10"
"astro": "^1.6.11"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,15 @@
# @astrojs/mdx
## 0.12.0
### Minor Changes
- [#5427](https://github.com/withastro/astro/pull/5427) [`2a1c085b1`](https://github.com/withastro/astro/commit/2a1c085b199f24e34424ec8c19041c03602c53c5) Thanks [@backflip](https://github.com/backflip)! - Uses remark-rehype options from astro.config.mjs
### Patch Changes
- [#5448](https://github.com/withastro/astro/pull/5448) [`ef2ffc7ae`](https://github.com/withastro/astro/commit/ef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b) Thanks [@delucis](https://github.com/delucis)! - Fix broken link in README
## 0.11.6
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
"version": "0.11.6",
"version": "0.12.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/partytown
## 1.0.2
### Patch Changes
- [#5425](https://github.com/withastro/astro/pull/5425) [`4266869f4`](https://github.com/withastro/astro/commit/4266869f4fef37fadb2e0c4c0b703decde11037a) Thanks [@brenelz](https://github.com/brenelz)! - fix partytown when base path specified
## 1.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 2.1.3
### Patch Changes
- [#5450](https://github.com/withastro/astro/pull/5450) [`cef33dd84`](https://github.com/withastro/astro/commit/cef33dd841b7d4d9437efac54f7e185a40cc3d4b) Thanks [@chenxsan](https://github.com/chenxsan)! - Remove temp tailwind config file in finally
## 2.1.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
"version": "2.1.2",
"version": "2.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -61,16 +61,16 @@ importers:
examples/basics:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/mdx': ^0.11.6
'@astrojs/mdx': ^0.12.0
'@astrojs/rss': ^1.0.3
'@astrojs/sitemap': ^1.0.0
astro: ^1.6.10
astro: ^1.6.11
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^2.0.0
astro: ^1.6.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
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.10
astro: ^1.6.11
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
dependencies:
astro: link:../../packages/astro
@ -269,7 +269,7 @@ importers:
specifiers:
'@astrojs/node': ^3.1.0
'@astrojs/svelte': ^1.0.2
astro: ^1.6.10
astro: ^1.6.11
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.10
astro: ^1.6.11
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -303,15 +303,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.11.6
'@astrojs/mdx': ^0.12.0
'@astrojs/preact': ^1.2.0
astro: ^1.6.10
astro: ^1.6.11
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.10
astro: ^1.6.11
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -335,10 +335,10 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/mdx': ^0.11.6
'@astrojs/tailwind': ^2.1.2
'@astrojs/mdx': ^0.12.0
'@astrojs/tailwind': ^2.1.3
'@types/canvas-confetti': ^1.4.3
astro: ^1.6.10
astro: ^1.6.11
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.10
astro: ^1.6.11
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -365,7 +365,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^1.6.10
astro: ^1.6.11
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro