[ci] release (#3759)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a99a54d344
commit
38f2fd7723
42 changed files with 117 additions and 121 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Updates an error handler to expect updated `@astrojs/lit` behavior
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
'@astrojs/preact': minor
|
||||
---
|
||||
|
||||
Add support for enabling `preact/compat` to Preact renderer
|
||||
|
||||
To use `preact/compat` to render React components, users can now set `compat` to `true` when using the Preact integration:
|
||||
|
||||
```js
|
||||
integrations: [
|
||||
preact({ compat: true }),
|
||||
],
|
||||
```
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes how `injectRoute` parses route patterns on Windows
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/telemetry': patch
|
||||
---
|
||||
|
||||
Add basic error reporting to astro telemetry
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro-scripts': patch
|
||||
---
|
||||
|
||||
Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler.
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
"react-dom": "^18.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"@astrojs/react": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.10.2"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.3.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^0.3.0",
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"@astrojs/react": "^0.2.0",
|
||||
"@astrojs/solid-js": "^0.2.0",
|
||||
"@astrojs/svelte": "^0.2.0",
|
||||
"@astrojs/vue": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@astrojs/react": "^0.2.0",
|
||||
"@types/react": "^18.0.10",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.4.3"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.48.0"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@astrojs/solid-js": "0.2.0",
|
||||
"@astrojs/tailwind": "^0.2.2",
|
||||
"@astrojs/turbolinks": "^0.1.3",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"solid-js": "^1.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/node": "^0.1.2",
|
||||
"@astrojs/svelte": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"concurrently": "^7.2.1",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.11.3",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.11.3",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^0.11.3",
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"@astrojs/react": "^0.2.0",
|
||||
"@astrojs/svelte": "^0.2.0",
|
||||
"@astrojs/vue": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3",
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
"vue": "^3.2.37"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^0.2.0",
|
||||
"@astrojs/preact": "^0.3.0",
|
||||
"@astrojs/react": "^0.2.0",
|
||||
"@astrojs/solid-js": "^0.2.0",
|
||||
"@astrojs/svelte": "^0.2.0",
|
||||
"@astrojs/vue": "^0.2.0",
|
||||
"astro": "^1.0.0-beta.58"
|
||||
"astro": "^1.0.0-beta.59"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^0.2.2",
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.0-beta.58",
|
||||
"astro": "^1.0.0-beta.59",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# astro
|
||||
|
||||
## 1.0.0-beta.59
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3767](https://github.com/withastro/astro/pull/3767) [`1eab496e`](https://github.com/withastro/astro/commit/1eab496e9d733a13f3a2eb2129e90949b130901d) Thanks [@tony-sull](https://github.com/tony-sull)! - Updates an error handler to expect updated `@astrojs/lit` behavior
|
||||
|
||||
* [#3763](https://github.com/withastro/astro/pull/3763) [`54cd6b8d`](https://github.com/withastro/astro/commit/54cd6b8dd184fb0acb2facaa9b6843be59f9c57f) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes how `injectRoute` parses route patterns on Windows
|
||||
|
||||
- [#3750](https://github.com/withastro/astro/pull/3750) [`dd176ca5`](https://github.com/withastro/astro/commit/dd176ca58d9ce8ab757075491568a014c0943de2) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add basic error reporting to astro telemetry
|
||||
|
||||
- Updated dependencies [[`dd176ca5`](https://github.com/withastro/astro/commit/dd176ca58d9ce8ab757075491568a014c0943de2)]:
|
||||
- @astrojs/telemetry@0.2.2
|
||||
|
||||
## 1.0.0-beta.58
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.0.0-beta.58",
|
||||
"version": "1.0.0-beta.59",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
@ -84,7 +84,7 @@
|
|||
"@astrojs/language-server": "^0.13.4",
|
||||
"@astrojs/markdown-remark": "^0.11.3",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
"@astrojs/telemetry": "^0.2.0",
|
||||
"@astrojs/telemetry": "^0.2.2",
|
||||
"@astrojs/webapi": "^0.12.0",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/generator": "^7.18.2",
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
# @astrojs/preact
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#3712](https://github.com/withastro/astro/pull/3712) [`e3fdc9b4`](https://github.com/withastro/astro/commit/e3fdc9b4030b96e815c133a388a7625b7e8e4a2e) Thanks [@delucis](https://github.com/delucis)! - Add support for enabling `preact/compat` to Preact renderer
|
||||
|
||||
To use `preact/compat` to render React components, users can now set `compat` to `true` when using the Preact integration:
|
||||
|
||||
```js
|
||||
integrations: [
|
||||
preact({ compat: true }),
|
||||
],
|
||||
```
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/telemetry
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3750](https://github.com/withastro/astro/pull/3750) [`dd176ca5`](https://github.com/withastro/astro/commit/dd176ca58d9ce8ab757075491568a014c0943de2) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add basic error reporting to astro telemetry
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/telemetry",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"type": "module",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -49,14 +49,14 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/blog:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
'@astrojs/preact': ^0.3.0
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.8.2
|
||||
|
@ -66,8 +66,8 @@ importers:
|
|||
|
||||
examples/blog-multiple-authors:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
'@astrojs/preact': ^0.3.0
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
sass: ^1.52.2
|
||||
dependencies:
|
||||
|
@ -79,14 +79,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -97,12 +97,12 @@ importers:
|
|||
examples/docs:
|
||||
specifiers:
|
||||
'@algolia/client-search': ^4.13.1
|
||||
'@astrojs/preact': ^0.2.0
|
||||
'@astrojs/preact': ^0.3.0
|
||||
'@astrojs/react': ^0.2.0
|
||||
'@docsearch/css': ^3.1.0
|
||||
'@docsearch/react': ^3.1.0
|
||||
'@types/react': ^17.0.45
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -121,14 +121,14 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
dependencies:
|
||||
alpinejs: 3.10.2
|
||||
devDependencies:
|
||||
|
@ -138,7 +138,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^0.3.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -150,13 +150,13 @@ importers:
|
|||
examples/framework-multiple:
|
||||
specifiers:
|
||||
'@astrojs/lit': ^0.3.0
|
||||
'@astrojs/preact': ^0.2.0
|
||||
'@astrojs/preact': ^0.3.0
|
||||
'@astrojs/react': ^0.2.0
|
||||
'@astrojs/solid-js': ^0.2.0
|
||||
'@astrojs/svelte': ^0.2.0
|
||||
'@astrojs/vue': ^0.2.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
lit: ^2.2.5
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
|
@ -184,8 +184,8 @@ importers:
|
|||
|
||||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
'@astrojs/preact': ^0.3.0
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.8.2
|
||||
|
@ -198,7 +198,7 @@ importers:
|
|||
'@astrojs/react': ^0.2.0
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -213,7 +213,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
solid-js: 1.4.5
|
||||
|
@ -224,7 +224,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
svelte: 3.48.0
|
||||
|
@ -235,7 +235,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
@ -253,7 +253,7 @@ importers:
|
|||
'@astrojs/tailwind': ^0.2.2
|
||||
'@astrojs/turbolinks': ^0.1.3
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
lit: ^2.2.5
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
|
@ -282,20 +282,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
'@astrojs/preact': ^0.3.0
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
sass: ^1.52.2
|
||||
dependencies:
|
||||
|
@ -309,7 +309,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/node': ^0.1.2
|
||||
'@astrojs/svelte': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
concurrently: ^7.2.1
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.48.0
|
||||
|
@ -328,14 +328,14 @@ importers:
|
|||
|
||||
examples/starter:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
sass: ^1.52.2
|
||||
|
@ -350,11 +350,11 @@ importers:
|
|||
examples/with-markdown:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.11.3
|
||||
'@astrojs/preact': ^0.2.0
|
||||
'@astrojs/preact': ^0.3.0
|
||||
'@astrojs/react': ^0.2.0
|
||||
'@astrojs/svelte': ^0.2.0
|
||||
'@astrojs/vue': ^0.2.0
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -377,7 +377,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.11.3
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -395,14 +395,14 @@ importers:
|
|||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^0.11.3
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/with-nanostores:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^0.2.0
|
||||
'@astrojs/preact': ^0.3.0
|
||||
'@astrojs/react': ^0.2.0
|
||||
'@astrojs/solid-js': ^0.2.0
|
||||
'@astrojs/svelte': ^0.2.0
|
||||
|
@ -410,7 +410,7 @@ importers:
|
|||
'@nanostores/preact': ^0.1.3
|
||||
'@nanostores/react': ^0.1.5
|
||||
'@nanostores/vue': ^0.4.1
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
|
@ -438,7 +438,7 @@ importers:
|
|||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^0.2.2
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -453,7 +453,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.0.0-beta.58
|
||||
astro: ^1.0.0-beta.59
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
devDependencies:
|
||||
|
@ -467,7 +467,7 @@ importers:
|
|||
'@astrojs/language-server': ^0.13.4
|
||||
'@astrojs/markdown-remark': ^0.11.3
|
||||
'@astrojs/prism': 0.4.1
|
||||
'@astrojs/telemetry': ^0.2.0
|
||||
'@astrojs/telemetry': ^0.2.2
|
||||
'@astrojs/webapi': ^0.12.0
|
||||
'@babel/core': ^7.18.2
|
||||
'@babel/generator': ^7.18.2
|
||||
|
@ -8785,11 +8785,6 @@ packages:
|
|||
|
||||
/debug/3.2.7:
|
||||
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
||||
peerDependencies:
|
||||
supports-color: '*'
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
dev: false
|
||||
|
@ -11710,8 +11705,6 @@ packages:
|
|||
debug: 3.2.7
|
||||
iconv-lite: 0.4.24
|
||||
sax: 1.2.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/netmask/2.0.2:
|
||||
|
@ -11795,8 +11788,6 @@ packages:
|
|||
rimraf: 2.7.1
|
||||
semver: 5.7.1
|
||||
tar: 4.4.19
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/node-releases/2.0.5:
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# astro-scripts
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3758](https://github.com/withastro/astro/pull/3758) [`660abd3d`](https://github.com/withastro/astro/commit/660abd3deeb3c451ce32d8d0d068ec6290e82d22) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler.
|
||||
|
||||
## 0.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro-scripts",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./index.js",
|
||||
|
|
Loading…
Reference in a new issue