summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md9
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/webapi/CHANGELOG.md7
-rw-r--r--packages/webapi/package.json2
7 files changed, 22 insertions, 6 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 0841ae432..9d879b363 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -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
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 091e9b1a7..0b4e17486 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -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",
@@ -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",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 16453c47b..1228d0687 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -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",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index b615d7ab9..644065c1d 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -23,7 +23,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@astrojs/webapi": "^0.11.0"
+ "@astrojs/webapi": "^0.11.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 62352fdb3..cbc94f525 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -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": {
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md
new file mode 100644
index 000000000..40d329eb9
--- /dev/null
+++ b/packages/webapi/CHANGELOG.md
@@ -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
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index 88dc2eca8..d0794aa4c 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
- "version": "0.11.0",
+ "version": "0.11.1",
"type": "module",
"exports": {
".": {