[ci] release (#3850)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-07-08 17:54:39 -07:00 committed by GitHub
parent abb874b6c2
commit 1785e568a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 328 additions and 255 deletions

View file

@ -1,11 +0,0 @@
---
'@astrojs/deno': patch
'@astrojs/image': patch
'@astrojs/netlify': patch
'@astrojs/node': patch
'@astrojs/prefetch': patch
'@astrojs/sitemap': patch
'@astrojs/vercel': patch
---
Small README fixes

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': minor
---
The new `<Picture />` component adds art direction support for building responsive images with multiple sizes and file types :tada:

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Docs: add complete "adapter" configuration reference

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes response.arrayBuffer() handling in large pages

View file

@ -1,23 +0,0 @@
---
'astro': patch
'@astrojs/cloudflare': patch
'@astrojs/deno': patch
'@astrojs/image': patch
'@astrojs/lit': patch
'@astrojs/mdx': patch
'@astrojs/netlify': patch
'@astrojs/node': patch
'@astrojs/partytown': 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/vercel': patch
'@astrojs/vue': patch
---
[astro add] Support adapters and third party packages

View file

@ -1,6 +0,0 @@
---
'@astrojs/svelte': patch
'@astrojs/vue': patch
---
Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server)

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/image': patch
---
Allow importing the Image component from @astrojs/image

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix hydration for SSR components that return null

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update JSX definitions with element specific types and added some missing attributes

View file

@ -1,5 +0,0 @@
---
'@astrojs/telemetry': patch
---
Detect package manager, improve types

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix usage of slots inside expressions

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Bugfix: fixing a bug that broke builds in NPM workspaces

View file

@ -1,5 +0,0 @@
---
'@astrojs/solid-js': patch
---
Update peerDependencies to "solid@^1.4.3"

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Small wording updates

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.64",
"@astrojs/preact": "^0.3.2",
"astro": "^1.0.0-beta.65",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.64"
"@astrojs/preact": "^0.3.2",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"preact": "^10.7.3"

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -18,8 +18,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/preact": "^0.3.2",
"@astrojs/react": "^0.2.1",
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"alpinejs": "^3.10.2"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.3.0",
"astro": "^1.0.0-beta.64"
"@astrojs/lit": "^0.3.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.3.0",
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
"@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/lit": "^0.3.1",
"@astrojs/preact": "^0.3.2",
"@astrojs/react": "^0.2.1",
"@astrojs/solid-js": "^0.2.1",
"@astrojs/svelte": "^0.2.1",
"@astrojs/vue": "^0.2.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.64"
"@astrojs/preact": "^0.3.2",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"preact": "^10.7.3"

View file

@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.2.0",
"@astrojs/react": "^0.2.1",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"react": "^18.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/solid-js": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/solid-js": "^0.2.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"solid-js": "^1.4.3"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/svelte": "^0.2.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"svelte": "^3.48.0"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/vue": "^0.2.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"vue": "^3.2.37"

View file

@ -9,14 +9,14 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.3.0",
"@astrojs/partytown": "^0.1.6",
"@astrojs/react": "^0.2.0",
"@astrojs/sitemap": "^0.2.4",
"@astrojs/solid-js": "0.2.0",
"@astrojs/tailwind": "^0.2.2",
"@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.64",
"@astrojs/lit": "^0.3.1",
"@astrojs/partytown": "^0.1.7",
"@astrojs/react": "^0.2.1",
"@astrojs/sitemap": "^0.2.5",
"@astrojs/solid-js": "0.2.1",
"@astrojs/tailwind": "^0.2.3",
"@astrojs/turbolinks": "^0.1.4",
"astro": "^1.0.0-beta.65",
"solid-js": "^1.4.3"
},
"dependencies": {

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.64",
"@astrojs/preact": "^0.3.2",
"astro": "^1.0.0-beta.65",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -9,9 +9,9 @@
"server": "node server/server.mjs"
},
"devDependencies": {
"@astrojs/node": "^0.1.4",
"@astrojs/svelte": "^0.2.0",
"astro": "^1.0.0-beta.64",
"@astrojs/node": "^0.1.5",
"@astrojs/svelte": "^0.2.1",
"astro": "^1.0.0-beta.65",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.2.0",
"astro": "^1.0.0-beta.64",
"@astrojs/react": "^0.2.1",
"astro": "^1.0.0-beta.65",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.3",
"astro": "^1.0.0-beta.64",
"astro": "^1.0.0-beta.65",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.3",
"astro": "^1.0.0-beta.64"
"astro": "^1.0.0-beta.65"
}
}

View file

@ -10,11 +10,11 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.3",
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/preact": "^0.3.2",
"@astrojs/react": "^0.2.1",
"@astrojs/svelte": "^0.2.1",
"@astrojs/vue": "^0.2.1",
"astro": "^1.0.0-beta.65"
},
"dependencies": {
"preact": "^10.7.3",

View file

@ -9,9 +9,9 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^0.0.2",
"@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.64",
"@astrojs/mdx": "^0.0.3",
"@astrojs/preact": "^0.3.2",
"astro": "^1.0.0-beta.65",
"preact": "^10.6.5"
}
}

View file

@ -20,11 +20,11 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
"@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.64"
"@astrojs/preact": "^0.3.2",
"@astrojs/react": "^0.2.1",
"@astrojs/solid-js": "^0.2.1",
"@astrojs/svelte": "^0.2.1",
"@astrojs/vue": "^0.2.1",
"astro": "^1.0.0-beta.65"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.2",
"astro": "^1.0.0-beta.64",
"@astrojs/tailwind": "^0.2.3",
"astro": "^1.0.0-beta.65",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.64",
"astro": "^1.0.0-beta.65",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

@ -1,5 +1,26 @@
# astro
## 1.0.0-beta.65
### Patch Changes
- [#3842](https://github.com/withastro/astro/pull/3842) [`08fa0772`](https://github.com/withastro/astro/commit/08fa0772abb49b892fa03198fa16964161b9618d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Docs: add complete "adapter" configuration reference
* [#3860](https://github.com/withastro/astro/pull/3860) [`c2c4e5c2`](https://github.com/withastro/astro/commit/c2c4e5c238463a09d621237698a5399eb7b3e9ad) Thanks [@matthewp](https://github.com/matthewp)! - Fixes response.arrayBuffer() handling in large pages
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
* [#3848](https://github.com/withastro/astro/pull/3848) [`502f0631`](https://github.com/withastro/astro/commit/502f0631317fe1b23582d4126c44f44cb0b0716f) Thanks [@matthewp](https://github.com/matthewp)! - Allow importing the Image component from @astrojs/image
- [#3873](https://github.com/withastro/astro/pull/3873) [`957fb505`](https://github.com/withastro/astro/commit/957fb50541e15d3876a87f91cd52f29e10a92cc9) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix hydration for SSR components that return null
* [#3801](https://github.com/withastro/astro/pull/3801) [`b84bd7db`](https://github.com/withastro/astro/commit/b84bd7db63c29aede9a63940e2e7dbdc7eca28db) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update JSX definitions with element specific types and added some missing attributes
- [#3837](https://github.com/withastro/astro/pull/3837) [`5afb8076`](https://github.com/withastro/astro/commit/5afb807688750fce7024e630203fbc48dcef267a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix usage of slots inside expressions
- Updated dependencies [[`eedb32c7`](https://github.com/withastro/astro/commit/eedb32c79716a8e04acd46cb2c74c5af112e016f)]:
- @astrojs/telemetry@0.2.5
## 1.0.0-beta.64
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.64",
"version": "1.0.0-beta.65",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -84,7 +84,7 @@
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.11.3",
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.2.4",
"@astrojs/telemetry": "^0.2.5",
"@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2",
"@babel/types": "^7.18.4",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.12.5
### Patch Changes
- [#3831](https://github.com/withastro/astro/pull/3831) [`4fb08502`](https://github.com/withastro/astro/commit/4fb08502a99396723b9eb671099482cd619b3564) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Small wording updates
## 0.12.4
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/cloudflare
## 0.2.3
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.2.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to cloudflare pages functions",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/node
## 0.1.9
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.1.8
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,21 @@
# @astrojs/image
## 0.1.0
### Minor Changes
- [#3866](https://github.com/withastro/astro/pull/3866) [`89d76753`](https://github.com/withastro/astro/commit/89d76753a0dc50b2967d1fa9d36e34bde2722b83) Thanks [@tony-sull](https://github.com/tony-sull)! - The new `<Picture />` component adds art direction support for building responsive images with multiple sizes and file types :tada:
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
- [#3848](https://github.com/withastro/astro/pull/3848) [`502f0631`](https://github.com/withastro/astro/commit/502f0631317fe1b23582d4126c44f44cb0b0716f) Thanks [@matthewp](https://github.com/matthewp)! - Allow importing the Image component from @astrojs/image
* [#3869](https://github.com/withastro/astro/pull/3869) [`0aaef1c4`](https://github.com/withastro/astro/commit/0aaef1c48bacff5a05498af201d456efeac82ac2) Thanks [@tony-sull](https://github.com/tony-sull)! - Bugfix: fixing a bug that broke builds in NPM workspaces
## 0.0.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.0.4",
"version": "0.1.0",
"type": "module",
"types": "./dist/types.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/lit
## 0.3.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.3.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 0.0.3
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.0.2
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/netlify
## 0.4.9
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.4.8
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/node
## 0.1.5
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.1.4
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/partytown
## 0.1.7
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.1.6
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 0.3.2
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.3.1
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/prefetch
## 0.0.4
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.0.3
### 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.0.3",
"version": "0.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 0.2.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/sitemap
## 0.2.5
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.2.4
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/solid-js
## 0.2.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
* [`515e8765`](https://github.com/withastro/astro/commit/515e876598c391f3824a82b757042198e0729ca6) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update peerDependencies to "solid@^1.4.3"
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/svelte
## 0.2.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server)
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 0.2.3
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.2.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/turbolinks
## 0.1.4
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.1.3
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/vercel
## 0.2.5
### Patch Changes
- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
## 0.2.4
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/vue
## 0.2.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server)
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry
## 0.2.5
### Patch Changes
- [#3847](https://github.com/withastro/astro/pull/3847) [`eedb32c7`](https://github.com/withastro/astro/commit/eedb32c79716a8e04acd46cb2c74c5af112e016f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Detect package manager, improve types
## 0.2.4
### Patch Changes

View file

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

View file

@ -59,14 +59,14 @@ importers:
examples/basics:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.64
'@astrojs/preact': ^0.3.2
astro: ^1.0.0-beta.65
preact: ^10.7.3
dependencies:
preact: 10.9.0
@ -76,8 +76,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.64
'@astrojs/preact': ^0.3.2
astro: ^1.0.0-beta.65
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@ -89,14 +89,14 @@ importers:
examples/component:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -107,12 +107,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^0.3.1
'@astrojs/react': ^0.2.0
'@astrojs/preact': ^0.3.2
'@astrojs/react': ^0.2.1
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -131,14 +131,14 @@ importers:
examples/env-vars:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
dependencies:
alpinejs: 3.10.2
devDependencies:
@ -146,9 +146,9 @@ importers:
examples/framework-lit:
specifiers:
'@astrojs/lit': ^0.3.0
'@astrojs/lit': ^0.3.1
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@ -159,14 +159,14 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/lit': ^0.3.0
'@astrojs/preact': ^0.3.1
'@astrojs/react': ^0.2.0
'@astrojs/solid-js': ^0.2.0
'@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0
'@astrojs/lit': ^0.3.1
'@astrojs/preact': ^0.3.2
'@astrojs/react': ^0.2.1
'@astrojs/solid-js': ^0.2.1
'@astrojs/svelte': ^0.2.1
'@astrojs/vue': ^0.2.1
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@ -194,8 +194,8 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.64
'@astrojs/preact': ^0.3.2
astro: ^1.0.0-beta.65
preact: ^10.7.3
dependencies:
preact: 10.9.0
@ -205,10 +205,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.2.0
'@astrojs/react': ^0.2.1
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -222,8 +222,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/solid-js': ^0.2.1
astro: ^1.0.0-beta.65
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.7
@ -233,8 +233,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/svelte': ^0.2.1
astro: ^1.0.0-beta.65
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@ -244,8 +244,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/vue': ^0.2.1
astro: ^1.0.0-beta.65
vue: ^3.2.37
dependencies:
vue: 3.2.37
@ -255,15 +255,15 @@ importers:
examples/integrations-playground:
specifiers:
'@astrojs/lit': ^0.3.0
'@astrojs/partytown': ^0.1.6
'@astrojs/react': ^0.2.0
'@astrojs/sitemap': ^0.2.4
'@astrojs/solid-js': 0.2.0
'@astrojs/tailwind': ^0.2.2
'@astrojs/turbolinks': ^0.1.3
'@astrojs/lit': ^0.3.1
'@astrojs/partytown': ^0.1.7
'@astrojs/react': ^0.2.1
'@astrojs/sitemap': ^0.2.5
'@astrojs/solid-js': 0.2.1
'@astrojs/tailwind': ^0.2.3
'@astrojs/turbolinks': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@ -292,20 +292,20 @@ importers:
examples/minimal:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.64
'@astrojs/preact': ^0.3.2
astro: ^1.0.0-beta.65
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@ -317,9 +317,9 @@ importers:
examples/ssr:
specifiers:
'@astrojs/node': ^0.1.4
'@astrojs/svelte': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/node': ^0.1.5
'@astrojs/svelte': ^0.2.1
astro: ^1.0.0-beta.65
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@ -338,14 +338,14 @@ importers:
examples/starter:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/react': ^0.2.1
astro: ^1.0.0-beta.65
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@ -360,11 +360,11 @@ importers:
examples/with-markdown:
specifiers:
'@astrojs/markdown-remark': ^0.11.3
'@astrojs/preact': ^0.3.1
'@astrojs/react': ^0.2.0
'@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0
astro: ^1.0.0-beta.64
'@astrojs/preact': ^0.3.2
'@astrojs/react': ^0.2.1
'@astrojs/svelte': ^0.2.1
'@astrojs/vue': ^0.2.1
astro: ^1.0.0-beta.65
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -387,7 +387,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.11.3
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -405,16 +405,16 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.11.3
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.0.2
'@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.64
'@astrojs/mdx': ^0.0.3
'@astrojs/preact': ^0.3.2
astro: ^1.0.0-beta.65
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -424,15 +424,15 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.3.1
'@astrojs/react': ^0.2.0
'@astrojs/solid-js': ^0.2.0
'@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0
'@astrojs/preact': ^0.3.2
'@astrojs/react': ^0.2.1
'@astrojs/solid-js': ^0.2.1
'@astrojs/svelte': ^0.2.1
'@astrojs/vue': ^0.2.1
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
nanostores: ^0.5.12
preact: ^10.7.3
react: ^18.1.0
@ -459,8 +459,8 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.2
astro: ^1.0.0-beta.64
'@astrojs/tailwind': ^0.2.3
astro: ^1.0.0-beta.65
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -475,7 +475,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.0.0-beta.64
astro: ^1.0.0-beta.65
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@ -489,7 +489,7 @@ importers:
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.11.3
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.2.4
'@astrojs/telemetry': ^0.2.5
'@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2
'@babel/generator': ^7.18.2