[ci] release (#5019)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-10-10 08:44:22 -07:00 committed by GitHub
parent c1f991408b
commit 0ab0d8d863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 144 additions and 128 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
preventing multiple doctype injection into html documents

View file

@ -1,6 +0,0 @@
---
'@astrojs/vercel': patch
---
- Upgraded @vercel/nft to 0.22.1
- Fix monorepos (#5020)

View file

@ -1,7 +0,0 @@
---
'@astrojs/react': minor
---
Add support for mui
This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work.

View file

@ -1,22 +0,0 @@
---
'@astrojs/preact': minor
'astro': patch
---
Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
New algorithm for shorter CSS bundle names

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Fix remote images in SSG mode

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Support strict dependency install

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"@astrojs/mdx": "^0.11.4",
"@astrojs/rss": "^1.0.2",
"@astrojs/sitemap": "^1.0.0"

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
},
"peerDependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
},
"devDependencies": {
"@astrojs/deno": "^1.1.0"

View file

@ -12,12 +12,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.4",
"@astrojs/preact": "^1.1.1",
"@astrojs/react": "^1.2.0",
"@astrojs/preact": "^1.2.0",
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -11,15 +11,15 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37",
"@astrojs/preact": "^1.1.1",
"@astrojs/react": "^1.1.4",
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.2.0",
"@astrojs/solid-js": "^1.1.1",
"@astrojs/svelte": "^1.0.1",
"@astrojs/vue": "^1.1.0"

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"preact": "^10.7.3",
"@astrojs/preact": "^1.1.1",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"
}
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.4",
"@astrojs/react": "^1.2.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.1"
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"vue": "^3.2.37",
"@astrojs/vue": "^1.1.0"
}

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.4.2"
"astro": "^1.4.7"
},
"peerDependencies": {
"astro": "^1.4.2"
"astro": "^1.4.7"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -13,7 +13,7 @@
},
"devDependencies": {},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
"@astrojs/node": "^1.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6"
"astro": "^1.4.7"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"preact": "^10.6.5",
"@astrojs/preact": "^1.1.1",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.11.4"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"preact": "^10.7.3",
"@astrojs/preact": "^1.1.1",
"@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"@astrojs/tailwind": "^2.0.2",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.6",
"astro": "^1.4.7",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

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

View file

@ -1,5 +1,31 @@
# astro
## 1.4.7
### Patch Changes
- [#5035](https://github.com/withastro/astro/pull/5035) [`d7bfb144b`](https://github.com/withastro/astro/commit/d7bfb144ba1718d14664ec755adf6e2281a4ab71) Thanks [@AirBorne04](https://github.com/AirBorne04)! - preventing multiple doctype injection into html documents
- [#5015](https://github.com/withastro/astro/pull/5015) [`b1964e9e1`](https://github.com/withastro/astro/commit/b1964e9e1b7f9178036e266b89d3c8b9cbffd1c6) Thanks [@matthewp](https://github.com/matthewp)! - Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```
- [#5036](https://github.com/withastro/astro/pull/5036) [`38fdb4ca6`](https://github.com/withastro/astro/commit/38fdb4ca6f7c6af2fff69fe5bd60bdf2c9d7a6f1) Thanks [@matthewp](https://github.com/matthewp)! - New algorithm for shorter CSS bundle names
## 1.4.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.4.6",
"version": "1.4.7",
"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,13 @@
# @astrojs/image
## 0.9.3
### Patch Changes
- [#5021](https://github.com/withastro/astro/pull/5021) [`062335dbf`](https://github.com/withastro/astro/commit/062335dbf7300ad5370e29ebcf7a05d5a4703a1c) Thanks [@matthewp](https://github.com/matthewp)! - Fix remote images in SSG mode
- [#5034](https://github.com/withastro/astro/pull/5034) [`2d9d42216`](https://github.com/withastro/astro/commit/2d9d42216722334db03adb14e59773db8389b7f9) Thanks [@bluwy](https://github.com/bluwy)! - Support strict dependency install
## 0.9.2
### Patch Changes

View file

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

View file

@ -1,5 +1,27 @@
# @astrojs/preact
## 1.2.0
### Minor Changes
- [#5015](https://github.com/withastro/astro/pull/5015) [`b1964e9e1`](https://github.com/withastro/astro/commit/b1964e9e1b7f9178036e266b89d3c8b9cbffd1c6) Thanks [@matthewp](https://github.com/matthewp)! - Shared state in Preact components with signals
This makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
```astro
---
// Component Imports
import Counter from '../components/Counter';
import { signal } from '@preact/signals';
const count = signal(0);
---
<Count count={count} />
<Count count={count} />
```
## 1.1.1
### Patch Changes

View file

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

View file

@ -1,5 +1,13 @@
# @astrojs/react
## 1.2.0
### Minor Changes
- [#5016](https://github.com/withastro/astro/pull/5016) [`6efeaeb39`](https://github.com/withastro/astro/commit/6efeaeb39ed7e6642b31603745750ccb9fe0ff1e) Thanks [@matthewp](https://github.com/matthewp)! - Add support for mui
This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work.
## 1.1.4
### Patch Changes

View file

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

View file

@ -1,5 +1,12 @@
# @astrojs/vercel
## 2.1.1
### Patch Changes
- [#5033](https://github.com/withastro/astro/pull/5033) [`c1f991408`](https://github.com/withastro/astro/commit/c1f991408b817217dbd4035dcc4ac0a2fecd08b8) Thanks [@JuanM04](https://github.com/JuanM04)! - - Upgraded @vercel/nft to 0.22.1
- Fix monorepos (#5020)
## 2.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -58,7 +58,7 @@ importers:
examples/basics:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
@ -67,7 +67,7 @@ importers:
'@astrojs/mdx': ^0.11.4
'@astrojs/rss': ^1.0.2
'@astrojs/sitemap': ^1.0.0
astro: ^1.4.6
astro: ^1.4.7
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -76,14 +76,14 @@ importers:
examples/component:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^1.1.0
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
devDependencies:
@ -92,14 +92,14 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^1.1.1
'@astrojs/react': ^1.1.4
'@astrojs/preact': ^1.2.0
'@astrojs/react': ^1.2.0
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^1.4.6
astro: ^1.4.7
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -122,7 +122,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^1.4.6
astro: ^1.4.7
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.4.6
astro: ^1.4.7
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -143,12 +143,12 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/preact': ^1.1.1
'@astrojs/react': ^1.1.4
'@astrojs/preact': ^1.2.0
'@astrojs/react': ^1.2.0
'@astrojs/solid-js': ^1.1.1
'@astrojs/svelte': ^1.0.1
'@astrojs/vue': ^1.1.0
astro: ^1.4.6
astro: ^1.4.7
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -171,9 +171,9 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.1.1
'@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0
astro: ^1.4.6
astro: ^1.4.7
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -183,10 +183,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^1.1.4
'@astrojs/react': ^1.2.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.4.6
astro: ^1.4.7
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -200,7 +200,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.1.1
astro: ^1.4.6
astro: ^1.4.7
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -210,7 +210,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.1
astro: ^1.4.6
astro: ^1.4.7
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -220,7 +220,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.1.0
astro: ^1.4.6
astro: ^1.4.7
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -229,25 +229,25 @@ importers:
examples/integration:
specifiers:
astro: ^1.4.2
astro: ^1.4.7
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
@ -255,7 +255,7 @@ importers:
specifiers:
'@astrojs/node': ^1.1.0
'@astrojs/svelte': ^1.0.1
astro: ^1.4.6
astro: ^1.4.7
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@ -274,7 +274,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
astro: ^1.4.6
astro: ^1.4.7
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -291,15 +291,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.11.4
'@astrojs/preact': ^1.1.1
astro: ^1.4.6
'@astrojs/preact': ^1.2.0
astro: ^1.4.7
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -309,9 +309,9 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^1.1.1
'@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3
astro: ^1.4.6
astro: ^1.4.7
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -324,7 +324,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^2.0.2
astro: ^1.4.6
astro: ^1.4.7
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -339,7 +339,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -349,7 +349,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^1.4.6
astro: ^1.4.7
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro