[ci] release (#4290)

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

View file

@ -1,9 +0,0 @@
---
'astro': patch
'@astrojs/mdx': minor
---
Align MD with MDX on layout props and "glob" import results:
- Add `Content` to MDX
- Add `file` and `url` to MDX frontmatter (layout import only)
- Update glob types to reflect differences (lack of `rawContent` and `compiledContent`)

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Prevents automatic trailingSlash appending on getStaticPaths produced pages

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Ensure hydration scripts inside of slots render ASAP

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix bug where Astro's server runtime would end up in the browser

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/mdx': patch
---
Properly handle hydration for namespaced components

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
[astro add] Set `output: 'server'` when adding adapter

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

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

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -21,6 +21,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/alpinejs": "^3.7.0", "@types/alpinejs": "^3.7.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.10.2" "alpinejs": "^3.10.2"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^1.0.0", "@astrojs/lit": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -15,7 +15,7 @@
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3", "preact": "^10.7.3",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10", "@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.3" "solid-js": "^1.4.3"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.3", "astro": "^1.0.4",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -13,7 +13,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/node": "^1.0.0", "@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.3", "astro": "^1.0.4",
"concurrently": "^7.2.1", "concurrently": "^7.2.1",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.3", "astro": "^1.0.4",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",

View file

@ -11,6 +11,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^0.8.3", "@astrojs/mdx": "^0.9.0",
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.3", "astro": "^1.0.4",
"preact": "^10.6.5" "preact": "^10.6.5"
} }
} }

View file

@ -16,6 +16,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.3" "astro": "^1.0.4"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^1.0.0", "@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.3", "astro": "^1.0.4",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
"postcss": "^8.4.14", "postcss": "^8.4.14",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3", "astro": "^1.0.4",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -12,7 +12,7 @@
"test": "vitest" "test": "vitest"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.3", "astro": "^1.0.4",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,24 @@
# astro # astro
## 1.0.4
### Patch Changes
- [#4268](https://github.com/withastro/astro/pull/4268) [`f7afdb889`](https://github.com/withastro/astro/commit/f7afdb889fe4e97177958c8ec92f80c5f6e5cb51) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Align MD with MDX on layout props and "glob" import results:
- Add `Content` to MDX
- Add `file` and `url` to MDX frontmatter (layout import only)
- Update glob types to reflect differences (lack of `rawContent` and `compiledContent`)
* [#4265](https://github.com/withastro/astro/pull/4265) [`8f845ca95`](https://github.com/withastro/astro/commit/8f845ca9507965e3898b3c7b70952c849bef310e) Thanks [@matthewp](https://github.com/matthewp)! - Prevents automatic trailingSlash appending on getStaticPaths produced pages
- [#4288](https://github.com/withastro/astro/pull/4288) [`c21810068`](https://github.com/withastro/astro/commit/c218100684c90c2b5c490e73b0687ad59d0c58df) Thanks [@matthewp](https://github.com/matthewp)! - Ensure hydration scripts inside of slots render ASAP
* [#4282](https://github.com/withastro/astro/pull/4282) [`c0992e1fe`](https://github.com/withastro/astro/commit/c0992e1fefc105577e99ac94338d349dbabf38d8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix bug where Astro's server runtime would end up in the browser
- [#4272](https://github.com/withastro/astro/pull/4272) [`24d2f7a6e`](https://github.com/withastro/astro/commit/24d2f7a6e6700c10c863f826f37bb653d70e3a83) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Properly handle hydration for namespaced components
* [#4289](https://github.com/withastro/astro/pull/4289) [`3ca905174`](https://github.com/withastro/astro/commit/3ca905174967d6339ba90aa5bc1756fbe2fafdb0) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Set `output: 'server'` when adding adapter
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,18 @@
# @astrojs/mdx # @astrojs/mdx
## 0.9.0
### Minor Changes
- [#4268](https://github.com/withastro/astro/pull/4268) [`f7afdb889`](https://github.com/withastro/astro/commit/f7afdb889fe4e97177958c8ec92f80c5f6e5cb51) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Align MD with MDX on layout props and "glob" import results:
- Add `Content` to MDX
- Add `file` and `url` to MDX frontmatter (layout import only)
- Update glob types to reflect differences (lack of `rawContent` and `compiledContent`)
### Patch Changes
- [#4272](https://github.com/withastro/astro/pull/4272) [`24d2f7a6e`](https://github.com/withastro/astro/commit/24d2f7a6e6700c10c863f826f37bb653d70e3a83) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Properly handle hydration for namespaced components
## 0.8.3 ## 0.8.3
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Use MDX within Astro", "description": "Use MDX within Astro",
"version": "0.8.3", "version": "0.9.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -56,14 +56,14 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.2 preact: 10.10.2
@ -73,14 +73,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/component/demo: examples/component/demo:
specifiers: specifiers:
'@example/my-component': workspace:* '@example/my-component': workspace:*
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -96,7 +96,7 @@ importers:
'@docsearch/css': ^3.1.0 '@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0 '@docsearch/react': ^3.1.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -115,7 +115,7 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -123,7 +123,7 @@ importers:
specifiers: specifiers:
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.0.3 astro: ^1.0.4
dependencies: dependencies:
alpinejs: 3.10.3 alpinejs: 3.10.3
devDependencies: devDependencies:
@ -134,7 +134,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^1.0.0 '@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.3 astro: ^1.0.4
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -150,7 +150,7 @@ importers:
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -175,7 +175,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.2 preact: 10.10.2
@ -188,7 +188,7 @@ importers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^1.0.3 astro: ^1.0.4
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -203,7 +203,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
solid-js: 1.4.8 solid-js: 1.4.8
@ -214,7 +214,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.49.0 svelte: 3.49.0
@ -225,7 +225,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
@ -235,20 +235,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -262,7 +262,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^1.0.0 '@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -282,7 +282,7 @@ importers:
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -295,7 +295,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -313,16 +313,16 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.8.3 '@astrojs/mdx': ^0.9.0
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.3 astro: ^1.0.4
preact: ^10.6.5 preact: ^10.6.5
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -334,7 +334,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.0.3 astro: ^1.0.4
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -348,7 +348,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^1.0.0 '@astrojs/tailwind': ^1.0.0
astro: ^1.0.3 astro: ^1.0.4
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.14 postcss: ^8.4.14
@ -363,7 +363,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies:
@ -373,7 +373,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.0.3 astro: ^1.0.4
vitest: ^0.20.3 vitest: ^0.20.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro