Renamed @theatre/plugin-r3f to @theatre/r3f

This commit is contained in:
Aria Minaei 2021-09-06 10:19:10 +02:00
parent 03a2f26686
commit 4f66d57cf8
42 changed files with 19 additions and 19 deletions

View file

@ -12,7 +12,7 @@ const packagesToBuild = [
'theatre',
'@theatre/dataverse',
'@theatre/react',
'@theatre/plugin-r3f',
'@theatre/r3f',
]
const packagesToPublish = [
@ -20,7 +20,7 @@ const packagesToPublish = [
'@theatre/studio',
'@theatre/dataverse',
'@theatre/react',
'@theatre/plugin-r3f',
'@theatre/r3f',
]
/**
@ -33,7 +33,7 @@ const packagesWhoseVersionsShouldBump = [
'theatre/studio',
'packages/dataverse',
'packages/react',
'packages/plugin-r3f',
'packages/r3f',
]
;(async function () {

View file

@ -9,6 +9,6 @@
{"path": "../../theatre"},
{"path": "../../packages/dataverse"},
{"path": "../../packages/playground"},
{"path": "../../packages/plugin-r3f"}
{"path": "../../packages/r3f"}
]
}