Skip to content

Commit

Permalink
Add Flight packages to experimental allowlist (#20486)
Browse files Browse the repository at this point in the history
- react-fetch
- react-fs
- react-pg
- react-server-dom-webpack
  • Loading branch information
acdlite committed Dec 18, 2020
1 parent 1bda600 commit 99554dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/react-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"name": "react-fetch",
"description": "Helpers for creating React data sources",
"version": "0.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"name": "react-fs",
"description": "React bindings for the filesystem",
"version": "0.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"name": "react-pg",
"description": "React bindings for PostgreSQL",
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-dom-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "react-server-dom-webpack",
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
"version": "0.1.0",
"private": true,
"keywords": [
"react"
],
Expand All @@ -12,6 +11,7 @@
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
"plugin.js",
"writer.js",
Expand Down
4 changes: 4 additions & 0 deletions scripts/release/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ const getPublicPackages = isExperimental => {
'react-test-renderer',
'use-subscription',
'scheduler',
'react-fetch',
'react-fs',
'react-pg',
'react-server-dom-webpack',
];
} else {
return [
Expand Down

0 comments on commit 99554dc

Please sign in to comment.