[ci] release (#3061)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
01b02d849a
commit
21c74e572c
76 changed files with 254 additions and 329 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/netlify': patch
|
||||
---
|
||||
|
||||
Add human-readable error when a site is not provided in your astro.config
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix bug causing `astro preview` server to close immediately
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Updated esbuild
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix for adding set-cookie multiple times
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix relative config handling with the `--config` flag
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"@astrojs/netlify": minor
|
||||
---
|
||||
|
||||
Improve the Netlify adapter:
|
||||
|
||||
1. Remove `site` config requirement
|
||||
2. Fix an issue where query params were being stripped
|
||||
3. Pass the event body to the request object
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add support for advanced CSS imports with `?raw` and `?url`
|
||||
|
||||
> ⚠️WARNING⚠️:
|
||||
> Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with `set:html` to inline styles directly into the built HTML page.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/partytown': patch
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
---
|
||||
|
||||
Update README
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Allows adapters to export default
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix SSR static build public files copying
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/netlify': patch
|
||||
---
|
||||
|
||||
Fixes dynamic routes in the Netlify adapter
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Warn when attempting to access headers in SSG mode
|
|
@ -1,81 +0,0 @@
|
|||
{
|
||||
"mode": "exit",
|
||||
"tag": "beta",
|
||||
"initialVersions": {
|
||||
"@example/blog": "0.0.1",
|
||||
"@example/blog-multiple-authors": "0.0.1",
|
||||
"@example/component": "0.0.1",
|
||||
"@example/my-component-demo": "0.0.1",
|
||||
"@example/my-component": "0.0.1",
|
||||
"@example/docs": "0.0.1",
|
||||
"@example/env-vars": "0.0.1",
|
||||
"@example/framework-alpine": "0.0.1",
|
||||
"@example/framework-lit": "0.0.1",
|
||||
"@example/framework-multiple": "0.0.1",
|
||||
"@example/framework-preact": "0.0.1",
|
||||
"@example/framework-react": "0.0.1",
|
||||
"@example/framework-solid": "0.0.1",
|
||||
"@example/framework-svelte": "0.0.1",
|
||||
"@example/framework-vue": "0.0.1",
|
||||
"@example/integrations-playground": "0.0.1",
|
||||
"@example/minimal": "0.0.1",
|
||||
"@example/non-html-pages": "0.0.1",
|
||||
"@example/portfolio": "0.0.1",
|
||||
"@example/ssr": "0.0.1",
|
||||
"@example/starter": "0.0.1",
|
||||
"@example/subpath": "0.0.1",
|
||||
"@example/with-markdown": "0.0.1",
|
||||
"@example/with-markdown-plugins": "0.0.2",
|
||||
"@example/with-markdown-shiki": "0.0.1",
|
||||
"@example/with-nanostores": "0.0.1",
|
||||
"@example/with-tailwindcss": "0.0.1",
|
||||
"@example/with-vite-plugin-pwa": "0.0.1",
|
||||
"astro": "0.26.1",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
"@test/custom-element-renderer": "0.1.0",
|
||||
"@test/static-build-pkg": "0.0.0",
|
||||
"create-astro": "0.8.0",
|
||||
"@astrojs/deno": "0.1.0",
|
||||
"@astrojs/lit": "0.0.2",
|
||||
"@astrojs/netlify": "0.1.0",
|
||||
"@astrojs/node": "0.0.2",
|
||||
"@astrojs/partytown": "0.1.0",
|
||||
"@astrojs/preact": "0.0.2",
|
||||
"@astrojs/react": "0.1.0",
|
||||
"@astrojs/sitemap": "0.1.0",
|
||||
"@astrojs/solid-js": "0.0.3",
|
||||
"@astrojs/svelte": "0.0.2",
|
||||
"@astrojs/tailwind": "0.1.0",
|
||||
"@astrojs/turbolinks": "0.0.2",
|
||||
"@astrojs/vercel": "0.0.2",
|
||||
"@astrojs/vue": "0.0.2",
|
||||
"@astrojs/markdown-remark": "0.8.1",
|
||||
"@astrojs/renderer-lit": "0.4.0",
|
||||
"@astrojs/renderer-preact": "0.5.0",
|
||||
"@astrojs/renderer-react": "0.5.0",
|
||||
"@astrojs/renderer-solid": "0.4.0",
|
||||
"@astrojs/renderer-svelte": "0.5.2",
|
||||
"@astrojs/renderer-vue": "0.4.0",
|
||||
"@astrojs/webapi": "0.11.0",
|
||||
"astro-scripts": "0.0.2"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-suits-thank",
|
||||
"big-yaks-invite",
|
||||
"calm-dolphins-remain",
|
||||
"dirty-trains-yawn",
|
||||
"dull-bobcats-clean",
|
||||
"empty-pens-talk",
|
||||
"forty-boats-remain",
|
||||
"nervous-chairs-check",
|
||||
"odd-squids-rest",
|
||||
"shiny-rice-worry",
|
||||
"sour-laws-raise",
|
||||
"stale-walls-whisper",
|
||||
"strange-avocados-double",
|
||||
"sweet-ways-tan",
|
||||
"ten-rice-unite",
|
||||
"thin-cameras-clean",
|
||||
"three-donkeys-train"
|
||||
]
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Update JSDoc comments that get shown to users through editor integration
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
'@astrojs/lit': minor
|
||||
'@astrojs/node': minor
|
||||
'@astrojs/preact': minor
|
||||
'@astrojs/solid-js': minor
|
||||
'@astrojs/svelte': minor
|
||||
'@astrojs/turbolinks': minor
|
||||
'@astrojs/vercel': minor
|
||||
'@astrojs/vue': minor
|
||||
---
|
||||
|
||||
Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
fix markdown issue with parsing components in setup
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add `astro docs` command which opens the Astro docs in your preferred browser.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/vercel': patch
|
||||
---
|
||||
|
||||
Fixed build directory and clean-up
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@astrojs/solid-js": minor
|
||||
"@astrojs/renderer-solid": patch
|
||||
---
|
||||
|
||||
Improve nested hydration with Solid
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Add missing entry to "files" field in package.json
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes dynamic API routes in SSR
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"sass": "^1.50.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.1"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/lit": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/lit": "^0.1.0",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/solid-js": "^0.0.4-beta.0",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/solid-js": "^0.1.0",
|
||||
"@astrojs/svelte": "^0.1.0",
|
||||
"@astrojs/vue": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.1"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^0.0.4-beta.0",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/solid-js": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.3.14"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/svelte": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.47.0"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/vue": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.31"
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"@astrojs/partytown": "^0.1.1-beta.0",
|
||||
"@astrojs/lit": "^0.1.0",
|
||||
"@astrojs/partytown": "^0.1.1",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/sitemap": "^0.1.0",
|
||||
"@astrojs/tailwind": "^0.1.0",
|
||||
"@astrojs/turbolinks": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/tailwind": "^0.1.1",
|
||||
"@astrojs/turbolinks": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"sass": "^1.50.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
"server": "node server/server.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/node": "^0.0.2",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"@astrojs/node": "^0.1.0",
|
||||
"@astrojs/svelte": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"concurrently": "^7.1.0",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"sass": "^1.50.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.8.1",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.8.1",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.8.1",
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/svelte": "^0.1.0",
|
||||
"@astrojs/vue": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.1",
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
"vue": "^3.2.31"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/preact": "^0.1.0",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/solid-js": "^0.0.4-beta.0",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^1.0.0-beta.5"
|
||||
"@astrojs/solid-js": "^0.1.0",
|
||||
"@astrojs/svelte": "^0.1.0",
|
||||
"@astrojs/vue": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^0.1.0",
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"@astrojs/tailwind": "^0.1.1",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.12",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.5",
|
||||
"astro": "^1.0.0-beta.6",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.2"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,42 @@
|
|||
# astro
|
||||
|
||||
## 1.0.0-beta.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix bug causing `astro preview` server to close immediately
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Updated esbuild
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix for adding set-cookie multiple times
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix relative config handling with the `--config` flag
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add support for advanced CSS imports with `?raw` and `?url`
|
||||
|
||||
> ⚠️WARNING⚠️:
|
||||
> Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with `set:html` to inline styles directly into the built HTML page.
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Allows adapters to export default
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix SSR static build public files copying
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixes dynamic routes in the Netlify adapter
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Warn when attempting to access headers in SSG mode
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update JSDoc comments that get shown to users through editor integration
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - fix markdown issue with parsing components in setup
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add `astro docs` command which opens the Astro docs in your preferred browser.
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add missing entry to "files" field in package.json
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixes dynamic API routes in SSR
|
||||
|
||||
## 1.0.0-beta.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.0.0-beta.5",
|
||||
"version": "1.0.0-beta.6",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/lit
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/lit",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"description": "Use Lit components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
# @astrojs/netlify
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve the Netlify adapter:
|
||||
|
||||
1. Remove `site` config requirement
|
||||
2. Fix an issue where query params were being stripped
|
||||
3. Pass the event body to the request object
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add human-readable error when a site is not provided in your astro.config
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixes dynamic routes in the Netlify adapter
|
||||
|
||||
## 0.1.1-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/netlify",
|
||||
"description": "Deploy your site to Netlify",
|
||||
"version": "0.1.1-beta.1",
|
||||
"version": "0.2.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/node
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/node",
|
||||
"description": "Deploy your site to a Node.js server",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/partytown
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
|
||||
|
||||
## 0.1.1-beta.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/partytown",
|
||||
"description": "Astro + Partytown integration",
|
||||
"version": "0.1.1-beta.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/preact
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/solid-js
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve nested hydration with Solid
|
||||
|
||||
## 0.0.4-beta.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/solid-js",
|
||||
"version": "0.0.4-beta.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Use Solid components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/svelte
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/svelte",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/tailwind
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Tailwind + Astro Integrations",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/turbolinks
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/turbolinks",
|
||||
"description": "Turbolinks + Astro Integrations",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
# @astrojs/vercel
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Updated esbuild
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Allows adapters to export default
|
||||
|
||||
* [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixed build directory and clean-up
|
||||
|
||||
## 0.0.3-beta.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/vercel",
|
||||
"description": "Deploy your site to Vercel",
|
||||
"version": "0.0.3-beta.1",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/vue
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/vue",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"description": "Use Vue components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/renderer-solid
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve nested hydration with Solid
|
||||
|
||||
## 0.4.1-beta.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-solid",
|
||||
"version": "0.4.1-beta.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Use Solid components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
110
pnpm-lock.yaml
110
pnpm-lock.yaml
|
@ -45,8 +45,8 @@ importers:
|
|||
|
||||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/preact': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
dependencies:
|
||||
preact: 10.7.1
|
||||
|
@ -56,8 +56,8 @@ importers:
|
|||
|
||||
examples/blog-multiple-authors:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/preact': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
sass: ^1.50.0
|
||||
dependencies:
|
||||
|
@ -69,14 +69,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -87,12 +87,12 @@ importers:
|
|||
examples/docs:
|
||||
specifiers:
|
||||
'@algolia/client-search': ^4.13.0
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/preact': ^0.1.0
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@docsearch/css': ^3.0.0
|
||||
'@docsearch/react': ^3.0.0
|
||||
'@types/react': ^17.0.44
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
@ -111,21 +111,21 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-lit:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@astrojs/lit': ^0.1.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
lit: ^2.2.2
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -136,14 +136,14 @@ importers:
|
|||
|
||||
examples/framework-multiple:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/lit': ^0.1.0
|
||||
'@astrojs/preact': ^0.1.0
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/solid-js': ^0.0.4-beta.0
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
'@astrojs/solid-js': ^0.1.0
|
||||
'@astrojs/svelte': ^0.1.0
|
||||
'@astrojs/vue': ^0.1.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
lit: ^2.2.2
|
||||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
|
@ -171,8 +171,8 @@ importers:
|
|||
|
||||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/preact': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
dependencies:
|
||||
preact: 10.7.1
|
||||
|
@ -183,7 +183,7 @@ importers:
|
|||
examples/framework-react:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
dependencies:
|
||||
|
@ -195,8 +195,8 @@ importers:
|
|||
|
||||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.0.4-beta.0
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/solid-js': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
solid-js: ^1.3.14
|
||||
dependencies:
|
||||
solid-js: 1.3.14
|
||||
|
@ -206,8 +206,8 @@ importers:
|
|||
|
||||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/svelte': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
svelte: ^3.47.0
|
||||
dependencies:
|
||||
svelte: 3.47.0
|
||||
|
@ -217,8 +217,8 @@ importers:
|
|||
|
||||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/vue': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
vue: ^3.2.31
|
||||
dependencies:
|
||||
vue: 3.2.31
|
||||
|
@ -228,14 +228,14 @@ importers:
|
|||
|
||||
examples/integrations-playground:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@astrojs/partytown': ^0.1.1-beta.0
|
||||
'@astrojs/lit': ^0.1.0
|
||||
'@astrojs/partytown': ^0.1.1
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/sitemap': ^0.1.0
|
||||
'@astrojs/tailwind': ^0.1.0
|
||||
'@astrojs/turbolinks': ^0.0.2
|
||||
'@astrojs/tailwind': ^0.1.1
|
||||
'@astrojs/turbolinks': ^0.1.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
lit: ^2.2.2
|
||||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
|
@ -263,20 +263,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/preact': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
sass: ^1.50.0
|
||||
dependencies:
|
||||
|
@ -288,9 +288,9 @@ importers:
|
|||
|
||||
examples/ssr:
|
||||
specifiers:
|
||||
'@astrojs/node': ^0.0.2
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/node': ^0.1.0
|
||||
'@astrojs/svelte': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
concurrently: ^7.1.0
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.47.0
|
||||
|
@ -309,14 +309,14 @@ importers:
|
|||
|
||||
examples/starter:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
sass: ^1.50.0
|
||||
|
@ -331,11 +331,11 @@ importers:
|
|||
examples/with-markdown:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.8.1
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/preact': ^0.1.0
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/svelte': ^0.1.0
|
||||
'@astrojs/vue': ^0.1.0
|
||||
astro: ^1.0.0-beta.6
|
||||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
@ -358,7 +358,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.8.1
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -376,22 +376,22 @@ importers:
|
|||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.8.1
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/with-nanostores:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/preact': ^0.1.0
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/solid-js': ^0.0.4-beta.0
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
'@astrojs/solid-js': ^0.1.0
|
||||
'@astrojs/svelte': ^0.1.0
|
||||
'@astrojs/vue': ^0.1.0
|
||||
'@nanostores/preact': ^0.1.3
|
||||
'@nanostores/react': ^0.1.5
|
||||
'@nanostores/vue': ^0.4.1
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.1
|
||||
react: ^18.0.0
|
||||
|
@ -418,8 +418,8 @@ importers:
|
|||
|
||||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.1.0
|
||||
astro: ^1.0.0-beta.5
|
||||
'@astrojs/tailwind': ^0.1.1
|
||||
astro: ^1.0.0-beta.6
|
||||
autoprefixer: ^10.4.4
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.12
|
||||
|
@ -434,7 +434,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.5
|
||||
astro: ^1.0.0-beta.6
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.2
|
||||
devDependencies:
|
||||
|
|
Loading…
Reference in a new issue