Skip to content

Commit 7af7a28

Browse files
committed
When I added react-server-dom-turbopack I failed to mark the package as stable so it did not get published with the canary release. This adds the package to the stable set so it will be published correctly
1 parent f81c0f1 commit 7af7a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactVersions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const stablePackages = {
3535
'react-art': ReactVersion,
3636
'react-dom': ReactVersion,
3737
'react-server-dom-webpack': ReactVersion,
38+
'react-server-dom-turbopack': ReactVersion,
3839
'react-is': ReactVersion,
3940
'react-reconciler': '0.30.0',
4041
'react-refresh': '0.15.0',

0 commit comments

Comments
 (0)