[ci] release (#3485)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-05-31 13:40:19 -04:00 committed by GitHub
parent 9a31e6f1d5
commit b2f955ec1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 198 additions and 175 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/deno': patch
---
Deno integration now loads environment variables in server runtime

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Forces the correct mime type for CSS in HMR

View file

@ -1,5 +0,0 @@
---
'@astrojs/lit': patch
---
Wait for DOMCOntentLoaded to polyfill in Lit

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/markdown-remark': patch
---
Fix components in markdown regressions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.

View file

@ -1,9 +0,0 @@
---
'@astrojs/preact': patch
'@astrojs/react': patch
'@astrojs/solid-js': patch
'@astrojs/svelte': patch
'@astrojs/vue': patch
---
Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.37",
"@astrojs/preact": "^0.1.3",
"astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.37"
"@astrojs/preact": "^0.1.3",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2"

View file

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

View file

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

View file

@ -18,8 +18,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.37"
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
"astro": "^1.0.0-beta.38"
}
}

View file

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

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.1.3",
"astro": "^1.0.0-beta.37"
"@astrojs/lit": "^0.1.4",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.1.3",
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.37"
"@astrojs/lit": "^0.1.4",
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
"@astrojs/solid-js": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.37"
"@astrojs/preact": "^0.1.3",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.37"
"@astrojs/react": "^0.1.3",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"@types/react": "^18.0.9",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.2",
"astro": "^1.0.0-beta.37"
"@astrojs/solid-js": "^0.1.3",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"solid-js": "^1.4.3"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.1.3",
"astro": "^1.0.0-beta.37"
"@astrojs/svelte": "^0.1.4",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"svelte": "^3.48.0"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.37"
"@astrojs/vue": "^0.1.5",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"vue": "^3.2.36"

View file

@ -9,14 +9,14 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.1.3",
"@astrojs/lit": "^0.1.4",
"@astrojs/partytown": "^0.1.4",
"@astrojs/react": "^0.1.2",
"@astrojs/react": "^0.1.3",
"@astrojs/sitemap": "^0.1.0",
"@astrojs/solid-js": "0.1.2",
"@astrojs/solid-js": "0.1.3",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.37",
"astro": "^1.0.0-beta.38",
"solid-js": "^1.4.3"
},
"dependencies": {

View file

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

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.37",
"@astrojs/preact": "^0.1.3",
"astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {

View file

@ -10,8 +10,8 @@
},
"devDependencies": {
"@astrojs/node": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"astro": "^1.0.0-beta.37",
"@astrojs/svelte": "^0.1.4",
"astro": "^1.0.0-beta.38",
"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.37"
"astro": "^1.0.0-beta.38"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.2",
"astro": "^1.0.0-beta.37",
"@astrojs/react": "^0.1.3",
"astro": "^1.0.0-beta.38",
"sass": "^1.52.1"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.10.1",
"astro": "^1.0.0-beta.37",
"@astrojs/markdown-remark": "^0.10.2",
"astro": "^1.0.0-beta.38",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.10.1",
"astro": "^1.0.0-beta.37"
"@astrojs/markdown-remark": "^0.10.2",
"astro": "^1.0.0-beta.38"
}
}

View file

@ -9,12 +9,12 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.10.1",
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.37"
"@astrojs/markdown-remark": "^0.10.2",
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
"astro": "^1.0.0-beta.38"
},
"dependencies": {
"preact": "^10.7.2",

View file

@ -20,11 +20,11 @@
"vue": "^3.2.36"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.2",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.3",
"@astrojs/vue": "^0.1.4",
"astro": "^1.0.0-beta.37"
"@astrojs/preact": "^0.1.3",
"@astrojs/react": "^0.1.3",
"@astrojs/solid-js": "^0.1.3",
"@astrojs/svelte": "^0.1.4",
"@astrojs/vue": "^0.1.5",
"astro": "^1.0.0-beta.38"
}
}

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.37",
"astro": "^1.0.0-beta.38",
"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.37",
"astro": "^1.0.0-beta.38",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

@ -1,5 +1,20 @@
# astro
## 1.0.0-beta.38
### Patch Changes
- [#3459](https://github.com/withastro/astro/pull/3459) [`efccebb9`](https://github.com/withastro/astro/commit/efccebb9643f927d88e6b6f592e53c7c95e7c2b6) Thanks [@matthewp](https://github.com/matthewp)! - Forces the correct mime type for CSS in HMR
* [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
- [#3462](https://github.com/withastro/astro/pull/3462) [`d145b868`](https://github.com/withastro/astro/commit/d145b8689c5658671a496ffee070b428438effc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation.
* [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements
* Updated dependencies [[`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6)]:
- @astrojs/markdown-remark@0.10.2
## 1.0.0-beta.37
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.37",
"version": "1.0.0-beta.38",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -79,7 +79,7 @@
"dependencies": {
"@astrojs/compiler": "^0.15.1",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.10.1",
"@astrojs/markdown-remark": "^0.10.2",
"@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.1.2",
"@astrojs/webapi": "^0.12.0",

View file

@ -1,5 +1,11 @@
# @astrojs/node
## 0.1.3
### Patch Changes
- [#3483](https://github.com/withastro/astro/pull/3483) [`b795a085`](https://github.com/withastro/astro/commit/b795a085f0d20abe83c5ada1e7ba89ec4444c2d5) Thanks [@mvolfik](https://github.com/mvolfik)! - Deno integration now loads environment variables in server runtime
## 0.1.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/lit
## 0.1.4
### Patch Changes
- [#3484](https://github.com/withastro/astro/pull/3484) [`55820fa7`](https://github.com/withastro/astro/commit/55820fa784d6d4f66a45092321a47c8ce9de5546) Thanks [@matthewp](https://github.com/matthewp)! - Wait for DOMCOntentLoaded to polyfill in Lit
## 0.1.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 0.1.3
### Patch Changes
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
## 0.1.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 0.1.3
### Patch Changes
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
## 0.1.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js
## 0.1.3
### Patch Changes
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
## 0.1.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 0.1.4
### Patch Changes
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
## 0.1.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 0.1.5
### Patch Changes
- [#3455](https://github.com/withastro/astro/pull/3455) [`e9a77d86`](https://github.com/withastro/astro/commit/e9a77d861907adccfa75811f9aaa555f186d78f8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`.
## 0.1.4
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/markdown-remark
## 0.10.2
### Patch Changes
- [#3486](https://github.com/withastro/astro/pull/3486) [`119ecf8d`](https://github.com/withastro/astro/commit/119ecf8d469f034eaf1b1217523954d29f492cb6) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix components in markdown regressions
## 0.10.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "0.10.1",
"version": "0.10.2",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -45,14 +45,14 @@ importers:
examples/basics:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/preact': ^0.1.3
astro: ^1.0.0-beta.38
preact: ^10.7.2
dependencies:
preact: 10.7.2
@ -62,8 +62,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/preact': ^0.1.3
astro: ^1.0.0-beta.38
preact: ^10.7.2
sass: ^1.52.1
dependencies:
@ -75,14 +75,14 @@ importers:
examples/component:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -93,12 +93,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2
'@astrojs/preact': ^0.1.3
'@astrojs/react': ^0.1.3
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
preact: ^10.7.2
react: ^17.0.2
react-dom: ^17.0.2
@ -117,14 +117,14 @@ importers:
examples/env-vars:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
dependencies:
alpinejs: 3.10.2
devDependencies:
@ -132,9 +132,9 @@ importers:
examples/framework-lit:
specifiers:
'@astrojs/lit': ^0.1.3
'@astrojs/lit': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@ -145,14 +145,14 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/lit': ^0.1.3
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4
'@astrojs/lit': ^0.1.4
'@astrojs/preact': ^0.1.3
'@astrojs/react': ^0.1.3
'@astrojs/solid-js': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
lit: ^2.2.5
preact: ^10.7.2
react: ^18.1.0
@ -180,8 +180,8 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/preact': ^0.1.3
astro: ^1.0.0-beta.38
preact: ^10.7.2
dependencies:
preact: 10.7.2
@ -191,10 +191,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.1.2
'@astrojs/react': ^0.1.3
'@types/react': ^18.0.9
'@types/react-dom': ^18.0.5
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -208,8 +208,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/solid-js': ^0.1.3
astro: ^1.0.0-beta.38
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.3
@ -219,8 +219,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.3
astro: ^1.0.0-beta.37
'@astrojs/svelte': ^0.1.4
astro: ^1.0.0-beta.38
svelte: ^3.48.0
dependencies:
svelte: 3.48.0
@ -230,8 +230,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.4
astro: ^1.0.0-beta.37
'@astrojs/vue': ^0.1.5
astro: ^1.0.0-beta.38
vue: ^3.2.36
dependencies:
vue: 3.2.36
@ -241,15 +241,15 @@ importers:
examples/integrations-playground:
specifiers:
'@astrojs/lit': ^0.1.3
'@astrojs/lit': ^0.1.4
'@astrojs/partytown': ^0.1.4
'@astrojs/react': ^0.1.2
'@astrojs/react': ^0.1.3
'@astrojs/sitemap': ^0.1.0
'@astrojs/solid-js': 0.1.2
'@astrojs/solid-js': 0.1.3
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
lit: ^2.2.5
preact: ^10.7.2
react: ^18.1.0
@ -278,20 +278,20 @@ importers:
examples/minimal:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/preact': ^0.1.3
astro: ^1.0.0-beta.38
preact: ^10.7.2
sass: ^1.52.1
dependencies:
@ -304,8 +304,8 @@ importers:
examples/ssr:
specifiers:
'@astrojs/node': ^0.1.2
'@astrojs/svelte': ^0.1.3
astro: ^1.0.0-beta.37
'@astrojs/svelte': ^0.1.4
astro: ^1.0.0-beta.38
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@ -324,14 +324,14 @@ importers:
examples/starter:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.2
astro: ^1.0.0-beta.37
'@astrojs/react': ^0.1.3
astro: ^1.0.0-beta.38
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.1
@ -345,12 +345,12 @@ importers:
examples/with-markdown:
specifiers:
'@astrojs/markdown-remark': ^0.10.1
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2
'@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4
astro: ^1.0.0-beta.37
'@astrojs/markdown-remark': ^0.10.2
'@astrojs/preact': ^0.1.3
'@astrojs/react': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
astro: ^1.0.0-beta.38
preact: ^10.7.2
react: ^18.1.0
react-dom: ^18.1.0
@ -372,8 +372,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.10.1
astro: ^1.0.0-beta.37
'@astrojs/markdown-remark': ^0.10.2
astro: ^1.0.0-beta.38
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -390,23 +390,23 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.10.1
astro: ^1.0.0-beta.37
'@astrojs/markdown-remark': ^0.10.2
astro: ^1.0.0-beta.38
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.2
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.3
'@astrojs/vue': ^0.1.4
'@astrojs/preact': ^0.1.3
'@astrojs/react': ^0.1.3
'@astrojs/solid-js': ^0.1.3
'@astrojs/svelte': ^0.1.4
'@astrojs/vue': ^0.1.5
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
nanostores: ^0.5.12
preact: ^10.7.2
react: ^18.1.0
@ -434,7 +434,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.1
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -449,7 +449,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.0.0-beta.37
astro: ^1.0.0-beta.38
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@ -461,7 +461,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.15.1
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.10.1
'@astrojs/markdown-remark': ^0.10.2
'@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.1.2
'@astrojs/webapi': ^0.12.0