[ci] release (#5995)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-01-30 09:38:31 -08:00 committed by GitHub
parent e779c62424
commit d9787a6ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 250 additions and 193 deletions

View file

@ -1,17 +0,0 @@
---
'@astrojs/alpinejs': patch
'@astrojs/image': patch
'@astrojs/lit': patch
'@astrojs/mdx': patch
'@astrojs/preact': patch
'@astrojs/prefetch': patch
'@astrojs/react': patch
'@astrojs/sitemap': patch
'@astrojs/solid-js': patch
'@astrojs/svelte': patch
'@astrojs/tailwind': patch
'@astrojs/turbolinks': patch
'@astrojs/vue': patch
---
Update READMEs for consistency

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix: Astro component scripts now load in development when using MDX + Content Collections

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Remove `rawContent()` and `compiledContent()` from MDX import types

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Ensure CSS injections properly when using multiple layouts

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix undefined `remarkPluginFrontmatter` after calling `render` method

View file

@ -1,5 +0,0 @@
---
'@astrojs/tailwind': patch
---
Re-enable autoprefixer in dev

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Makes the `AstroCookies` type available as an import from the main "astro" package

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Updated error message for missing `widths` prop to provide an example

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Update `getCollection()` filter to support type guards _or_ unknown values

View file

@ -1,5 +0,0 @@
---
"@astrojs/image": patch
---
Allow passing `undefined` to TransformOptions, this is a types fix for users with `exactOptionalTypes` enabled in their tsconfig

View file

@ -1,5 +0,0 @@
---
"create-astro": patch
---
Check for a pre-existing .git directory and if found, skip trying to create a new one.

View file

@ -1,5 +0,0 @@
---
'@astrojs/netlify': minor
---
Add `builders` config option for Netlify On-demand Builders.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"@astrojs/mdx": "^0.15.1",
"astro": "^2.0.3",
"@astrojs/mdx": "^0.15.2",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.0"
"@astrojs/sitemap": "^1.0.1"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"devDependencies": {
"@astrojs/deno": "^4.0.0"

View file

@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.1",
"@astrojs/preact": "^2.0.0",
"@astrojs/react": "^2.0.2",
"@astrojs/preact": "^2.0.1",
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/alpinejs": "^0.1.3",
"@types/alpinejs": "^3.7.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"lit": "^2.2.5",
"@astrojs/lit": "^1.1.0",
"@astrojs/lit": "^1.1.1",
"@webcomponents/template-shadowroot": "^0.1.0"
}
}

View file

@ -11,17 +11,17 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37",
"@astrojs/preact": "^2.0.0",
"@astrojs/react": "^2.0.1",
"@astrojs/solid-js": "^2.0.0",
"@astrojs/svelte": "^2.0.0",
"@astrojs/vue": "^2.0.0"
"@astrojs/preact": "^2.0.1",
"@astrojs/react": "^2.0.2",
"@astrojs/solid-js": "^2.0.1",
"@astrojs/svelte": "^2.0.1",
"@astrojs/vue": "^2.0.1"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.0",
"@astrojs/preact": "^2.0.1",
"@preact/signals": "^1.1.0"
}
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.1",
"@astrojs/react": "^2.0.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.0.0"
"@astrojs/solid-js": "^2.0.1"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0",
"astro": "^2.0.2"
"@astrojs/svelte": "^2.0.1",
"astro": "^2.0.3"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.0"
"@astrojs/vue": "^2.0.1"
}
}

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.0.1",
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/node": "^5.0.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.6.5",
"@astrojs/preact": "^2.0.0",
"@astrojs/mdx": "^0.15.1"
"@astrojs/preact": "^2.0.1",
"@astrojs/mdx": "^0.15.2"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.0",
"@astrojs/preact": "^2.0.1",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.15.1",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/mdx": "^0.15.2",
"@astrojs/tailwind": "^3.0.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.0.2",
"astro": "^2.0.3",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

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

View file

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

View file

@ -1,5 +1,21 @@
# astro
## 2.0.3
### Patch Changes
- [#6035](https://github.com/withastro/astro/pull/6035) [`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: Astro component scripts now load in development when using MDX + Content Collections
- [#6024](https://github.com/withastro/astro/pull/6024) [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Remove `rawContent()` and `compiledContent()` from MDX import types
- [#6034](https://github.com/withastro/astro/pull/6034) [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02) Thanks [@matthewp](https://github.com/matthewp)! - Ensure CSS injections properly when using multiple layouts
- [#5927](https://github.com/withastro/astro/pull/5927) [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6) Thanks [@izmttk](https://github.com/izmttk)! - Fix undefined `remarkPluginFrontmatter` after calling `render` method
- [#6006](https://github.com/withastro/astro/pull/6006) [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf) Thanks [@tony-sull](https://github.com/tony-sull)! - Makes the `AstroCookies` type available as an import from the main "astro" package
- [#5998](https://github.com/withastro/astro/pull/5998) [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642) Thanks [@andersk](https://github.com/andersk)! - Update `getCollection()` filter to support type guards _or_ unknown values
## 2.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.0.2",
"version": "2.0.3",
"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 @@
# create-astro
## 2.0.2
### Patch Changes
- [#5953](https://github.com/withastro/astro/pull/5953) [`5c64324c0`](https://github.com/withastro/astro/commit/5c64324c0a1b06e836c3d53668940faca4cb517d) Thanks [@ZermattChris](https://github.com/ZermattChris)! - Check for a pre-existing .git directory and if found, skip trying to create a new one.
## 2.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/alpinejs
## 0.1.3
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 0.1.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "The official Alpine.js integration for Astro.",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,18 @@
# @astrojs/image
## 0.13.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
- [#6008](https://github.com/withastro/astro/pull/6008) [`9c298aa5a`](https://github.com/withastro/astro/commit/9c298aa5ae235e8b2555f26b1f19394aaab55da8) Thanks [@jasikpark](https://github.com/jasikpark)! - Updated error message for missing `widths` prop to provide an example
- [#6008](https://github.com/withastro/astro/pull/6008) [`9c298aa5a`](https://github.com/withastro/astro/commit/9c298aa5ae235e8b2555f26b1f19394aaab55da8) Thanks [@jasikpark](https://github.com/jasikpark)! - Allow passing `undefined` to TransformOptions, this is a types fix for users with `exactOptionalTypes` enabled in their tsconfig
- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
- astro@2.0.3
## 0.13.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -64,7 +64,7 @@
"vite": "^4.0.3"
},
"peerDependencies": {
"astro": "workspace:^2.0.2",
"astro": "workspace:^2.0.3",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

@ -1,5 +1,11 @@
# @astrojs/lit
## 1.1.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 1.1.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 0.15.2
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 0.15.1
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# @astrojs/netlify
## 2.1.0
### Minor Changes
- [#5874](https://github.com/withastro/astro/pull/5874) [`1c230f103`](https://github.com/withastro/astro/commit/1c230f10373ec392b6cdcd5c196ae932f89033aa) Thanks [@juanmiguelguerrero](https://github.com/juanmiguelguerrero)! - Add `builders` config option for Netlify On-demand Builders.
### Patch Changes
- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
- astro@2.0.3
## 2.0.0
### Major Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -38,7 +38,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",

View file

@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 2.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 2.0.0
### Major Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/prefetch
## 0.1.2
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 0.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Faster page navigations by prefetching links when the browser is idle.",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 2.0.2
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 2.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/sitemap
## 1.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 1.0.0
### Major Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js
## 2.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 2.0.0
### Major Changes

View file

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

View file

@ -1,5 +1,14 @@
# @astrojs/svelte
## 2.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
- astro@2.0.3
## 2.0.0
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "2.0.0",
"version": "2.0.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@ -44,7 +44,7 @@
},
"peerDependencies": {
"svelte": "^3.54.0",
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"engines": {
"node": ">=16.12.0"

View file

@ -1,5 +1,16 @@
# @astrojs/tailwind
## 3.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
- [#6002](https://github.com/withastro/astro/pull/6002) [`254eb21c8`](https://github.com/withastro/astro/commit/254eb21c8384a920830d85d7a43cd6281df926c6) Thanks [@royeden](https://github.com/royeden)! - Re-enable autoprefixer in dev
- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
- astro@2.0.3
## 3.0.0
### Major Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -41,7 +41,7 @@
},
"peerDependencies": {
"tailwindcss": "^3.0.24",
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"pnpm": {
"peerDependencyRules": {

View file

@ -1,5 +1,11 @@
# @astrojs/turbolinks
## 0.1.5
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 0.1.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -50,7 +50,7 @@
"set-cookie-parser": "^2.5.1"
},
"peerDependencies": {
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -1,5 +1,14 @@
# @astrojs/vue
## 2.0.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
- astro@2.0.3
## 2.0.0
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "2.0.0",
"version": "2.0.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@ -51,7 +51,7 @@
},
"peerDependencies": {
"vue": "^3.2.30",
"astro": "workspace:^2.0.2"
"astro": "workspace:^2.0.3"
},
"engines": {
"node": ">=16.12.0"

View file

@ -63,16 +63,16 @@ importers:
examples/basics:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/mdx': ^0.15.1
'@astrojs/mdx': ^0.15.2
'@astrojs/rss': ^2.1.0
'@astrojs/sitemap': ^1.0.0
astro: ^2.0.2
'@astrojs/sitemap': ^1.0.1
astro: ^2.0.3
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -81,14 +81,14 @@ importers:
examples/component:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.0.0
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
devDependencies:
@ -97,14 +97,14 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^2.0.0
'@astrojs/react': ^2.0.1
'@astrojs/preact': ^2.0.1
'@astrojs/react': ^2.0.2
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^2.0.2
astro: ^2.0.3
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@ -127,10 +127,10 @@ importers:
examples/framework-alpine:
specifiers:
'@astrojs/alpinejs': ^0.1.2
'@astrojs/alpinejs': ^0.1.3
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^2.0.2
astro: ^2.0.3
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@ -139,9 +139,9 @@ importers:
examples/framework-lit:
specifiers:
'@astrojs/lit': ^1.1.0
'@astrojs/lit': ^1.1.1
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^2.0.2
astro: ^2.0.3
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -151,12 +151,12 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/preact': ^2.0.0
'@astrojs/react': ^2.0.1
'@astrojs/solid-js': ^2.0.0
'@astrojs/svelte': ^2.0.0
'@astrojs/vue': ^2.0.0
astro: ^2.0.2
'@astrojs/preact': ^2.0.1
'@astrojs/react': ^2.0.2
'@astrojs/solid-js': ^2.0.1
'@astrojs/svelte': ^2.0.1
'@astrojs/vue': ^2.0.1
astro: ^2.0.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -179,9 +179,9 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^2.0.0
'@astrojs/preact': ^2.0.1
'@preact/signals': ^1.1.0
astro: ^2.0.2
astro: ^2.0.3
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -191,10 +191,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^2.0.1
'@astrojs/react': ^2.0.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^2.0.2
astro: ^2.0.3
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -207,8 +207,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^2.0.0
astro: ^2.0.2
'@astrojs/solid-js': ^2.0.1
astro: ^2.0.3
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -217,8 +217,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^2.0.0
astro: ^2.0.2
'@astrojs/svelte': ^2.0.1
astro: ^2.0.3
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -227,8 +227,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.0.0
astro: ^2.0.2
'@astrojs/vue': ^2.0.1
astro: ^2.0.3
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -238,40 +238,40 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.0.1
astro: ^2.0.2
astro: ^2.0.3
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
examples/ssr:
specifiers:
'@astrojs/node': ^5.0.1
'@astrojs/svelte': ^2.0.0
astro: ^2.0.2
'@astrojs/svelte': ^2.0.1
astro: ^2.0.3
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@ -288,7 +288,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^2.0.1
astro: ^2.0.2
astro: ^2.0.3
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -305,15 +305,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.15.1
'@astrojs/preact': ^2.0.0
astro: ^2.0.2
'@astrojs/mdx': ^0.15.2
'@astrojs/preact': ^2.0.1
astro: ^2.0.3
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -323,9 +323,9 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^2.0.0
'@astrojs/preact': ^2.0.1
'@nanostores/preact': ^0.1.3
astro: ^2.0.2
astro: ^2.0.3
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -337,10 +337,10 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/mdx': ^0.15.1
'@astrojs/tailwind': ^3.0.0
'@astrojs/mdx': ^0.15.2
'@astrojs/tailwind': ^3.0.1
'@types/canvas-confetti': ^1.4.3
astro: ^2.0.2
astro: ^2.0.3
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -357,7 +357,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -367,7 +367,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^2.0.2
astro: ^2.0.3
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro