[ci] release (next) (#2851)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-21 20:27:46 -07:00 committed by GitHub
parent 076dd47d9f
commit d082689385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 257 additions and 166 deletions

View file

@ -57,10 +57,15 @@
},
"changesets": [
"eighty-trees-thank",
"forty-badgers-relate",
"fuzzy-lies-nail",
"lemon-needles-count",
"moody-trees-allow",
"rude-panthers-tease",
"rude-starfishes-drop",
"silent-walls-tan",
"spotty-houses-stare"
"spotty-houses-stare",
"tidy-jobs-beg",
"twenty-kiwis-tease"
]
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.1",
"@astrojs/preact": "^0.0.2-next.0",
"astro": "^0.25.0-next.2",
"sass": "^1.49.9"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1",
"@astrojs/preact": "^0.0.1"
"astro": "^0.25.0-next.2",
"@astrojs/preact": "^0.0.2-next.0"
},
"dependencies": {
"preact": "^10.6.6"

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -8,6 +8,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -18,8 +18,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/preact": "^0.0.2-next.0",
"@astrojs/react": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/lit": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.1",
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/lit": "^0.0.2-next.0",
"@astrojs/preact": "^0.0.2-next.0",
"@astrojs/react": "^0.0.2-next.0",
"@astrojs/solid-js": "^0.0.2-next.0",
"@astrojs/svelte": "^0.0.2-next.0",
"@astrojs/vue": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/preact": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"preact": "^10.6.6"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/react": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"react": "^17.0.2",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/solid-js": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/solid-js": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"solid-js": "^1.3.13"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/svelte": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"svelte": "^3.46.4"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/vue": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"vue": "^3.2.31"

View file

@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.1",
"@astrojs/partytown": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/sitemap": "^0.0.1",
"@astrojs/tailwind": "^0.0.1",
"@astrojs/turbolinks": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/lit": "^0.0.2-next.0",
"@astrojs/partytown": "^0.0.2-next.0",
"@astrojs/react": "^0.0.2-next.0",
"@astrojs/sitemap": "^0.0.2-next.0",
"@astrojs/tailwind": "^0.0.2-next.0",
"@astrojs/turbolinks": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.1",
"@astrojs/preact": "^0.0.2-next.0",
"astro": "^0.25.0-next.2",
"sass": "^1.49.9"
},
"dependencies": {

View file

@ -12,8 +12,8 @@
"server": "node server/server.mjs"
},
"devDependencies": {
"@astrojs/svelte": "^0.0.1",
"astro": "^0.25.0-next.1",
"@astrojs/svelte": "^0.0.2-next.0",
"astro": "^0.25.0-next.2",
"concurrently": "^7.0.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.1",
"@astrojs/react": "^0.0.2-next.0",
"astro": "^0.25.0-next.2",
"sass": "^1.49.9"
},
"dependencies": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.7.0-next.0",
"astro": "^0.25.0-next.1",
"astro": "^0.25.0-next.2",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.7.0-next.0",
"astro": "^0.25.0-next.1"
"astro": "^0.25.0-next.2"
}
}

View file

@ -10,11 +10,11 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.7.0-next.0",
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/preact": "^0.0.2-next.0",
"@astrojs/react": "^0.0.2-next.0",
"@astrojs/svelte": "^0.0.2-next.0",
"@astrojs/vue": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
},
"dependencies": {
"preact": "^10.6.6",

View file

@ -20,11 +20,11 @@
"vue": "^3.2.31"
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.1"
"@astrojs/preact": "^0.0.2-next.0",
"@astrojs/react": "^0.0.2-next.0",
"@astrojs/solid-js": "^0.0.2-next.0",
"@astrojs/svelte": "^0.0.2-next.0",
"@astrojs/vue": "^0.0.2-next.0",
"astro": "^0.25.0-next.2"
}
}

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "^0.0.1",
"astro": "^0.25.0-next.1",
"@astrojs/tailwind": "^0.0.2-next.0",
"astro": "^0.25.0-next.2",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.25.0-next.1",
"astro": "^0.25.0-next.2",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.1"
}

View file

@ -1,5 +1,13 @@
# astro
## 0.25.0-next.2
### Patch Changes
- [#2852](https://github.com/withastro/astro/pull/2852) [`96372e6b`](https://github.com/withastro/astro/commit/96372e6beb976b57a8c52fd7c65f126899325160) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix "isSelfAccepting" exception when using the new @astrojs/react integration in development
* [#2848](https://github.com/withastro/astro/pull/2848) [`981e2a83`](https://github.com/withastro/astro/commit/981e2a839b5a0292513bf2009216250f2a8730eb) Thanks [@FredKSchott](https://github.com/FredKSchott)! - add missing injected "page" scripts into markdown pages
## 0.25.0-next.1
### Patch Changes
@ -52,7 +60,7 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
renderers: [],
renderers: [],
});
```
@ -90,9 +98,9 @@
```json
{
"scripts": {
"build": "astro build --legacy-build"
}
"scripts": {
"build": "astro build --legacy-build"
}
}
```
@ -112,7 +120,7 @@
```ts
if (Astro.slots.has('default')) {
const content = await Astro.slots.render('default');
const content = await Astro.slots.render('default');
}
```
@ -196,7 +204,7 @@
```ts
if (Astro.slots.has('default')) {
const content = await Astro.slots.render('default');
const content = await Astro.slots.render('default');
}
```
@ -220,9 +228,9 @@
```json
{
"scripts": {
"build": "astro build --legacy-build"
}
"scripts": {
"build": "astro build --legacy-build"
}
}
```
@ -334,12 +342,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/',
}),
};
}
```
@ -501,12 +509,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/',
}),
};
}
```
@ -1861,10 +1869,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' }]],
},
};
```
@ -1884,10 +1892,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'],
};
```

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.25.0-next.1",
"version": "0.25.0-next.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.8.0-next.0
### Minor Changes
- [#2843](https://github.com/withastro/astro/pull/2843) [`1fdb63b5`](https://github.com/withastro/astro/commit/1fdb63b5d000d17edca77e870ce721e616a9c64a) Thanks [@JuanM04](https://github.com/JuanM04)! - Automatically add integration `peerDependencies` to scaffolded `package.json` files
## 0.7.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.7.1",
"version": "0.8.0-next.0",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -0,0 +1,7 @@
# @astrojs/lit
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
"version": "0.0.1",
"version": "0.0.2-next.0",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -0,0 +1,7 @@
# @astrojs/partytown
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/preact
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/react
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/sitemap
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for Astro",
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/solid-js
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
"version": "0.0.1",
"version": "0.0.2-next.0",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -0,0 +1,7 @@
# @astrojs/svelte
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

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

View file

@ -0,0 +1,9 @@
# @astrojs/tailwind
## 0.0.2-next.0
### Patch Changes
- [#2831](https://github.com/withastro/astro/pull/2831) [`5315c3f7`](https://github.com/withastro/astro/commit/5315c3f7bc0649f9788713f689f484e223bc0ca6) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add support for tailwind config files. These can either be a standard `tailwind.config.js|cjs|mjs`, or a custom filename as specified in your integration config.
* [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

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

View file

@ -0,0 +1,7 @@
# @astrojs/turbolinks
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/vue
## 0.0.2-next.0
### Patch Changes
- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "0.0.1",
"version": "0.0.2-next.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -43,8 +43,8 @@ importers:
examples/blog:
specifiers:
'@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/preact': ^0.0.2-next.0
astro: ^0.25.0-next.2
preact: ^10.6.6
dependencies:
preact: 10.6.6
@ -54,8 +54,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/preact': ^0.0.2-next.0
astro: ^0.25.0-next.2
preact: ^10.6.6
sass: ^1.49.9
dependencies:
@ -67,14 +67,14 @@ importers:
examples/component:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -85,12 +85,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.0
'@astrojs/preact': ^0.0.1
'@astrojs/react': ^0.0.1
'@astrojs/preact': ^0.0.2-next.0
'@astrojs/react': ^0.0.2-next.0
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.41
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
preact: ^10.6.6
react: ^17.0.2
react-dom: ^17.0.2
@ -109,21 +109,21 @@ importers:
examples/env-vars:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/framework-lit:
specifiers:
'@astrojs/lit': ^0.0.1
'@astrojs/lit': ^0.0.2-next.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
lit: ^2.2.1
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@ -134,14 +134,14 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/lit': ^0.0.1
'@astrojs/preact': ^0.0.1
'@astrojs/react': ^0.0.1
'@astrojs/solid-js': ^0.0.1
'@astrojs/svelte': ^0.0.1
'@astrojs/vue': ^0.0.1
'@astrojs/lit': ^0.0.2-next.0
'@astrojs/preact': ^0.0.2-next.0
'@astrojs/react': ^0.0.2-next.0
'@astrojs/solid-js': ^0.0.2-next.0
'@astrojs/svelte': ^0.0.2-next.0
'@astrojs/vue': ^0.0.2-next.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
lit: ^2.2.1
preact: ^10.6.6
react: ^17.0.2
@ -169,8 +169,8 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/preact': ^0.0.2-next.0
astro: ^0.25.0-next.2
preact: ^10.6.6
dependencies:
preact: 10.6.6
@ -180,8 +180,8 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/react': ^0.0.2-next.0
astro: ^0.25.0-next.2
react: ^17.0.2
react-dom: ^17.0.2
dependencies:
@ -193,8 +193,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/solid-js': ^0.0.2-next.0
astro: ^0.25.0-next.2
solid-js: ^1.3.13
dependencies:
solid-js: 1.3.13
@ -204,8 +204,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/svelte': ^0.0.2-next.0
astro: ^0.25.0-next.2
svelte: ^3.46.4
dependencies:
svelte: 3.46.4
@ -215,8 +215,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/vue': ^0.0.2-next.0
astro: ^0.25.0-next.2
vue: ^3.2.31
dependencies:
vue: 3.2.31
@ -226,14 +226,14 @@ importers:
examples/integrations-playground:
specifiers:
'@astrojs/lit': ^0.0.1
'@astrojs/partytown': ^0.0.1
'@astrojs/react': ^0.0.1
'@astrojs/sitemap': ^0.0.1
'@astrojs/tailwind': ^0.0.1
'@astrojs/turbolinks': ^0.0.1
'@astrojs/lit': ^0.0.2-next.0
'@astrojs/partytown': ^0.0.2-next.0
'@astrojs/react': ^0.0.2-next.0
'@astrojs/sitemap': ^0.0.2-next.0
'@astrojs/tailwind': ^0.0.2-next.0
'@astrojs/turbolinks': ^0.0.2-next.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
lit: ^2.2.1
preact: ^10.6.6
react: ^17.0.2
@ -261,20 +261,20 @@ importers:
examples/minimal:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/preact': ^0.0.2-next.0
astro: ^0.25.0-next.2
preact: ^10.6.6
sass: ^1.49.9
dependencies:
@ -286,8 +286,8 @@ importers:
examples/ssr:
specifiers:
'@astrojs/svelte': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/svelte': ^0.0.2-next.0
astro: ^0.25.0-next.2
concurrently: ^7.0.0
lightcookie: ^1.0.25
svelte: ^3.46.4
@ -305,14 +305,14 @@ importers:
examples/starter:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/react': ^0.0.2-next.0
astro: ^0.25.0-next.2
react: ^17.0.2
react-dom: ^17.0.2
sass: ^1.49.9
@ -327,11 +327,11 @@ importers:
examples/with-markdown:
specifiers:
'@astrojs/markdown-remark': ^0.7.0-next.0
'@astrojs/preact': ^0.0.1
'@astrojs/react': ^0.0.1
'@astrojs/svelte': ^0.0.1
'@astrojs/vue': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/preact': ^0.0.2-next.0
'@astrojs/react': ^0.0.2-next.0
'@astrojs/svelte': ^0.0.2-next.0
'@astrojs/vue': ^0.0.2-next.0
astro: ^0.25.0-next.2
preact: ^10.6.6
react: ^17.0.2
react-dom: ^17.0.2
@ -354,7 +354,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.7.0-next.0
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -372,22 +372,22 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.7.0-next.0
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.0.1
'@astrojs/react': ^0.0.1
'@astrojs/solid-js': ^0.0.1
'@astrojs/svelte': ^0.0.1
'@astrojs/vue': ^0.0.1
'@astrojs/preact': ^0.0.2-next.0
'@astrojs/react': ^0.0.2-next.0
'@astrojs/solid-js': ^0.0.2-next.0
'@astrojs/svelte': ^0.0.2-next.0
'@astrojs/vue': ^0.0.2-next.0
'@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
nanostores: ^0.5.12
preact: ^10.6.6
react: ^17.0.2
@ -414,8 +414,8 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.0.1
astro: ^0.25.0-next.1
'@astrojs/tailwind': ^0.0.2-next.0
astro: ^0.25.0-next.2
autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1
postcss: ^8.4.12
@ -430,7 +430,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^0.25.0-next.1
astro: ^0.25.0-next.2
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.1
devDependencies: