summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/fresh-shrimps-happen.md5
-rw-r--r--packages/integrations/react/package.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/.changeset/fresh-shrimps-happen.md b/.changeset/fresh-shrimps-happen.md
new file mode 100644
index 000000000..deb4f5c94
--- /dev/null
+++ b/.changeset/fresh-shrimps-happen.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/react": patch
+---
+
+Publish missing `vnode-children.js` file
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 14a8a7745..46c6c65cb 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -36,7 +36,8 @@
"jsx-runtime.js",
"server.js",
"server-v17.js",
- "static-html.js"
+ "static-html.js",
+ "vnode-children.js"
],
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",