Astro 1.0.0 (#4214)
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
63d43e1754
commit
9f067dca27
77 changed files with 406 additions and 192 deletions
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
"react-dom": "^18.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/alpinejs": "^3.7.0",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.10.2"
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.3.2",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/lit": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"@astrojs/solid-js": "^0.4.1",
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"@astrojs/vue": "^0.5.0",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"@astrojs/solid-js": "^1.0.0",
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"@astrojs/vue": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"@types/react": "^18.0.10",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^0.4.1",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/solid-js": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.4.3"
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.48.0"
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^0.5.0",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/vue": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"astro": "^1.0.0",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"server": "node server/server.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/node": "^0.2.1",
|
||||
"@astrojs/svelte": "^0.5.1",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"@astrojs/node": "^1.0.0",
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"astro": "^1.0.0",
|
||||
"concurrently": "^7.2.1",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.4.3",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.14.1",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"astro": "^1.0.0",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.14.1",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.8.0",
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"@astrojs/mdx": "^0.8.1",
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"astro": "^1.0.0",
|
||||
"preact": "^10.6.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"preact": "^10.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.5.2",
|
||||
"astro": "^1.0.0-rc.8"
|
||||
"@astrojs/preact": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^0.2.5",
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"@astrojs/tailwind": "^1.0.0",
|
||||
"astro": "^1.0.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"astro": "^1.0.0",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-rc.8",
|
||||
"astro": "^1.0.0",
|
||||
"vitest": "^0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -65,15 +65,13 @@
|
|||
]
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"@changesets/cli@2.23.0": "patches/@changesets__cli@2.23.0.patch",
|
||||
"@changesets/assemble-release-plan@5.1.3": "patches/@changesets__assemble-release-plan@5.1.3.patch"
|
||||
"@changesets/cli@2.23.0": "patches/@changesets__cli@2.23.0.patch"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/assemble-release-plan": "5.1.3",
|
||||
"@changesets/changelog-github": "0.4.4",
|
||||
"@changesets/cli": "2.23.0",
|
||||
"@octokit/action": "^3.18.1",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/prism
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/prism",
|
||||
"version": "0.7.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Supports Prism highlighting in Astro projects",
|
||||
"author": "withastro",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/rss
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/rss",
|
||||
"description": "Add RSS feeds to your Astro projects",
|
||||
"version": "0.2.2",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,39 @@
|
|||
# astro
|
||||
|
||||
## 1.0.0
|
||||
|
||||
> Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
> **Note**
|
||||
> If you need help migrating an existing Astro project to the new Astro v1.0, check out our updated [Migration Guide](https://docs.astro.build/en/migrate/) and [full documentation website](https://docs.astro.build/).
|
||||
|
||||
### Features
|
||||
|
||||
Astro v1.0 includes a few new features and improvements since our original beta announcement back in April, including:
|
||||
|
||||
- [SSR Builds](https://docs.astro.build/en/guides/server-side-rendering/): Server output is now stable and available for production use.
|
||||
- [Image Optimization](https://docs.astro.build/en/guides/integrations-guide/image/): New `<Image />` and `<Picture />` components available with [`@astrojs/image`](https://docs.astro.build/en/guides/integrations-guide/image/).
|
||||
- [MDX Support](https://docs.astro.build/en/guides/integrations-guide/mdx/): A standard syntax for mixing UI components in Markdown is available with [`@astrojs/mdx`](https://docs.astro.build/en/guides/integrations-guide/mdx/).
|
||||
- [Vite 3.0](https://vitejs.dev/blog/announcing-vite3.html): An upgrade to our internal build engine, Vite.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- `Astro.canonicalURL` has been deprecated. Please use [`Astro.url`](https://docs.astro.build/en/reference/api-reference/#astrourl) to construct your own canonical URL.
|
||||
- [CSS Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) is now preserved for scoped styles. See the [migration guide](https://docs.astro.build/en/migrate/#changed-scoped-css-specificity) for more details.
|
||||
> **Warning**
|
||||
> Please visually inspect your site output to make sure everything is styled as expected. If not, find your scoped style and increase the selector specificity manually to match the old behavior.
|
||||
- Components and JSX in Markdown has been deprecated. For long-term support you should migrate to the [`@astrojs/mdx`](https://docs.astro.build/en/guides/integrations-guide/mdx/) integration. See the [migration guide](https://docs.astro.build/en/migrate/#deprecated-components-and-jsx-in-markdown) for more details.
|
||||
- The previously deprecated `<Markdown>` component has been removed. It is now available as a separate package, [`@astrojs/markdown-component`](https://github.com/withastro/astro/tree/main/packages/markdown/component).
|
||||
|
||||
If you are coming from v0.25 or earlier, make sure you have read and followed the [v0.26 Migration Guide](https://docs.astro.build/en/migrate/#migrate-to-v026), which contained several major breaking changes.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/markdown-remark@1.0.0
|
||||
- @astrojs/telemetry@1.0.0
|
||||
- @astrojs/webapi@1.0.0
|
||||
|
||||
## 1.0.0-rc.8
|
||||
|
||||
### Patch Changes
|
||||
|
@ -416,7 +450,17 @@ The **Astro v1.0.0 Release Candidate** comes includes new features, tons of bug
|
|||
Astro supports streaming in its templates. Any time Astro encounters an async boundary it will stream out HTML that occurs before it. For example:
|
||||
|
||||
```astro
|
||||
|
||||
---
|
||||
import LoadTodos from '../components/LoadTodos.astro';
|
||||
---
|
||||
<html>
|
||||
<head>
|
||||
<title>App</title>
|
||||
</head>
|
||||
<body>
|
||||
<LoadTodos />
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
In this arbtrary example Astro will streaming out the `<head>` section and everything else until it encounters `<LoadTodos />` and then stop. LoadTodos, which is also an Astro component will stream its contents as well; stopping and waiting at any other asynchronous components.
|
||||
|
@ -424,7 +468,15 @@ The **Astro v1.0.0 Release Candidate** comes includes new features, tons of bug
|
|||
As part of this Astro also now supports async iterables within its templates. This means you can do this:
|
||||
|
||||
```astro
|
||||
|
||||
<ul>
|
||||
{(async function* () {
|
||||
for (const number of numbers) {
|
||||
await wait(1000);
|
||||
yield <li>Number: {number}</li>;
|
||||
yield '\n';
|
||||
}
|
||||
})()}
|
||||
</ul>
|
||||
```
|
||||
|
||||
Which will stream out `<li>`s one at a time, waiting a second between each.
|
||||
|
@ -2565,7 +2617,9 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):
|
||||
|
||||
```astro
|
||||
|
||||
<script hoist>
|
||||
// Anything goes here!
|
||||
</script>
|
||||
```
|
||||
|
||||
- Updated dependencies [5d2ea578]
|
||||
|
@ -2607,10 +2661,6 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
- f9cd0310: Improve schema validation using zod
|
||||
- efb41f22: Add `<Debug>` component for JavaScript-free client-side debugging.
|
||||
|
||||
```astro
|
||||
|
||||
```
|
||||
|
||||
## 0.19.2
|
||||
|
||||
### Patch Changes
|
||||
|
@ -2658,11 +2708,7 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
<img src="../images/penguin.png" />
|
||||
```
|
||||
|
||||
The above will be sent to the browser as-is and the browser will resolve it relative to the current **page**. If you want it to be resolved relative to the .astro file you are working in, use `Astro.resolve`:
|
||||
|
||||
```astro
|
||||
|
||||
```
|
||||
The above will be sent to the browser as-is and the browser will resolve it relative to the current **page**. If you want it to be resolved relative to the .astro file you are working in, use `Astro.resolve`.
|
||||
|
||||
- 239065e2: Adds support for client:only hydrator
|
||||
|
||||
|
@ -2749,10 +2795,6 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
|
||||
The above will be sent to the browser as-is and the browser will resolve it relative to the current **page**. If you want it to be resolved relative to the .astro file you are working in, use `Astro.resolve`:
|
||||
|
||||
```astro
|
||||
|
||||
```
|
||||
|
||||
## 0.19.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
@ -3077,22 +3119,14 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
|||
|
||||
- 1b73f95: Only show the buildOptions.site notice if not already set
|
||||
- fb78b76: Improve error handling for unsupported Node versions
|
||||
- d93f768: Add support for components defined in Frontmatter. Previously, the following code would throw an error. Now it is officially supported!
|
||||
|
||||
```astro
|
||||
|
||||
```
|
||||
- d93f768: Add support for components defined in Frontmatter.
|
||||
|
||||
## 0.17.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1e01251: Fixes bug with React renderer that would not hydrate correctly
|
||||
- 42a6ace: Add support for components defined in Frontmatter. Previously, the following code would throw an error. Now it is officially supported!
|
||||
|
||||
```astro
|
||||
|
||||
```
|
||||
- 42a6ace: Add support for components defined in Frontmatter.
|
||||
|
||||
- Updated dependencies [1e01251]
|
||||
- @astrojs/renderer-react@0.1.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.0.0-rc.8",
|
||||
"version": "1.0.0",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
@ -88,9 +88,9 @@
|
|||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.23.1",
|
||||
"@astrojs/language-server": "^0.20.0",
|
||||
"@astrojs/markdown-remark": "^0.14.1",
|
||||
"@astrojs/telemetry": "^0.4.1",
|
||||
"@astrojs/webapi": "^0.12.0",
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"@astrojs/telemetry": "^1.0.0",
|
||||
"@astrojs/webapi": "^1.0.0",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/generator": "^7.18.2",
|
||||
"@babel/parser": "^7.18.4",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# create-astro
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.15.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "0.15.1",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/cloudflare
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -50,7 +58,7 @@
|
|||
The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
|
||||
|
||||
```astro
|
||||
|
||||
<div>Your address {Astro.clientAddress}</div>
|
||||
```
|
||||
|
||||
This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/cloudflare",
|
||||
"description": "Deploy your site to cloudflare pages functions",
|
||||
"version": "0.5.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/deno",
|
||||
"description": "Deploy your site to a Deno server",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/lit
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/lit",
|
||||
"version": "0.3.2",
|
||||
"version": "1.0.0",
|
||||
"description": "Use Lit components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @astrojs/mdx
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/prism@1.0.0
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/mdx",
|
||||
"description": "Use MDX within Astro",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"test": "mocha --exit --timeout 20000"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/prism": "^0.7.0",
|
||||
"@astrojs/prism": "^1.0.0",
|
||||
"@mdx-js/mdx": "^2.1.2",
|
||||
"@mdx-js/rollup": "^2.1.1",
|
||||
"acorn": "^8.8.0",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# @astrojs/netlify
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/webapi@1.0.0
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/netlify",
|
||||
"description": "Deploy your site to Netlify",
|
||||
"version": "0.5.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"test": "npm run test-fn"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^0.12.0",
|
||||
"@astrojs/webapi": "^1.0.0",
|
||||
"esbuild": "^0.14.43"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# @astrojs/node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/webapi@1.0.0
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/node",
|
||||
"description": "Deploy your site to a Node.js server",
|
||||
"version": "0.2.1",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"test": "mocha --exit --timeout 20000 test/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^0.12.0"
|
||||
"@astrojs/webapi": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/partytown
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/partytown",
|
||||
"description": "Astro + Partytown integration",
|
||||
"version": "0.1.9",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/preact
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "0.5.2",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/react
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/react",
|
||||
"description": "Use React components within Astro",
|
||||
"version": "0.4.3",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/sitemap
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/sitemap",
|
||||
"description": "Generate a sitemap for Astro",
|
||||
"version": "0.3.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/solid-js
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/solid-js",
|
||||
"version": "0.4.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Use Solid components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/svelte
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/svelte",
|
||||
"version": "0.5.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/tailwind
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Tailwind + Astro Integrations",
|
||||
"version": "0.2.5",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# @astrojs/vercel
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/webapi@1.0.0
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/vercel",
|
||||
"description": "Deploy your site to Vercel",
|
||||
"version": "0.4.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"test": "mocha --exit --timeout 20000 test/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/webapi": "^0.12.0",
|
||||
"@astrojs/webapi": "^1.0.0",
|
||||
"@vercel/nft": "^0.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/vue
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/vue",
|
||||
"version": "0.5.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Use Vue components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/markdown-component
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-component",
|
||||
"version": "0.2.1",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# @astrojs/markdown-remark
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/prism@1.0.0
|
||||
|
||||
## 0.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-remark",
|
||||
"version": "0.14.1",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/micromark-extension-mdx-jsx": "^1.0.3",
|
||||
"@astrojs/prism": "^0.7.0",
|
||||
"@astrojs/prism": "^1.0.0",
|
||||
"acorn": "^8.7.1",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
"github-slugger": "^1.4.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/telemetry
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/telemetry",
|
||||
"version": "0.4.1",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astrojs/webapi
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308) - > Astro v1.0 is out! Read the [official announcement post](https://astro.build/blog/astro-1/).
|
||||
|
||||
**No breaking changes**. This package is now officially stable and compatible with `astro@1.0.0`!
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/webapi",
|
||||
"description": "Use Web APIs in Node",
|
||||
"version": "0.12.0",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
diff --git a/dist/assemble-release-plan.cjs.dev.js b/dist/assemble-release-plan.cjs.dev.js
|
||||
index f05ea74cd2a76884ed8a754e821775003af63764..de0b7fe8d53ffad29cae2de145042b9b8376625c 100644
|
||||
--- a/dist/assemble-release-plan.cjs.dev.js
|
||||
+++ b/dist/assemble-release-plan.cjs.dev.js
|
||||
@@ -65,6 +65,9 @@ function incrementVersion(release, preInfo) {
|
||||
}
|
||||
|
||||
let version = semver.inc(release.oldVersion, release.type);
|
||||
+ if (release.name === 'astro') {
|
||||
+ version = semver.inc(release.oldVersion, 'prerelease');
|
||||
+ }
|
||||
|
||||
if (preInfo !== undefined && preInfo.state.mode !== "exit") {
|
||||
let preVersion = preInfo.preVersions.get(release.name);
|
126
pnpm-lock.yaml
126
pnpm-lock.yaml
|
@ -6,16 +6,12 @@ patchedDependencies:
|
|||
'@changesets/cli@2.23.0':
|
||||
hash: kcozqtpxuwjzskw6zg5royevn4
|
||||
path: patches/@changesets__cli@2.23.0.patch
|
||||
'@changesets/assemble-release-plan@5.1.3':
|
||||
hash: t3ywtunilq53oqooixy7kemkoi
|
||||
path: patches/@changesets__assemble-release-plan@5.1.3.patch
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
specifiers:
|
||||
'@astrojs/webapi': workspace:*
|
||||
'@changesets/assemble-release-plan': 5.1.3
|
||||
'@changesets/changelog-github': 0.4.4
|
||||
'@changesets/cli': 2.23.0
|
||||
'@octokit/action': ^3.18.1
|
||||
|
@ -38,7 +34,6 @@ importers:
|
|||
dependencies:
|
||||
'@astrojs/webapi': link:packages/webapi
|
||||
devDependencies:
|
||||
'@changesets/assemble-release-plan': 5.1.3_t3ywtunilq53oqooixy7kemkoi
|
||||
'@changesets/changelog-github': 0.4.4
|
||||
'@changesets/cli': 2.23.0_kcozqtpxuwjzskw6zg5royevn4
|
||||
'@octokit/action': 3.18.1
|
||||
|
@ -61,14 +56,14 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/preact': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.10.1
|
||||
|
@ -78,14 +73,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -96,12 +91,12 @@ importers:
|
|||
examples/docs:
|
||||
specifiers:
|
||||
'@algolia/client-search': ^4.13.1
|
||||
'@astrojs/preact': ^0.5.2
|
||||
'@astrojs/react': ^0.4.3
|
||||
'@astrojs/preact': ^1.0.0
|
||||
'@astrojs/react': ^1.0.0
|
||||
'@docsearch/css': ^3.1.0
|
||||
'@docsearch/react': ^3.1.0
|
||||
'@types/react': ^17.0.45
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -120,7 +115,7 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -128,7 +123,7 @@ importers:
|
|||
specifiers:
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
dependencies:
|
||||
alpinejs: 3.10.3
|
||||
devDependencies:
|
||||
|
@ -137,9 +132,9 @@ importers:
|
|||
|
||||
examples/framework-lit:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.3.2
|
||||
'@astrojs/lit': ^1.0.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -150,12 +145,12 @@ importers:
|
|||
|
||||
examples/framework-multiple:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
'@astrojs/react': ^0.4.3
|
||||
'@astrojs/solid-js': ^0.4.1
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
'@astrojs/vue': ^0.5.0
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/preact': ^1.0.0
|
||||
'@astrojs/react': ^1.0.0
|
||||
'@astrojs/solid-js': ^1.0.0
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
'@astrojs/vue': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -179,8 +174,8 @@ importers:
|
|||
|
||||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/preact': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.10.1
|
||||
|
@ -190,10 +185,10 @@ importers:
|
|||
|
||||
examples/framework-react:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.4.3
|
||||
'@astrojs/react': ^1.0.0
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -207,8 +202,8 @@ importers:
|
|||
|
||||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.4.1
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/solid-js': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
solid-js: 1.4.8
|
||||
|
@ -218,8 +213,8 @@ importers:
|
|||
|
||||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
svelte: 3.49.0
|
||||
|
@ -229,8 +224,8 @@ importers:
|
|||
|
||||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.5.0
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/vue': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
@ -240,20 +235,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/preact': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
preact: ^10.7.3
|
||||
sass: ^1.52.2
|
||||
dependencies:
|
||||
|
@ -265,9 +260,9 @@ importers:
|
|||
|
||||
examples/ssr:
|
||||
specifiers:
|
||||
'@astrojs/node': ^0.2.1
|
||||
'@astrojs/svelte': ^0.5.1
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/node': ^1.0.0
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
concurrently: ^7.2.1
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.48.0
|
||||
|
@ -286,8 +281,8 @@ importers:
|
|||
|
||||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.4.3
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/react': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -299,8 +294,8 @@ importers:
|
|||
|
||||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.14.1
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -317,17 +312,17 @@ importers:
|
|||
|
||||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.14.1
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/with-mdx:
|
||||
specifiers:
|
||||
'@astrojs/mdx': ^0.8.0
|
||||
'@astrojs/preact': ^0.5.2
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/mdx': ^0.8.1
|
||||
'@astrojs/preact': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
preact: ^10.6.5
|
||||
devDependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -337,9 +332,9 @@ importers:
|
|||
|
||||
examples/with-nanostores:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.5.2
|
||||
'@astrojs/preact': ^1.0.0
|
||||
'@nanostores/preact': ^0.1.3
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
|
@ -352,8 +347,8 @@ importers:
|
|||
|
||||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.2.5
|
||||
astro: ^1.0.0-rc.8
|
||||
'@astrojs/tailwind': ^1.0.0
|
||||
astro: ^1.0.0
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -368,7 +363,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
devDependencies:
|
||||
|
@ -378,7 +373,7 @@ importers:
|
|||
|
||||
examples/with-vitest:
|
||||
specifiers:
|
||||
astro: ^1.0.0-rc.8
|
||||
astro: ^1.0.0
|
||||
vitest: ^0.20.3
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
@ -388,9 +383,9 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/compiler': ^0.23.1
|
||||
'@astrojs/language-server': ^0.20.0
|
||||
'@astrojs/markdown-remark': ^0.14.1
|
||||
'@astrojs/telemetry': ^0.4.1
|
||||
'@astrojs/webapi': ^0.12.0
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
'@astrojs/telemetry': ^1.0.0
|
||||
'@astrojs/webapi': ^1.0.0
|
||||
'@babel/core': ^7.18.2
|
||||
'@babel/generator': ^7.18.2
|
||||
'@babel/parser': ^7.18.4
|
||||
|
@ -2189,7 +2184,7 @@ importers:
|
|||
|
||||
packages/integrations/mdx:
|
||||
specifiers:
|
||||
'@astrojs/prism': ^0.7.0
|
||||
'@astrojs/prism': ^1.0.0
|
||||
'@mdx-js/mdx': ^2.1.2
|
||||
'@mdx-js/rollup': ^2.1.1
|
||||
'@types/chai': ^4.3.1
|
||||
|
@ -2278,7 +2273,7 @@ importers:
|
|||
|
||||
packages/integrations/netlify:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^0.12.0
|
||||
'@astrojs/webapi': ^1.0.0
|
||||
'@netlify/edge-handler-types': ^0.34.1
|
||||
'@netlify/functions': ^1.0.0
|
||||
'@types/node': ^14.18.20
|
||||
|
@ -2327,7 +2322,7 @@ importers:
|
|||
|
||||
packages/integrations/node:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^0.12.0
|
||||
'@astrojs/webapi': ^1.0.0
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
node-mocks-http: ^1.11.0
|
||||
|
@ -2503,7 +2498,7 @@ importers:
|
|||
|
||||
packages/integrations/vercel:
|
||||
specifiers:
|
||||
'@astrojs/webapi': ^0.12.0
|
||||
'@astrojs/webapi': ^1.0.0
|
||||
'@vercel/nft': ^0.18.2
|
||||
astro: workspace:*
|
||||
astro-scripts: workspace:*
|
||||
|
@ -2644,7 +2639,7 @@ importers:
|
|||
packages/markdown/remark:
|
||||
specifiers:
|
||||
'@astrojs/micromark-extension-mdx-jsx': ^1.0.3
|
||||
'@astrojs/prism': ^0.7.0
|
||||
'@astrojs/prism': ^1.0.0
|
||||
'@types/chai': ^4.3.1
|
||||
'@types/github-slugger': ^1.3.0
|
||||
'@types/hast': ^2.3.4
|
||||
|
@ -4483,7 +4478,7 @@ packages:
|
|||
semver: 5.7.1
|
||||
dev: true
|
||||
|
||||
/@changesets/assemble-release-plan/5.1.3_t3ywtunilq53oqooixy7kemkoi:
|
||||
/@changesets/assemble-release-plan/5.1.3:
|
||||
resolution: {integrity: sha512-I+TTkUoqvxBEuDLoJfJYKDXIJ+nyiTbVJ8KGhpXEsLq4N/ms/AStSbouJwF2d/p3cB+RCPr5+gXh31GSN4kA7w==}
|
||||
dependencies:
|
||||
'@babel/runtime': 7.18.9
|
||||
|
@ -4493,7 +4488,6 @@ packages:
|
|||
'@manypkg/get-packages': 1.1.3
|
||||
semver: 5.7.1
|
||||
dev: true
|
||||
patched: true
|
||||
|
||||
/@changesets/assemble-release-plan/5.2.0:
|
||||
resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==}
|
||||
|
@ -4528,7 +4522,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.18.9
|
||||
'@changesets/apply-release-plan': 6.0.4
|
||||
'@changesets/assemble-release-plan': 5.1.3_t3ywtunilq53oqooixy7kemkoi
|
||||
'@changesets/assemble-release-plan': 5.1.3
|
||||
'@changesets/changelog-git': 0.1.12
|
||||
'@changesets/config': 2.1.1
|
||||
'@changesets/errors': 0.1.4
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# astro-scripts
|
||||
|
||||
## 0.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
|
||||
- @astrojs/webapi@1.0.0
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro-scripts",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./index.js",
|
||||
|
|
Loading…
Reference in a new issue