0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] release (#9491)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-12-27 10:34:07 -08:00 committed by GitHub
parent b8cc444461
commit 98fa8f02ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
71 changed files with 239 additions and 204 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add support for autocomplete attribute to the HTML button type.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes duplicated CSS modules content when it's imported by both Astro files and framework components

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Export JSX namespace from `astro/jsx-runtime` for language tooling to consume

View file

@ -1,7 +0,0 @@
---
'@astrojs/preact': patch
'@astrojs/react': patch
'@astrojs/solid-js': patch
---
Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
Filter out Svelte's unknown data prop warnings

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improves error message for the case where two similarly named files result in the same content entry.

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
Forwards errors if a Svelte component fails to instantiate in the client

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Prevents unnecessary URI decoding when rendering a route

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improves errors in certain places to also report their causes.

View file

@ -1,5 +0,0 @@
---
'@astrojs/tailwind': minor
---
Adds `nesting` option to enable `tailwindcss/nesting` support

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update Sharp version to ^0.33.1

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Prevents dev toolbar tooltip from overflowing outside of the screen

View file

@ -1,18 +0,0 @@
---
'@astrojs/alpinejs': patch
'@astrojs/lit': patch
'@astrojs/markdoc': patch
'@astrojs/mdx': patch
'@astrojs/node': patch
'@astrojs/partytown': patch
'@astrojs/preact': patch
'@astrojs/react': patch
'@astrojs/sitemap': patch
'@astrojs/solid-js': patch
'@astrojs/svelte': patch
'@astrojs/tailwind': patch
'@astrojs/vercel': patch
'@astrojs/vue': patch
---
Updates README

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Adds a helpful warning message for when an exported API Route is not uppercase.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7"
"@astrojs/sitemap": "^3.0.4",
"astro": "^4.0.8"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/alpinejs": "^0.3.2",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^4.0.0",
"@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.0.7",
"astro": "^4.0.8",
"lit": "^2.8.0"
}
}

View file

@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.8",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^5.0.2",
"@astrojs/vue": "^4.0.5",
"astro": "^4.0.7",
"@astrojs/preact": "^3.0.2",
"@astrojs/react": "^3.0.9",
"@astrojs/solid-js": "^3.0.3",
"@astrojs/svelte": "^5.0.3",
"@astrojs/vue": "^4.0.6",
"astro": "^4.0.8",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@astrojs/preact": "^3.0.2",
"@preact/signals": "^1.2.1",
"astro": "^4.0.7",
"astro": "^4.0.8",
"preact": "^10.19.2"
}
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.8",
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^4.0.7",
"astro": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"astro": "^4.0.7",
"@astrojs/solid-js": "^3.0.3",
"astro": "^4.0.8",
"solid-js": "^1.8.5"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^5.0.2",
"astro": "^4.0.7",
"@astrojs/svelte": "^5.0.3",
"astro": "^4.0.8",
"svelte": "^4.2.5"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^4.0.5",
"astro": "^4.0.7",
"@astrojs/vue": "^4.0.6",
"astro": "^4.0.8",
"vue": "^3.3.8"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7"
"@astrojs/node": "^7.0.3",
"astro": "^4.0.8"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7",
"@astrojs/node": "^7.0.3",
"astro": "^4.0.8",
"html-minifier": "^4.0.0"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^7.0.2",
"@astrojs/svelte": "^5.0.2",
"astro": "^4.0.7",
"@astrojs/node": "^7.0.3",
"@astrojs/svelte": "^5.0.3",
"astro": "^4.0.8",
"svelte": "^4.2.5"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.4",
"@astrojs/node": "^7.0.2",
"astro": "^4.0.7"
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^7.0.3",
"astro": "^4.0.8"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.8.1",
"astro": "^4.0.7"
"@astrojs/markdoc": "^0.8.2",
"astro": "^4.0.8"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^4.0.1",
"astro": "^4.0.7",
"astro": "^4.0.8",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.7"
"astro": "^4.0.8"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/preact": "^3.0.1",
"astro": "^4.0.7",
"@astrojs/mdx": "^2.0.3",
"@astrojs/preact": "^3.0.2",
"astro": "^4.0.8",
"preact": "^10.19.2"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@astrojs/preact": "^3.0.2",
"@nanostores/preact": "^0.5.0",
"astro": "^4.0.7",
"astro": "^4.0.8",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/mdx": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.3",
"astro": "^4.0.7",
"astro": "^4.0.8",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.0.7",
"astro": "^4.0.8",
"vitest": "^0.34.2"
}
}

View file

@ -1,5 +1,27 @@
# astro
## 4.0.8
### Patch Changes
- [#9522](https://github.com/withastro/astro/pull/9522) [`bb1438d20d325acd15f3755c6e306e45a7c64bcd`](https://github.com/withastro/astro/commit/bb1438d20d325acd15f3755c6e306e45a7c64bcd) Thanks [@Zegnat](https://github.com/Zegnat)! - Add support for autocomplete attribute to the HTML button type.
- [#9531](https://github.com/withastro/astro/pull/9531) [`662f06fd9fae377bed1aaa49adbba3542cced087`](https://github.com/withastro/astro/commit/662f06fd9fae377bed1aaa49adbba3542cced087) Thanks [@bluwy](https://github.com/bluwy)! - Fixes duplicated CSS modules content when it's imported by both Astro files and framework components
- [#9501](https://github.com/withastro/astro/pull/9501) [`eb36e95596fcdb3db4a31744e910495e22e3af84`](https://github.com/withastro/astro/commit/eb36e95596fcdb3db4a31744e910495e22e3af84) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Export JSX namespace from `astro/jsx-runtime` for language tooling to consume
- [#9492](https://github.com/withastro/astro/pull/9492) [`89a2a07c2e411cda32244b7b05d3c79e93f7dd84`](https://github.com/withastro/astro/commit/89a2a07c2e411cda32244b7b05d3c79e93f7dd84) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves error message for the case where two similarly named files result in the same content entry.
- [#9532](https://github.com/withastro/astro/pull/9532) [`7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2`](https://github.com/withastro/astro/commit/7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2) Thanks [@bluwy](https://github.com/bluwy)! - Prevents unnecessary URI decoding when rendering a route
- [#9478](https://github.com/withastro/astro/pull/9478) [`dfef925e1fd07f3efb9fde6f4f23548f2af7dc75`](https://github.com/withastro/astro/commit/dfef925e1fd07f3efb9fde6f4f23548f2af7dc75) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves errors in certain places to also report their causes.
- [#9463](https://github.com/withastro/astro/pull/9463) [`3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e`](https://github.com/withastro/astro/commit/3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update Sharp version to ^0.33.1
- [#9512](https://github.com/withastro/astro/pull/9512) [`1469e0e5a915e6b42b9953dbb48fe57a74518056`](https://github.com/withastro/astro/commit/1469e0e5a915e6b42b9953dbb48fe57a74518056) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Prevents dev toolbar tooltip from overflowing outside of the screen
- [#9497](https://github.com/withastro/astro/pull/9497) [`7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae`](https://github.com/withastro/astro/commit/7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae) Thanks [@lilnasy](https://github.com/lilnasy)! - Adds a helpful warning message for when an exported API Route is not uppercase.
## 4.0.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "4.0.7",
"version": "4.0.8",
"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,11 @@
# @astrojs/alpinejs
## 0.3.2
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 0.3.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "Use Alpine within Astro",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/lit
## 4.0.1
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 4.0.0
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
"version": "4.0.0",
"version": "4.0.1",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/markdoc
## 0.8.2
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 0.8.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 2.0.3
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 2.0.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/node
## 7.0.3
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 7.0.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "7.0.2",
"version": "7.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/partytown
## 2.0.3
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 2.0.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/preact
## 3.0.2
### Patch Changes
- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 3.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/react
## 3.0.9
### Patch Changes
- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 3.0.8
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/sitemap
## 3.0.4
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 3.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site",
"version": "3.0.3",
"version": "3.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/solid-js
## 3.0.3
### Patch Changes
- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro)
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 3.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
"version": "3.0.2",
"version": "3.0.3",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,15 @@
# @astrojs/svelte
## 5.0.3
### Patch Changes
- [#9510](https://github.com/withastro/astro/pull/9510) [`cf993bc263b58502096f00d383266cd179f331af`](https://github.com/withastro/astro/commit/cf993bc263b58502096f00d383266cd179f331af) Thanks [@nikhilk](https://github.com/nikhilk)! - Filter out Svelte's unknown data prop warnings
- [#9530](https://github.com/withastro/astro/pull/9530) [`337ca508bdd4fb88db5db7b9b1aee77624a346f7`](https://github.com/withastro/astro/commit/337ca508bdd4fb88db5db7b9b1aee77624a346f7) Thanks [@bluwy](https://github.com/bluwy)! - Forwards errors if a Svelte component fails to instantiate in the client
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 5.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "5.0.2",
"version": "5.0.3",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,15 @@
# @astrojs/tailwind
## 5.1.0
### Minor Changes
- [#9529](https://github.com/withastro/astro/pull/9529) [`d252fc61b04c1491f51822f5e23fabd404d84d40`](https://github.com/withastro/astro/commit/d252fc61b04c1491f51822f5e23fabd404d84d40) Thanks [@bluwy](https://github.com/bluwy)! - Adds `nesting` option to enable `tailwindcss/nesting` support
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 5.0.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
"version": "5.0.4",
"version": "5.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vercel
## 6.1.1
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 6.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "6.1.0",
"version": "6.1.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 4.0.6
### Patch Changes
- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README
## 4.0.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "4.0.5",
"version": "4.0.6",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

104
pnpm-lock.yaml generated
View file

@ -125,34 +125,34 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.2
specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.1
version: link:../../packages/astro-rss
'@astrojs/sitemap':
specifier: ^3.0.3
specifier: ^3.0.4
version: link:../../packages/integrations/sitemap
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/framework-alpine:
dependencies:
'@astrojs/alpinejs':
specifier: ^0.3.1
specifier: ^0.3.2
version: link:../../packages/integrations/alpinejs
'@types/alpinejs':
specifier: ^3.13.5
@ -161,19 +161,19 @@ importers:
specifier: ^3.13.3
version: 3.13.3
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/framework-lit:
dependencies:
'@astrojs/lit':
specifier: ^4.0.0
specifier: ^4.0.1
version: link:../../packages/integrations/lit
'@webcomponents/template-shadowroot':
specifier: ^0.2.1
version: 0.2.1
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
lit:
specifier: ^2.8.0
@ -182,22 +182,22 @@ importers:
examples/framework-multiple:
dependencies:
'@astrojs/preact':
specifier: ^3.0.1
specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@astrojs/react':
specifier: ^3.0.8
specifier: ^3.0.9
version: link:../../packages/integrations/react
'@astrojs/solid-js':
specifier: ^3.0.2
specifier: ^3.0.3
version: link:../../packages/integrations/solid
'@astrojs/svelte':
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^4.0.5
specifier: ^4.0.6
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -221,13 +221,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
specifier: ^3.0.1
specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^1.2.1
version: 1.2.1(preact@10.19.3)
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -236,7 +236,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
specifier: ^3.0.8
specifier: ^3.0.9
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.2.37
@ -245,7 +245,7 @@ importers:
specifier: ^18.2.15
version: 18.2.18
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
react:
specifier: ^18.2.0
@ -257,10 +257,10 @@ importers:
examples/framework-solid:
dependencies:
'@astrojs/solid-js':
specifier: ^3.0.2
specifier: ^3.0.3
version: link:../../packages/integrations/solid
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@ -269,10 +269,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -281,10 +281,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
specifier: ^4.0.5
specifier: ^4.0.6
version: link:../../packages/integrations/vue
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@ -293,25 +293,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
specifier: ^7.0.2
specifier: ^7.0.3
version: link:../../packages/integrations/node
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
specifier: ^7.0.2
specifier: ^7.0.3
version: link:../../packages/integrations/node
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@ -320,31 +320,31 @@ importers:
examples/minimal:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
specifier: ^7.0.2
specifier: ^7.0.3
version: link:../../packages/integrations/node
'@astrojs/svelte':
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@ -353,22 +353,22 @@ importers:
examples/view-transitions:
devDependencies:
'@astrojs/node':
specifier: ^7.0.2
specifier: ^7.0.3
version: link:../../packages/integrations/node
'@astrojs/tailwind':
specifier: ^5.0.4
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.8.1
specifier: ^0.8.2
version: link:../../packages/integrations/markdoc
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/with-markdown-plugins:
@ -377,7 +377,7 @@ importers:
specifier: ^4.0.1
version: link:../../packages/markdown/remark
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@ -398,19 +398,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.2
specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.0.1
specifier: ^3.0.2
version: link:../../packages/integrations/preact
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@ -419,13 +419,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
specifier: ^3.0.1
specifier: ^3.0.2
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.0
version: 0.5.0(nanostores@0.9.5)(preact@10.19.3)
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@ -437,16 +437,16 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^2.0.2
specifier: ^2.0.3
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.0.4
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
'@types/canvas-confetti':
specifier: ^1.6.3
version: 1.6.4
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@ -464,7 +464,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^4.0.7
specifier: ^4.0.8
version: link:../../packages/astro
vitest:
specifier: ^0.34.2