[ci] release (#3182)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-04-26 16:49:09 -04:00 committed by GitHub
parent f0f938ce7d
commit 8d8433ee50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 130 additions and 146 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/vercel": patch
---
Update README

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Disables file watching during the build

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Added better types to importing Markdown

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/tailwind': patch
---
Support "astro add" before installing project dependencies

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add `is:raw` to AstroBuiltinAttributes

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Markdown file.url now respects `trailingSlash` and `base`

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix: remove online editor configs (stackblitz and code sandbox) from create-astro output

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Added Astro attributes to SVG elements in JSX definition

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/netlify': patch
---
Netlify Edge: Forward requests for static assets

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
`@astrojs/svelte` integration supports custom svelte compiler options

View file

@ -1,5 +0,0 @@
---
'create-astro': minor
---
Feat: add option to install dependencies during setup. This respects the package manager used to run create-astro (ex. "yarn create astro" vs "pnpm create astro@latest").

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Fixed `trailingSlash` for non-HTML pages

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Support trailingSlash

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix: astro add generating "astro.config.mjs" outside project root

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.17",
"astro": "^1.0.0-beta.18",
"sass": "^1.50.1"
},
"dependencies": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"preact": "^10.7.1"

View file

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

View file

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

View file

@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
}
}

View file

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

View file

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

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.2",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -13,9 +13,9 @@
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.1",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.1",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"preact": "^10.7.1"

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"react": "^18.0.0",

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.2",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"solid-js": "^1.3.16"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.1.1",
"astro": "^1.0.0-beta.17"
"@astrojs/svelte": "^0.1.2",
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"svelte": "^3.47.0"

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"vue": "^3.2.33"

View file

@ -13,9 +13,9 @@
"@astrojs/partytown": "^0.1.2",
"@astrojs/react": "^0.1.1",
"@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.2.0",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.1",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

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

View file

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

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.17",
"astro": "^1.0.0-beta.18",
"sass": "^1.50.1"
},
"dependencies": {

View file

@ -10,8 +10,8 @@
},
"devDependencies": {
"@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"astro": "^1.0.0-beta.17",
"@astrojs/svelte": "^0.1.2",
"astro": "^1.0.0-beta.18",
"concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",

View file

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

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.17",
"astro": "^1.0.0-beta.18",
"sass": "^1.50.1"
},
"dependencies": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.2",
"astro": "^1.0.0-beta.17",
"astro": "^1.0.0-beta.18",
"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.9.2",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
}
}

View file

@ -12,9 +12,9 @@
"@astrojs/markdown-remark": "^0.9.2",
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
},
"dependencies": {
"preact": "^10.7.1",

View file

@ -23,8 +23,8 @@
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.1",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.1",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.17"
"astro": "^1.0.0-beta.18"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.0",
"astro": "^1.0.0-beta.17",
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.18",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",

View file

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

View file

@ -1,5 +1,27 @@
# astro
## 1.0.0-beta.18
### Patch Changes
- [#3207](https://github.com/withastro/astro/pull/3207) [`22cb4b7b`](https://github.com/withastro/astro/commit/22cb4b7b320428378633a3044f07a548dbbc8dc2) Thanks [@matthewp](https://github.com/matthewp)! - Disables file watching during the build
* [#3191](https://github.com/withastro/astro/pull/3191) [`205d1f07`](https://github.com/withastro/astro/commit/205d1f07f13ae60f21954648d530895d479e42cf) Thanks [@JuanM04](https://github.com/JuanM04)! - Added better types to importing Markdown
- [#3183](https://github.com/withastro/astro/pull/3183) [`7a61977d`](https://github.com/withastro/astro/commit/7a61977db11c4472f9210b8de22ec281870e5dc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "astro add" before installing project dependencies
* [#3209](https://github.com/withastro/astro/pull/3209) [`fdd607c5`](https://github.com/withastro/astro/commit/fdd607c5755034edf262e7b275732519328a33b2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add `is:raw` to AstroBuiltinAttributes
- [#3198](https://github.com/withastro/astro/pull/3198) [`1a86e77c`](https://github.com/withastro/astro/commit/1a86e77c37109f6a6006d6acb00eb52b4a54683c) Thanks [@JuanM04](https://github.com/JuanM04)! - Markdown file.url now respects `trailingSlash` and `base`
* [#3187](https://github.com/withastro/astro/pull/3187) [`75dab3ca`](https://github.com/withastro/astro/commit/75dab3ca3de33da825c2a9695c2ad46cc104b7b1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: remove online editor configs (stackblitz and code sandbox) from create-astro output
- [#3205](https://github.com/withastro/astro/pull/3205) [`e4bb2767`](https://github.com/withastro/astro/commit/e4bb2767d5f44b0a97bdbd1349b9f329b324b78a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added Astro attributes to SVG elements in JSX definition
* [#3170](https://github.com/withastro/astro/pull/3170) [`19667c45`](https://github.com/withastro/astro/commit/19667c45f318ec13cdc2b51016f3fa3487b2a32d) Thanks [@matthewp](https://github.com/matthewp)! - Netlify Edge: Forward requests for static assets
- [#3186](https://github.com/withastro/astro/pull/3186) [`2b702d6a`](https://github.com/withastro/astro/commit/2b702d6abaa296c0eb77d3fd1a8231a186341b1f) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: astro add generating "astro.config.mjs" outside project root
## 1.0.0-beta.17
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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
## 0.10.0
### Minor Changes
- [#3190](https://github.com/withastro/astro/pull/3190) [`38e5e9e9`](https://github.com/withastro/astro/commit/38e5e9e9825876cd0ae14a648b51bdf397e81169) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Feat: add option to install dependencies during setup. This respects the package manager used to run create-astro (ex. "yarn create astro" vs "pnpm create astro@latest").
## 0.9.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/netlify
## 0.3.3
### Patch Changes
- [#3170](https://github.com/withastro/astro/pull/3170) [`19667c45`](https://github.com/withastro/astro/commit/19667c45f318ec13cdc2b51016f3fa3487b2a32d) Thanks [@matthewp](https://github.com/matthewp)! - Netlify Edge: Forward requests for static assets
## 0.3.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 0.1.2
### Patch Changes
- [#3181](https://github.com/withastro/astro/pull/3181) [`ce9a61e9`](https://github.com/withastro/astro/commit/ce9a61e9fc6fdbf9b8469197df6d728f395656ec) Thanks [@tony-sull](https://github.com/tony-sull)! - `@astrojs/svelte` integration supports custom svelte compiler options
## 0.1.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 0.2.1
### Patch Changes
- [#3183](https://github.com/withastro/astro/pull/3183) [`7a61977d`](https://github.com/withastro/astro/commit/7a61977db11c4472f9210b8de22ec281870e5dc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "astro add" before installing project dependencies
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,15 @@
# @astrojs/vercel
## 0.1.4
### Patch Changes
- [`cafd36ef`](https://github.com/withastro/astro/commit/cafd36ef774755b8efbe9e526a0b5ce7a47095f2) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README
* [#3185](https://github.com/withastro/astro/pull/3185) [`eaad1769`](https://github.com/withastro/astro/commit/eaad17694f2120ddbd083bb1754e4418b8ea6aa9) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed `trailingSlash` for non-HTML pages
- [#3176](https://github.com/withastro/astro/pull/3176) [`725c44a7`](https://github.com/withastro/astro/commit/725c44a762dbc2f45a1d47ffa31b7e6e0b22ff95) Thanks [@JuanM04](https://github.com/JuanM04)! - Support trailingSlash
## 0.1.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -46,7 +46,7 @@ importers:
examples/blog:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
dependencies:
preact: 10.7.1
@ -57,7 +57,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
sass: ^1.50.1
dependencies:
@ -69,14 +69,14 @@ importers:
examples/component:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -92,7 +92,7 @@ importers:
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.44
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
react: ^17.0.2
react-dom: ^17.0.2
@ -111,14 +111,14 @@ importers:
examples/env-vars:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
dependencies:
alpinejs: 3.10.2
devDependencies:
@ -128,7 +128,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.2
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
lit: ^2.2.2
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@ -143,10 +143,10 @@ importers:
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.1
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.1
'@astrojs/svelte': ^0.1.2
'@astrojs/vue': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@ -175,7 +175,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
dependencies:
preact: 10.7.1
@ -186,7 +186,7 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.1.1
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
@ -199,7 +199,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.1.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
solid-js: ^1.3.16
dependencies:
solid-js: 1.3.16
@ -209,8 +209,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.1.1
astro: ^1.0.0-beta.17
'@astrojs/svelte': ^0.1.2
astro: ^1.0.0-beta.18
svelte: ^3.47.0
dependencies:
svelte: 3.47.0
@ -221,7 +221,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.1.3
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
vue: ^3.2.33
dependencies:
vue: 3.2.33
@ -235,10 +235,10 @@ importers:
'@astrojs/partytown': ^0.1.2
'@astrojs/react': ^0.1.1
'@astrojs/sitemap': ^0.1.0
'@astrojs/tailwind': ^0.2.0
'@astrojs/tailwind': ^0.2.1
'@astrojs/turbolinks': ^0.1.1
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
lit: ^2.2.2
preact: ^10.7.1
react: ^18.0.0
@ -266,20 +266,20 @@ importers:
examples/minimal:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.1.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
sass: ^1.50.1
dependencies:
@ -292,8 +292,8 @@ importers:
examples/ssr:
specifiers:
'@astrojs/node': ^0.1.1
'@astrojs/svelte': ^0.1.1
astro: ^1.0.0-beta.17
'@astrojs/svelte': ^0.1.2
astro: ^1.0.0-beta.18
concurrently: ^7.1.0
lightcookie: ^1.0.25
svelte: ^3.47.0
@ -312,14 +312,14 @@ importers:
examples/starter:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.1
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
react: ^18.0.0
react-dom: ^18.0.0
sass: ^1.50.1
@ -336,9 +336,9 @@ importers:
'@astrojs/markdown-remark': ^0.9.2
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.1
'@astrojs/svelte': ^0.1.1
'@astrojs/svelte': ^0.1.2
'@astrojs/vue': ^0.1.3
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
preact: ^10.7.1
react: ^18.0.0
react-dom: ^18.0.0
@ -361,7 +361,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.9.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -379,7 +379,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.9.2
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
@ -389,12 +389,12 @@ importers:
'@astrojs/preact': ^0.1.2
'@astrojs/react': ^0.1.1
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.1
'@astrojs/svelte': ^0.1.2
'@astrojs/vue': ^0.1.3
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
nanostores: ^0.5.12
preact: ^10.7.1
react: ^18.0.0
@ -421,8 +421,8 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.0
astro: ^1.0.0-beta.17
'@astrojs/tailwind': ^0.2.1
astro: ^1.0.0-beta.18
autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1
postcss: ^8.4.12
@ -437,7 +437,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.0.0-beta.17
astro: ^1.0.0-beta.18
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies: