Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #3101

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[ci] release
  • Loading branch information
github-actions[bot] committed Apr 13, 2022
commit b0e30457a775282563e5e5ee6f775cdbc4023b80
6 changes: 0 additions & 6 deletions .changeset/neat-oranges-tan.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"sass": "^1.50.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/component/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"alpinejs": "^3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"solid-js": "^1.3.14"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"svelte": "^3.47.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"vue": "^3.2.31"
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.1.2",
"@astrojs/turbolinks": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"sass": "^1.50.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"sass": "^1.50.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.0",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.0",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.0",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
},
"dependencies": {
"preact": "^10.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.1",
"astro": "^1.0.0-beta.9"
"astro": "^1.0.0-beta.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.1.2",
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.9",
"astro": "^1.0.0-beta.10",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.2"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# astro

## 1.0.0-beta.10

### Patch Changes

- [#3095](https://github.com/withastro/astro/pull/3095) [`5acf77dd`](https://github.com/withastro/astro/commit/5acf77dd22be95e33ff838383a2c1790f484e380) Thanks [@matthewp](https://github.com/matthewp)! - Fixes rendering of "undefined" on custom element children

- Updated dependencies [[`5acf77dd`](https://github.com/withastro/astro/commit/5acf77dd22be95e33ff838383a2c1790f484e380)]:
- @astrojs/webapi@0.11.1

## 1.0.0-beta.9

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.9.0",
"@astrojs/prism": "0.4.1",
"@astrojs/webapi": "^0.11.0",
"@astrojs/webapi": "^0.11.1",
"@babel/core": "^7.17.9",
"@babel/generator": "^7.17.9",
"@babel/parser": "^7.17.9",
Expand Down
4 changes: 3 additions & 1 deletion packages/astro/src/core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ function resolveFlags(flags: Partial<Flags>): CLIFlags {
typeof flags.host === 'string' || typeof flags.host === 'boolean' ? flags.host : undefined,
experimentalSsr: typeof flags.experimentalSsr === 'boolean' ? flags.experimentalSsr : undefined,
experimentalIntegrations:
typeof flags.experimentalIntegrations === 'boolean' ? flags.experimentalIntegrations : undefined,
typeof flags.experimentalIntegrations === 'boolean'
? flags.experimentalIntegrations
: undefined,
drafts: typeof flags.drafts === 'boolean' ? flags.drafts : false,
};
}
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/test/custom-elements.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ describe('Custom Elements', () => {
fixture = await loadFixture({
root: './fixtures/custom-elements/',
experimental: {
integrations: true
}
integrations: true,
},
});
await fixture.build();
});
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "mocha --exit --timeout 20000"
},
"dependencies": {
"@astrojs/webapi": "^0.11.0"
"@astrojs/webapi": "^0.11.1"
},
"devDependencies": {
"@netlify/functions": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@astrojs/webapi": "^0.11.0"
"@astrojs/webapi": "^0.11.1"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@astrojs/webapi": "^0.11.0",
"@astrojs/webapi": "^0.11.1",
"esbuild": "^0.14.34"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/webapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @astrojs/webapi

## 0.11.1

### Patch Changes

- [#3095](https://github.com/withastro/astro/pull/3095) [`5acf77dd`](https://github.com/withastro/astro/commit/5acf77dd22be95e33ff838383a2c1790f484e380) Thanks [@matthewp](https://github.com/matthewp)! - Fixes rendering of "undefined" on custom element children
2 changes: 1 addition & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
"version": "0.11.0",
"version": "0.11.1",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 3 additions & 3 deletions packages/webapi/src/lib/Element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import * as _ from './utils'

export class Element extends Node {
constructor() {
super();
if(_.INTERNALS.has(new.target)) {
super()

if (_.INTERNALS.has(new.target)) {
const internals = _.internalsOf(new.target, 'Element', 'localName')
_.INTERNALS.set(this, {
attributes: {},
Expand Down
Loading