[ci] release (#4296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b429aff2ad
commit
16edf0c773
31 changed files with 61 additions and 63 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Revert "Ensure hydration scripts inside of slots render ASAP (#4288)" to fix Svelte integration bug
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Prevent preview if 'output: server' is configured
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"@astrojs/image": "^0.3.3",
|
||||
"@astrojs/mdx": "^0.9.0",
|
||||
"@astrojs/sitemap": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@example/my-component": "workspace:*",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"serve": "astro --root demo preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/preact": "^1.0.2",
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/alpinejs": "^3.7.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.10.2"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/lit": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@astrojs/solid-js": "^1.0.0",
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"@astrojs/vue": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^1.0.2",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.7.3"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@astrojs/react": "^1.0.0",
|
||||
"@types/react": "^18.0.10",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.4.3"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"svelte": "^3.48.0"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/vue": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.37"
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^1.0.2",
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"sass": "^1.52.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/node": "^1.0.0",
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"concurrently": "^7.2.1",
|
||||
"lightcookie": "^1.0.25",
|
||||
"unocss": "^0.15.6",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.1.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"hast-util-select": "5.0.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "^1.0.0",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.9.0",
|
||||
"@astrojs/preact": "^1.0.2",
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"preact": "^10.6.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/preact": "^1.0.2",
|
||||
"astro": "^1.0.4"
|
||||
"astro": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/tailwind": "^1.0.0",
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"canvas-confetti": "^1.5.1",
|
||||
"postcss": "^8.4.14",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"vite-plugin-pwa": "0.11.11",
|
||||
"workbox-window": "^6.5.3"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^1.0.4",
|
||||
"astro": "^1.0.5",
|
||||
"vitest": "^0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# astro
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4302](https://github.com/withastro/astro/pull/4302) [`1d3a0a16f`](https://github.com/withastro/astro/commit/1d3a0a16f33aa88c2b60088d6a497e4beaadb2dc) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Revert "Ensure hydration scripts inside of slots render ASAP (#4288)" to fix Svelte integration bug
|
||||
|
||||
* [#4284](https://github.com/withastro/astro/pull/4284) [`73f367c77`](https://github.com/withastro/astro/commit/73f367c77b8311707b1c142e03dd53952f14d934) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Prevent preview if 'output: server' is configured
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -56,7 +56,7 @@ importers:
|
|||
|
||||
examples/basics:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -65,7 +65,7 @@ importers:
|
|||
'@astrojs/image': ^0.3.3
|
||||
'@astrojs/mdx': ^0.9.0
|
||||
'@astrojs/sitemap': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
'@astrojs/image': link:../../packages/integrations/image
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -74,14 +74,14 @@ importers:
|
|||
|
||||
examples/component:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/component/demo:
|
||||
specifiers:
|
||||
'@example/my-component': workspace:*
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
'@example/my-component': link:../packages/my-component
|
||||
astro: link:../../../packages/astro
|
||||
|
@ -97,7 +97,7 @@ importers:
|
|||
'@docsearch/css': ^3.1.0
|
||||
'@docsearch/react': ^3.1.0
|
||||
'@types/react': ^17.0.45
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -116,7 +116,7 @@ importers:
|
|||
|
||||
examples/env-vars:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
|
@ -124,7 +124,7 @@ importers:
|
|||
specifiers:
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
dependencies:
|
||||
alpinejs: 3.10.3
|
||||
devDependencies:
|
||||
|
@ -135,7 +135,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/lit': ^1.0.0
|
||||
'@webcomponents/template-shadowroot': ^0.1.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
lit: ^2.2.5
|
||||
dependencies:
|
||||
'@webcomponents/template-shadowroot': 0.1.0
|
||||
|
@ -151,7 +151,7 @@ importers:
|
|||
'@astrojs/solid-js': ^1.0.0
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
'@astrojs/vue': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
preact: ^10.7.3
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
|
@ -176,7 +176,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^1.0.2
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
preact: 10.10.2
|
||||
|
@ -189,7 +189,7 @@ importers:
|
|||
'@astrojs/react': ^1.0.0
|
||||
'@types/react': ^18.0.10
|
||||
'@types/react-dom': ^18.0.5
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -204,7 +204,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
specifiers:
|
||||
'@astrojs/solid-js': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
solid-js: ^1.4.3
|
||||
dependencies:
|
||||
solid-js: 1.4.8
|
||||
|
@ -215,7 +215,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
specifiers:
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
svelte: ^3.48.0
|
||||
dependencies:
|
||||
svelte: 3.49.0
|
||||
|
@ -226,7 +226,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
specifiers:
|
||||
'@astrojs/vue': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
vue: ^3.2.37
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
@ -236,20 +236,20 @@ importers:
|
|||
|
||||
examples/minimal:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/non-html-pages:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
||||
examples/portfolio:
|
||||
specifiers:
|
||||
'@astrojs/preact': ^1.0.2
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
preact: ^10.7.3
|
||||
sass: ^1.52.2
|
||||
dependencies:
|
||||
|
@ -263,7 +263,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/node': ^1.0.0
|
||||
'@astrojs/svelte': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
concurrently: ^7.2.1
|
||||
lightcookie: ^1.0.25
|
||||
svelte: ^3.48.0
|
||||
|
@ -283,7 +283,7 @@ importers:
|
|||
examples/subpath:
|
||||
specifiers:
|
||||
'@astrojs/react': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
react: ^18.1.0
|
||||
react-dom: ^18.1.0
|
||||
dependencies:
|
||||
|
@ -296,7 +296,7 @@ importers:
|
|||
examples/with-markdown-plugins:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
hast-util-select: 5.0.1
|
||||
rehype-autolink-headings: ^6.1.1
|
||||
rehype-slug: ^5.0.1
|
||||
|
@ -314,7 +314,7 @@ importers:
|
|||
examples/with-markdown-shiki:
|
||||
specifiers:
|
||||
'@astrojs/markdown-remark': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
devDependencies:
|
||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||
astro: link:../../packages/astro
|
||||
|
@ -323,7 +323,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/mdx': ^0.9.0
|
||||
'@astrojs/preact': ^1.0.2
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
preact: ^10.6.5
|
||||
devDependencies:
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
|
@ -335,7 +335,7 @@ importers:
|
|||
specifiers:
|
||||
'@astrojs/preact': ^1.0.2
|
||||
'@nanostores/preact': ^0.1.3
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
nanostores: ^0.5.12
|
||||
preact: ^10.7.3
|
||||
dependencies:
|
||||
|
@ -349,7 +349,7 @@ importers:
|
|||
examples/with-tailwindcss:
|
||||
specifiers:
|
||||
'@astrojs/tailwind': ^1.0.0
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
autoprefixer: ^10.4.7
|
||||
canvas-confetti: ^1.5.1
|
||||
postcss: ^8.4.14
|
||||
|
@ -364,7 +364,7 @@ importers:
|
|||
|
||||
examples/with-vite-plugin-pwa:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
vite-plugin-pwa: 0.11.11
|
||||
workbox-window: ^6.5.3
|
||||
devDependencies:
|
||||
|
@ -374,7 +374,7 @@ importers:
|
|||
|
||||
examples/with-vitest:
|
||||
specifiers:
|
||||
astro: ^1.0.4
|
||||
astro: ^1.0.5
|
||||
vitest: ^0.20.3
|
||||
devDependencies:
|
||||
astro: link:../../packages/astro
|
||||
|
|
Loading…
Reference in a new issue