[ci] release (#3064)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
815d62f151
commit
791a524411
55 changed files with 201 additions and 140 deletions
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
'@astrojs/lit': patch
|
|
||||||
'@astrojs/netlify': patch
|
|
||||||
'@astrojs/node': patch
|
|
||||||
'@astrojs/partytown': patch
|
|
||||||
'@astrojs/preact': patch
|
|
||||||
'@astrojs/solid-js': patch
|
|
||||||
'@astrojs/svelte': patch
|
|
||||||
'@astrojs/tailwind': patch
|
|
||||||
'@astrojs/turbolinks': patch
|
|
||||||
'@astrojs/vercel': patch
|
|
||||||
'@astrojs/vue': patch
|
|
||||||
'@astrojs/renderer-solid': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
no changes.
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"sass": "^1.50.0"
|
"sass": "^1.50.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.1"
|
"preact": "^10.7.1"
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@example/my-component": "workspace:*",
|
"@example/my-component": "workspace:*",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
"serve": "astro --root demo preview"
|
"serve": "astro --root demo preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
"react-dom": "^18.0.0"
|
"react-dom": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.0",
|
"@astrojs/lit": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,13 +9,13 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.0",
|
"@astrojs/lit": "^0.1.1",
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/solid-js": "^0.1.0",
|
"@astrojs/solid-js": "^0.1.1",
|
||||||
"@astrojs/svelte": "^0.1.0",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.0",
|
"@astrojs/vue": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.1"
|
"preact": "^10.7.1"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/solid-js": "^0.1.0",
|
"@astrojs/solid-js": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"solid-js": "^1.3.14"
|
"solid-js": "^1.3.14"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/svelte": "^0.1.0",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.47.0"
|
"svelte": "^3.47.0"
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/vue": "^0.1.0",
|
"@astrojs/vue": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.2.31"
|
"vue": "^3.2.31"
|
||||||
|
|
|
@ -9,13 +9,13 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.1.0",
|
"@astrojs/lit": "^0.1.1",
|
||||||
"@astrojs/partytown": "^0.1.1",
|
"@astrojs/partytown": "^0.1.2",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/sitemap": "^0.1.0",
|
"@astrojs/sitemap": "^0.1.0",
|
||||||
"@astrojs/tailwind": "^0.1.1",
|
"@astrojs/tailwind": "^0.1.2",
|
||||||
"@astrojs/turbolinks": "^0.1.0",
|
"@astrojs/turbolinks": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"sass": "^1.50.0"
|
"sass": "^1.50.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
"server": "node server/server.mjs"
|
"server": "node server/server.mjs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/node": "^0.1.0",
|
"@astrojs/node": "^0.1.1",
|
||||||
"@astrojs/svelte": "^0.1.0",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"concurrently": "^7.1.0",
|
"concurrently": "^7.1.0",
|
||||||
"lightcookie": "^1.0.25",
|
"lightcookie": "^1.0.25",
|
||||||
"unocss": "^0.15.6",
|
"unocss": "^0.15.6",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"sass": "^1.50.0"
|
"sass": "^1.50.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.1",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"hast-util-select": "5.0.1",
|
"hast-util-select": "5.0.1",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
"rehype-slug": "^5.0.1",
|
"rehype-slug": "^5.0.1",
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.1",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.1",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/svelte": "^0.1.0",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.0",
|
"@astrojs/vue": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.1",
|
"preact": "^10.7.1",
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
"vue": "^3.2.31"
|
"vue": "^3.2.31"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.1.0",
|
"@astrojs/preact": "^0.1.1",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/solid-js": "^0.1.0",
|
"@astrojs/solid-js": "^0.1.1",
|
||||||
"@astrojs/svelte": "^0.1.0",
|
"@astrojs/svelte": "^0.1.1",
|
||||||
"@astrojs/vue": "^0.1.0",
|
"@astrojs/vue": "^0.1.1",
|
||||||
"astro": "^1.0.0-beta.6"
|
"astro": "^1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/tailwind": "^0.1.1",
|
"@astrojs/tailwind": "^0.1.2",
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"autoprefixer": "^10.4.4",
|
"autoprefixer": "^10.4.4",
|
||||||
"canvas-confetti": "^1.5.1",
|
"canvas-confetti": "^1.5.1",
|
||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.0.0-beta.6",
|
"astro": "^1.0.0-beta.7",
|
||||||
"vite-plugin-pwa": "0.11.11",
|
"vite-plugin-pwa": "0.11.11",
|
||||||
"workbox-window": "^6.5.2"
|
"workbox-window": "^6.5.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 1.0.0-beta.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 1.0.0-beta.6
|
## 1.0.0-beta.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "1.0.0-beta.6",
|
"version": "1.0.0-beta.7",
|
||||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/lit
|
# @astrojs/lit
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/lit",
|
"name": "@astrojs/lit",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Use Lit components within Astro",
|
"description": "Use Lit components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/netlify
|
# @astrojs/netlify
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/netlify",
|
"name": "@astrojs/netlify",
|
||||||
"description": "Deploy your site to Netlify",
|
"description": "Deploy your site to Netlify",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/node
|
# @astrojs/node
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/node",
|
"name": "@astrojs/node",
|
||||||
"description": "Deploy your site to a Node.js server",
|
"description": "Deploy your site to a Node.js server",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/partytown
|
# @astrojs/partytown
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/partytown",
|
"name": "@astrojs/partytown",
|
||||||
"description": "Astro + Partytown integration",
|
"description": "Astro + Partytown integration",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/preact
|
# @astrojs/preact
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/preact",
|
"name": "@astrojs/preact",
|
||||||
"description": "Use Preact components within Astro",
|
"description": "Use Preact components within Astro",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/solid-js
|
# @astrojs/solid-js
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/solid-js",
|
"name": "@astrojs/solid-js",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Use Solid components within Astro",
|
"description": "Use Solid components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/svelte
|
# @astrojs/svelte
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/svelte",
|
"name": "@astrojs/svelte",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Use Svelte components within Astro",
|
"description": "Use Svelte components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/tailwind
|
# @astrojs/tailwind
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/tailwind",
|
"name": "@astrojs/tailwind",
|
||||||
"description": "Tailwind + Astro Integrations",
|
"description": "Tailwind + Astro Integrations",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/turbolinks
|
# @astrojs/turbolinks
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/turbolinks",
|
"name": "@astrojs/turbolinks",
|
||||||
"description": "Turbolinks + Astro Integrations",
|
"description": "Turbolinks + Astro Integrations",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/vercel
|
# @astrojs/vercel
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vercel",
|
"name": "@astrojs/vercel",
|
||||||
"description": "Deploy your site to Vercel",
|
"description": "Deploy your site to Vercel",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/vue
|
# @astrojs/vue
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vue",
|
"name": "@astrojs/vue",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Use Vue components within Astro",
|
"description": "Use Vue components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-solid
|
# @astrojs/renderer-solid
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`815d62f1`](https://github.com/withastro/astro/commit/815d62f151a36fef7d09590d4962ca71bda61b32) Thanks [@FredKSchott](https://github.com/FredKSchott)! - no changes.
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-solid",
|
"name": "@astrojs/renderer-solid",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Use Solid components within Astro",
|
"description": "Use Solid components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
110
pnpm-lock.yaml
110
pnpm-lock.yaml
|
@ -45,8 +45,8 @@ importers:
|
||||||
|
|
||||||
examples/blog:
|
examples/blog:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.1
|
preact: 10.7.1
|
||||||
|
@ -56,8 +56,8 @@ importers:
|
||||||
|
|
||||||
examples/blog-multiple-authors:
|
examples/blog-multiple-authors:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
sass: ^1.50.0
|
sass: ^1.50.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -69,14 +69,14 @@ importers:
|
||||||
|
|
||||||
examples/component:
|
examples/component:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/component/demo:
|
examples/component/demo:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@example/my-component': workspace:*
|
'@example/my-component': workspace:*
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@example/my-component': link:../packages/my-component
|
'@example/my-component': link:../packages/my-component
|
||||||
astro: link:../../../packages/astro
|
astro: link:../../../packages/astro
|
||||||
|
@ -87,12 +87,12 @@ importers:
|
||||||
examples/docs:
|
examples/docs:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@algolia/client-search': ^4.13.0
|
'@algolia/client-search': ^4.13.0
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@docsearch/css': ^3.0.0
|
'@docsearch/css': ^3.0.0
|
||||||
'@docsearch/react': ^3.0.0
|
'@docsearch/react': ^3.0.0
|
||||||
'@types/react': ^17.0.44
|
'@types/react': ^17.0.44
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
|
@ -111,21 +111,21 @@ importers:
|
||||||
|
|
||||||
examples/env-vars:
|
examples/env-vars:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/framework-alpine:
|
examples/framework-alpine:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/framework-lit:
|
examples/framework-lit:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.0
|
'@astrojs/lit': ^0.1.1
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
lit: ^2.2.2
|
lit: ^2.2.2
|
||||||
dependencies:
|
dependencies:
|
||||||
'@webcomponents/template-shadowroot': 0.1.0
|
'@webcomponents/template-shadowroot': 0.1.0
|
||||||
|
@ -136,14 +136,14 @@ importers:
|
||||||
|
|
||||||
examples/framework-multiple:
|
examples/framework-multiple:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.0
|
'@astrojs/lit': ^0.1.1
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/solid-js': ^0.1.0
|
'@astrojs/solid-js': ^0.1.1
|
||||||
'@astrojs/svelte': ^0.1.0
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.0
|
'@astrojs/vue': ^0.1.1
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
lit: ^2.2.2
|
lit: ^2.2.2
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -171,8 +171,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-preact:
|
examples/framework-preact:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.1
|
preact: 10.7.1
|
||||||
|
@ -183,7 +183,7 @@ importers:
|
||||||
examples/framework-react:
|
examples/framework-react:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -195,8 +195,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-solid:
|
examples/framework-solid:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/solid-js': ^0.1.0
|
'@astrojs/solid-js': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
solid-js: ^1.3.14
|
solid-js: ^1.3.14
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.3.14
|
solid-js: 1.3.14
|
||||||
|
@ -206,8 +206,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-svelte:
|
examples/framework-svelte:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/svelte': ^0.1.0
|
'@astrojs/svelte': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
svelte: ^3.47.0
|
svelte: ^3.47.0
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.47.0
|
svelte: 3.47.0
|
||||||
|
@ -217,8 +217,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-vue:
|
examples/framework-vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/vue': ^0.1.0
|
'@astrojs/vue': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
vue: ^3.2.31
|
vue: ^3.2.31
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.31
|
vue: 3.2.31
|
||||||
|
@ -228,14 +228,14 @@ importers:
|
||||||
|
|
||||||
examples/integrations-playground:
|
examples/integrations-playground:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.1.0
|
'@astrojs/lit': ^0.1.1
|
||||||
'@astrojs/partytown': ^0.1.1
|
'@astrojs/partytown': ^0.1.2
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/sitemap': ^0.1.0
|
'@astrojs/sitemap': ^0.1.0
|
||||||
'@astrojs/tailwind': ^0.1.1
|
'@astrojs/tailwind': ^0.1.2
|
||||||
'@astrojs/turbolinks': ^0.1.0
|
'@astrojs/turbolinks': ^0.1.1
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
lit: ^2.2.2
|
lit: ^2.2.2
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -263,20 +263,20 @@ importers:
|
||||||
|
|
||||||
examples/minimal:
|
examples/minimal:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/non-html-pages:
|
examples/non-html-pages:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/portfolio:
|
examples/portfolio:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
sass: ^1.50.0
|
sass: ^1.50.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -288,9 +288,9 @@ importers:
|
||||||
|
|
||||||
examples/ssr:
|
examples/ssr:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/node': ^0.1.0
|
'@astrojs/node': ^0.1.1
|
||||||
'@astrojs/svelte': ^0.1.0
|
'@astrojs/svelte': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
concurrently: ^7.1.0
|
concurrently: ^7.1.0
|
||||||
lightcookie: ^1.0.25
|
lightcookie: ^1.0.25
|
||||||
svelte: ^3.47.0
|
svelte: ^3.47.0
|
||||||
|
@ -309,14 +309,14 @@ importers:
|
||||||
|
|
||||||
examples/starter:
|
examples/starter:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/subpath:
|
examples/subpath:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
sass: ^1.50.0
|
sass: ^1.50.0
|
||||||
|
@ -331,11 +331,11 @@ importers:
|
||||||
examples/with-markdown:
|
examples/with-markdown:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.1
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/svelte': ^0.1.0
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.0
|
'@astrojs/vue': ^0.1.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
|
@ -358,7 +358,7 @@ importers:
|
||||||
examples/with-markdown-plugins:
|
examples/with-markdown-plugins:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.1
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
hast-util-select: 5.0.1
|
hast-util-select: 5.0.1
|
||||||
rehype-autolink-headings: ^6.1.1
|
rehype-autolink-headings: ^6.1.1
|
||||||
rehype-slug: ^5.0.1
|
rehype-slug: ^5.0.1
|
||||||
|
@ -376,22 +376,22 @@ importers:
|
||||||
examples/with-markdown-shiki:
|
examples/with-markdown-shiki:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.1
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/with-nanostores:
|
examples/with-nanostores:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.1.0
|
'@astrojs/preact': ^0.1.1
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/solid-js': ^0.1.0
|
'@astrojs/solid-js': ^0.1.1
|
||||||
'@astrojs/svelte': ^0.1.0
|
'@astrojs/svelte': ^0.1.1
|
||||||
'@astrojs/vue': ^0.1.0
|
'@astrojs/vue': ^0.1.1
|
||||||
'@nanostores/preact': ^0.1.3
|
'@nanostores/preact': ^0.1.3
|
||||||
'@nanostores/react': ^0.1.5
|
'@nanostores/react': ^0.1.5
|
||||||
'@nanostores/vue': ^0.4.1
|
'@nanostores/vue': ^0.4.1
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
nanostores: ^0.5.12
|
nanostores: ^0.5.12
|
||||||
preact: ^10.7.1
|
preact: ^10.7.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -418,8 +418,8 @@ importers:
|
||||||
|
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/tailwind': ^0.1.1
|
'@astrojs/tailwind': ^0.1.2
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
autoprefixer: ^10.4.4
|
autoprefixer: ^10.4.4
|
||||||
canvas-confetti: ^1.5.1
|
canvas-confetti: ^1.5.1
|
||||||
postcss: ^8.4.12
|
postcss: ^8.4.12
|
||||||
|
@ -434,7 +434,7 @@ importers:
|
||||||
|
|
||||||
examples/with-vite-plugin-pwa:
|
examples/with-vite-plugin-pwa:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.0.0-beta.6
|
astro: ^1.0.0-beta.7
|
||||||
vite-plugin-pwa: 0.11.11
|
vite-plugin-pwa: 0.11.11
|
||||||
workbox-window: ^6.5.2
|
workbox-window: ^6.5.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
|
Loading…
Reference in a new issue