[ci] release (#2969)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e425f896b6
commit
7fe149ae43
60 changed files with 231 additions and 287 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Allow components to return a Response
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
`--experimental-ssr` now is only required when using a 3rd-party adapter
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
"astro": minor
|
||||
---
|
||||
|
||||
Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md)
|
||||
|
||||
- New Markdown API
|
||||
- New `Astro.glob()` API
|
||||
- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`)
|
||||
|
||||
```diff
|
||||
// v0.25
|
||||
- let allPosts = Astro.fetchContent('./posts/*.md');
|
||||
// v0.26+
|
||||
+ let allPosts = await Astro.glob('./posts/*.md');
|
||||
```
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
|
||||
Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `<style global>` to `<style is:global>`
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Improve `Astro.slots` API to support passing arguments to function-based slots.
|
||||
|
||||
This allows for more ergonomic utility components that accept a callback function as a child.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/react': minor
|
||||
---
|
||||
|
||||
Add support for React v18
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes non-GET API routes in dev with Node 14
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
---
|
||||
|
||||
Implements the Astro.request RFC
|
|
@ -1,61 +0,0 @@
|
|||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"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.25.4",
|
||||
"@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/lit": "0.0.2",
|
||||
"@astrojs/netlify": "0.0.2",
|
||||
"@astrojs/node": "0.0.2",
|
||||
"@astrojs/partytown": "0.0.2",
|
||||
"@astrojs/preact": "0.0.2",
|
||||
"@astrojs/react": "0.0.2",
|
||||
"@astrojs/sitemap": "0.0.2",
|
||||
"@astrojs/solid-js": "0.0.3",
|
||||
"@astrojs/svelte": "0.0.2",
|
||||
"@astrojs/tailwind": "0.0.2",
|
||||
"@astrojs/turbolinks": "0.0.2",
|
||||
"@astrojs/vue": "0.0.2",
|
||||
"@astrojs/markdown-remark": "0.7.0",
|
||||
"@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": []
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Update CLI error format and style
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/deno': patch
|
||||
---
|
||||
|
||||
Add a Deno adapter for SSR
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix for copying public when using SSR and not client JS
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@astrojs/sitemap': patch
|
||||
---
|
||||
|
||||
Add new sitemap configuration options:
|
||||
- `filter`: filter pages to include in your sitemap
|
||||
- `canonicalURL`: override your astro.config `site` with a custom base URL
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
---
|
||||
|
||||
Adds an option to opt-out of the default base styles for the Tailwind integration
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
'astro': minor
|
||||
'@astrojs/deno': minor
|
||||
'@astrojs/netlify': minor
|
||||
'@astrojs/partytown': minor
|
||||
'@astrojs/sitemap': minor
|
||||
'@astrojs/tailwind': minor
|
||||
'@astrojs/markdown-remark': minor
|
||||
---
|
||||
|
||||
Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^0.25.4",
|
||||
"astro": "^0.26.0",
|
||||
"sass": "^1.49.11"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.0"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/solid-js": "^0.0.3",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.0"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^0.0.3",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.3.13"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.46.6"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.31"
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.0.2",
|
||||
"@astrojs/partytown": "^0.0.2",
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"@astrojs/sitemap": "^0.0.2",
|
||||
"@astrojs/tailwind": "^0.0.2",
|
||||
"@astrojs/partytown": "^0.1.0",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/sitemap": "^0.1.0",
|
||||
"@astrojs/tailwind": "^0.1.0",
|
||||
"@astrojs/turbolinks": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"astro": "^0.25.4",
|
||||
"astro": "^0.26.0",
|
||||
"sass": "^1.49.11"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/node": "^0.0.2",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"astro": "^0.25.4",
|
||||
"astro": "^0.26.0",
|
||||
"concurrently": "^7.1.0",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"astro": "^0.25.4",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"astro": "^0.26.0",
|
||||
"sass": "^1.49.11"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.7.0",
|
||||
"astro": "^0.25.4",
|
||||
"@astrojs/markdown-remark": "^0.8.0",
|
||||
"astro": "^0.26.0",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.7.0",
|
||||
"astro": "^0.25.4"
|
||||
"@astrojs/markdown-remark": "^0.8.0",
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.7.0",
|
||||
"@astrojs/markdown-remark": "^0.8.0",
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.0",
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.0.2",
|
||||
"@astrojs/react": "^0.0.2",
|
||||
"@astrojs/react": "^0.1.0",
|
||||
"@astrojs/solid-js": "^0.0.3",
|
||||
"@astrojs/svelte": "^0.0.2",
|
||||
"@astrojs/vue": "^0.0.2",
|
||||
"astro": "^0.25.4"
|
||||
"astro": "^0.26.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^0.0.2",
|
||||
"astro": "^0.25.4",
|
||||
"@astrojs/tailwind": "^0.1.0",
|
||||
"astro": "^0.26.0",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.12",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.25.4",
|
||||
"astro": "^0.26.0",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.2"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,51 @@
|
|||
# astro
|
||||
|
||||
## 0.26.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md)
|
||||
|
||||
- New Markdown API
|
||||
- New `Astro.glob()` API
|
||||
- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`)
|
||||
|
||||
```diff
|
||||
// v0.25
|
||||
- let allPosts = Astro.fetchContent('./posts/*.md');
|
||||
// v0.26+
|
||||
+ let allPosts = await Astro.glob('./posts/*.md');
|
||||
```
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `<style global>` to `<style is:global>`
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Implements the Astro.request RFC
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Allow components to return a Response
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - `--experimental-ssr` now is only required when using a 3rd-party adapter
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve `Astro.slots` API to support passing arguments to function-based slots.
|
||||
|
||||
This allows for more ergonomic utility components that accept a callback function as a child.
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fixes non-GET API routes in dev with Node 14
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update CLI error format and style
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add a Deno adapter for SSR
|
||||
|
||||
* [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix for copying public when using SSR and not client JS
|
||||
|
||||
* Updated dependencies [[`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee)]:
|
||||
- @astrojs/markdown-remark@0.8.0
|
||||
|
||||
## 0.25.4
|
||||
|
||||
### Patch Changes
|
||||
|
@ -53,7 +99,7 @@
|
|||
import netlify from '@astrojs/netlify/functions';
|
||||
|
||||
export default defineConfig({
|
||||
adapter: netlify(),
|
||||
adapter: netlify(),
|
||||
});
|
||||
```
|
||||
|
||||
|
@ -73,7 +119,7 @@
|
|||
import nodejs from '@astrojs/node';
|
||||
|
||||
export default {
|
||||
adapter: nodejs(),
|
||||
adapter: nodejs(),
|
||||
};
|
||||
```
|
||||
|
||||
|
@ -133,7 +179,7 @@
|
|||
import nodejs from '@astrojs/node';
|
||||
|
||||
export default {
|
||||
adapter: nodejs(),
|
||||
adapter: nodejs(),
|
||||
};
|
||||
```
|
||||
|
||||
|
@ -229,7 +275,7 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
renderers: [],
|
||||
renderers: [],
|
||||
});
|
||||
```
|
||||
|
||||
|
@ -267,9 +313,9 @@
|
|||
|
||||
```json
|
||||
{
|
||||
"scripts": {
|
||||
"build": "astro build --legacy-build"
|
||||
}
|
||||
"scripts": {
|
||||
"build": "astro build --legacy-build"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -289,7 +335,7 @@
|
|||
|
||||
```ts
|
||||
if (Astro.slots.has('default')) {
|
||||
const content = await Astro.slots.render('default');
|
||||
const content = await Astro.slots.render('default');
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -373,7 +419,7 @@
|
|||
|
||||
```ts
|
||||
if (Astro.slots.has('default')) {
|
||||
const content = await Astro.slots.render('default');
|
||||
const content = await Astro.slots.render('default');
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -397,9 +443,9 @@
|
|||
|
||||
```json
|
||||
{
|
||||
"scripts": {
|
||||
"build": "astro build --legacy-build"
|
||||
}
|
||||
"scripts": {
|
||||
"build": "astro build --legacy-build"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -511,12 +557,12 @@
|
|||
```typescript
|
||||
// src/pages/company.json.ts
|
||||
export async function get() {
|
||||
return {
|
||||
body: JSON.stringify({
|
||||
name: 'Astro Technology Company',
|
||||
url: 'https://astro.build/',
|
||||
}),
|
||||
};
|
||||
return {
|
||||
body: JSON.stringify({
|
||||
name: 'Astro Technology Company',
|
||||
url: 'https://astro.build/',
|
||||
}),
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -678,12 +724,12 @@
|
|||
```typescript
|
||||
// src/pages/company.json.ts
|
||||
export async function get() {
|
||||
return {
|
||||
body: JSON.stringify({
|
||||
name: 'Astro Technology Company',
|
||||
url: 'https://astro.build/',
|
||||
}),
|
||||
};
|
||||
return {
|
||||
body: JSON.stringify({
|
||||
name: 'Astro Technology Company',
|
||||
url: 'https://astro.build/',
|
||||
}),
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -2038,10 +2084,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
|
||||
```js
|
||||
export default {
|
||||
markdownOptions: {
|
||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||
},
|
||||
markdownOptions: {
|
||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
@ -2061,10 +2107,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
|
||||
```js
|
||||
export default {
|
||||
name: '@matthewp/my-renderer',
|
||||
server: './server.js',
|
||||
client: './client.js',
|
||||
hydrationPolyfills: ['./my-polyfill.js'],
|
||||
name: '@matthewp/my-renderer',
|
||||
server: './server.js',
|
||||
client: './client.js',
|
||||
hydrationPolyfills: ['./my-polyfill.js'],
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.25.4",
|
||||
"version": "0.26.0",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.14.1",
|
||||
"@astrojs/language-server": "^0.13.3",
|
||||
"@astrojs/markdown-remark": "^0.7.0",
|
||||
"@astrojs/markdown-remark": "^0.8.0",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
"@astrojs/webapi": "^0.11.0",
|
||||
"@babel/core": "^7.17.8",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @astrojs/node
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add a Deno adapter for SSR
|
||||
|
||||
## 0.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/deno",
|
||||
"description": "Deploy your site to a Deno server",
|
||||
"version": "0.0.2-next.0",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/netlify
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
@ -13,6 +19,6 @@
|
|||
import netlify from '@astrojs/netlify/functions';
|
||||
|
||||
export default defineConfig({
|
||||
adapter: netlify(),
|
||||
adapter: netlify(),
|
||||
});
|
||||
```
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/netlify",
|
||||
"description": "Deploy your site to Netlify",
|
||||
"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.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/partytown",
|
||||
"description": "Astro + Partytown integration",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/react
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add support for React v18
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/react",
|
||||
"description": "Use React components within Astro",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# @astrojs/sitemap
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add new sitemap configuration options:
|
||||
- `filter`: filter pages to include in your sitemap
|
||||
- `canonicalURL`: override your astro.config `site` with a custom base URL
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/sitemap",
|
||||
"description": "Generate a sitemap for Astro",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @astrojs/tailwind
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Adds an option to opt-out of the default base styles for the Tailwind integration
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Tailwind + Astro Integrations",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/markdown-remark
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [`e425f896`](https://github.com/withastro/astro/commit/e425f896b668d98033ad3b998b50c1f28bc7f6ee) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -187,10 +193,10 @@
|
|||
|
||||
```js
|
||||
export default {
|
||||
markdownOptions: {
|
||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||
},
|
||||
markdownOptions: {
|
||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-remark",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -44,7 +44,7 @@ importers:
|
|||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
dependencies:
|
||||
preact: 10.7.0
|
||||
|
@ -55,7 +55,7 @@ importers:
|
|||
examples/blog-multiple-authors:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
sass: ^1.49.11
|
||||
dependencies:
|
||||
|
@ -67,14 +67,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -86,11 +86,11 @@ importers:
|
|||
specifiers:
|
||||
'@algolia/client-search': ^4.13.0
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/react': ^0.0.2
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@docsearch/css': ^3.0.0
|
||||
'@docsearch/react': ^3.0.0
|
||||
'@types/react': ^17.0.43
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
@ -109,13 +109,13 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -123,7 +123,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
lit: ^2.2.1
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -136,12 +136,12 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/react': ^0.0.2
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/solid-js': ^0.0.3
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
lit: ^2.2.1
|
||||
preact: ^10.7.0
|
||||
react: ^18.0.0
|
||||
|
@ -170,7 +170,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
dependencies:
|
||||
preact: 10.7.0
|
||||
|
@ -180,8 +180,8 @@ importers:
|
|||
|
||||
examples/framework-react:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
'@astrojs/react': ^0.1.0
|
||||
astro: ^0.26.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
dependencies:
|
||||
|
@ -194,7 +194,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.0.3
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
solid-js: ^1.3.13
|
||||
dependencies:
|
||||
solid-js: 1.3.13
|
||||
|
@ -205,7 +205,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
svelte: ^3.46.6
|
||||
dependencies:
|
||||
svelte: 3.46.6
|
||||
|
@ -216,7 +216,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
vue: ^3.2.31
|
||||
dependencies:
|
||||
vue: 3.2.31
|
||||
|
@ -227,13 +227,13 @@ importers:
|
|||
examples/integrations-playground:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.0.2
|
||||
'@astrojs/partytown': ^0.0.2
|
||||
'@astrojs/react': ^0.0.2
|
||||
'@astrojs/sitemap': ^0.0.2
|
||||
'@astrojs/tailwind': ^0.0.2
|
||||
'@astrojs/partytown': ^0.1.0
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/sitemap': ^0.1.0
|
||||
'@astrojs/tailwind': ^0.1.0
|
||||
'@astrojs/turbolinks': ^0.0.2
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
lit: ^2.2.1
|
||||
preact: ^10.7.0
|
||||
react: ^18.0.0
|
||||
|
@ -261,20 +261,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
sass: ^1.49.11
|
||||
dependencies:
|
||||
|
@ -288,7 +288,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/node': ^0.0.2
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
concurrently: ^7.1.0
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.46.6
|
||||
|
@ -307,14 +307,14 @@ importers:
|
|||
|
||||
examples/starter:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
'@astrojs/react': ^0.1.0
|
||||
astro: ^0.26.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
sass: ^1.49.11
|
||||
|
@ -328,12 +328,12 @@ importers:
|
|||
|
||||
examples/with-markdown:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.7.0
|
||||
'@astrojs/markdown-remark': ^0.8.0
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/react': ^0.0.2
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
preact: ^10.7.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
@ -355,8 +355,8 @@ importers:
|
|||
|
||||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.7.0
|
||||
astro: ^0.25.4
|
||||
'@astrojs/markdown-remark': ^0.8.0
|
||||
astro: ^0.26.0
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -373,8 +373,8 @@ importers:
|
|||
|
||||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.7.0
|
||||
astro: ^0.25.4
|
||||
'@astrojs/markdown-remark': ^0.8.0
|
||||
astro: ^0.26.0
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
@ -382,14 +382,14 @@ importers:
|
|||
examples/with-nanostores:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.0.2
|
||||
'@astrojs/react': ^0.0.2
|
||||
'@astrojs/react': ^0.1.0
|
||||
'@astrojs/solid-js': ^0.0.3
|
||||
'@astrojs/svelte': ^0.0.2
|
||||
'@astrojs/vue': ^0.0.2
|
||||
'@nanostores/preact': ^0.1.3
|
||||
'@nanostores/react': ^0.1.5
|
||||
'@nanostores/vue': ^0.4.1
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.0
|
||||
react: ^18.0.0
|
||||
|
@ -416,8 +416,8 @@ importers:
|
|||
|
||||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.0.2
|
||||
astro: ^0.25.4
|
||||
'@astrojs/tailwind': ^0.1.0
|
||||
astro: ^0.26.0
|
||||
autoprefixer: ^10.4.4
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.12
|
||||
|
@ -432,7 +432,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^0.25.4
|
||||
astro: ^0.26.0
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.2
|
||||
devDependencies:
|
||||
|
@ -444,7 +444,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/compiler': ^0.14.1
|
||||
'@astrojs/language-server': ^0.13.3
|
||||
'@astrojs/markdown-remark': ^0.7.0
|
||||
'@astrojs/markdown-remark': ^0.8.0
|
||||
'@astrojs/prism': 0.4.1
|
||||
'@astrojs/webapi': ^0.11.0
|
||||
'@babel/core': ^7.17.8
|
||||
|
|
Loading…
Reference in a new issue