[ci] release (#4620)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-09-06 12:40:15 -07:00 committed by GitHub
parent d1d1e0ec12
commit 481e0d1d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 88 additions and 101 deletions

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Improve third-party Astro package support

View file

@ -1,5 +0,0 @@
---
'@astrojs/vue': patch
---
Mark vueperslides as a default noExternal

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Parallelize image transforms

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Remove regression when there is duplicate client/server CSS

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly escape paths in file names

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Ensure SSR module is loaded before testing if it's CSS in dev

View file

@ -1,5 +0,0 @@
---
'@astrojs/alpinejs': patch
---
Update homepage link

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"@astrojs/mdx": "^0.11.1",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0"

View file

@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.1",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@ -21,6 +21,6 @@
"@astrojs/react": "^1.1.0",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0"
"@astrojs/vue": "^1.0.1"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2"
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.0",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.0"
}

View file

@ -12,6 +12,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"vue": "^3.2.37",
"@astrojs/vue": "^1.0.0"
"@astrojs/vue": "^1.0.1"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -12,7 +12,7 @@
},
"devDependencies": {},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/node": "^1.0.1",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"@astrojs/markdown-remark": "^1.1.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5"
"astro": "^1.1.6"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"preact": "^10.6.5",
"@astrojs/preact": "^1.0.2",
"@astrojs/mdx": "^0.11.1"

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2",
"nanostores": "^0.5.12",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"@astrojs/tailwind": "^1.0.0",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^1.1.5",
"astro": "^1.1.6",
"vitest": "^0.20.3"
}
}

View file

@ -1,5 +1,17 @@
# astro
## 1.1.6
### Patch Changes
- [#4623](https://github.com/withastro/astro/pull/4623) [`eb1862b4e`](https://github.com/withastro/astro/commit/eb1862b4e68b399eecc7267ea9e0bee36983b0cb) Thanks [@delucis](https://github.com/delucis)! - Improve third-party Astro package support
- [#4643](https://github.com/withastro/astro/pull/4643) [`307b7b97c`](https://github.com/withastro/astro/commit/307b7b97ce79d076ceb4fdc25fd28a27077deb34) Thanks [@matthewp](https://github.com/matthewp)! - Remove regression when there is duplicate client/server CSS
- [#4584](https://github.com/withastro/astro/pull/4584) [`29a5fdc15`](https://github.com/withastro/astro/commit/29a5fdc1535fc389035d8107025f7490bfa976ed) Thanks [@bluwy](https://github.com/bluwy)! - Correctly escape paths in file names
- [#4621](https://github.com/withastro/astro/pull/4621) [`0068afb87`](https://github.com/withastro/astro/commit/0068afb876342ae76154e552dfc5bb6832b665ed) Thanks [@AllanChain](https://github.com/AllanChain)! - Ensure SSR module is loaded before testing if it's CSS in dev
## 1.1.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.1.5",
"version": "1.1.6",
"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 @@
# @astrojs/alpinejs
## 0.1.2
### Patch Changes
- [#4622](https://github.com/withastro/astro/pull/4622) [`63cd9d89e`](https://github.com/withastro/astro/commit/63cd9d89e8b83ce5e39cdae84a8342e28d1940cc) Thanks [@mohammed-elhaouari](https://github.com/mohammed-elhaouari)! - Update homepage link
## 0.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "The official Alpine.js integration for Astro.",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/image
## 0.5.1
### Patch Changes
- [#4626](https://github.com/withastro/astro/pull/4626) [`494c2b835`](https://github.com/withastro/astro/commit/494c2b8353d1975d840c5acaf70cb513b99c58e5) Thanks [@altano](https://github.com/altano)! - Parallelize image transforms
## 0.5.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 1.0.1
### Patch Changes
- [#4639](https://github.com/withastro/astro/pull/4639) [`f08ca005e`](https://github.com/withastro/astro/commit/f08ca005e28cc7d279535680d5b44495877aa7b6) Thanks [@matthewp](https://github.com/matthewp)! - Mark vueperslides as a default noExternal
## 1.0.0
### Major Changes

View file

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

View file

@ -56,7 +56,7 @@ importers:
examples/basics:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@ -65,7 +65,7 @@ importers:
'@astrojs/mdx': ^0.11.1
'@astrojs/rss': ^1.0.0
'@astrojs/sitemap': ^1.0.0
astro: ^1.1.5
astro: ^1.1.6
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -74,14 +74,14 @@ importers:
examples/component:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^1.1.5
astro: ^1.1.6
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -99,7 +99,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^1.1.5
astro: ^1.1.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -119,10 +119,10 @@ importers:
examples/framework-alpine:
specifiers:
'@astrojs/alpinejs': ^0.1.1
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^1.1.5
astro: ^1.1.6
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0
@ -133,7 +133,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.1.5
astro: ^1.1.6
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -147,8 +147,8 @@ importers:
'@astrojs/react': ^1.1.0
'@astrojs/solid-js': ^1.1.0
'@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0
astro: ^1.1.5
'@astrojs/vue': ^1.0.1
astro: ^1.1.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -172,7 +172,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.0.2
astro: ^1.1.5
astro: ^1.1.6
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -184,7 +184,7 @@ importers:
'@astrojs/react': ^1.1.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.1.5
astro: ^1.1.6
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -198,7 +198,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.1.0
astro: ^1.1.5
astro: ^1.1.6
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -208,7 +208,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.0
astro: ^1.1.5
astro: ^1.1.6
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -217,8 +217,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.0.0
astro: ^1.1.5
'@astrojs/vue': ^1.0.1
astro: ^1.1.6
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -227,19 +227,19 @@ importers:
examples/minimal:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@ -247,7 +247,7 @@ importers:
specifiers:
'@astrojs/node': ^1.0.1
'@astrojs/svelte': ^1.0.0
astro: ^1.1.5
astro: ^1.1.6
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@ -266,7 +266,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.0
astro: ^1.1.5
astro: ^1.1.6
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -283,7 +283,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@ -291,7 +291,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.11.1
'@astrojs/preact': ^1.0.2
astro: ^1.1.5
astro: ^1.1.6
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -303,7 +303,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3
astro: ^1.1.5
astro: ^1.1.6
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -316,7 +316,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^1.0.0
astro: ^1.1.5
astro: ^1.1.6
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -331,7 +331,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -341,7 +341,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^1.1.5
astro: ^1.1.6
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@ -972,14 +972,6 @@ importers:
'@astrojs/tailwind': link:../../../../integrations/tailwind
astro: link:../../..
packages/astro/e2e/fixtures/third-party-astro:
specifiers:
astro: workspace:*
astro-embed: ^0.1.1
dependencies:
astro: link:../../..
astro-embed: 0.1.1_astro@packages+astro
packages/astro/e2e/fixtures/ts-resolution:
specifiers:
'@astrojs/react': workspace:*