Renamed @theatre/dataverse-react to @theatre/react

This commit is contained in:
Aria Minaei 2021-09-05 23:07:02 +02:00
parent 69a12440ca
commit 1452c9ebbe
60 changed files with 80 additions and 80 deletions

View file

@ -11,7 +11,7 @@ import {keyBy} from 'lodash-es'
const packagesToBuild = [
'theatre',
'@theatre/dataverse',
'@theatre/dataverse-react',
'@theatre/react',
'@theatre/plugin-r3f',
]
@ -19,7 +19,7 @@ const packagesToPublish = [
'@theatre/core',
'@theatre/studio',
'@theatre/dataverse',
'@theatre/dataverse-react',
'@theatre/react',
'@theatre/plugin-r3f',
]
@ -32,7 +32,7 @@ const packagesWhoseVersionsShouldBump = [
'theatre/core',
'theatre/studio',
'packages/dataverse',
'packages/dataverse-react',
'packages/react',
'packages/plugin-r3f',
]