Add @theatre/r3f
to set of packages with locked version numbers
This commit is contained in:
parent
0e5b27d76d
commit
0bb97f14d3
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ const packagesToBuild = [
|
||||||
'@theatre/dataverse',
|
'@theatre/dataverse',
|
||||||
'@theatre/react',
|
'@theatre/react',
|
||||||
'@theatre/browser-bundles',
|
'@theatre/browser-bundles',
|
||||||
// '@theatre/r3f',
|
'@theatre/r3f',
|
||||||
]
|
]
|
||||||
|
|
||||||
const packagesToPublish = [
|
const packagesToPublish = [
|
||||||
|
@ -29,7 +29,7 @@ const packagesToPublish = [
|
||||||
'@theatre/dataverse',
|
'@theatre/dataverse',
|
||||||
'@theatre/react',
|
'@theatre/react',
|
||||||
'@theatre/browser-bundles',
|
'@theatre/browser-bundles',
|
||||||
// '@theatre/r3f',
|
'@theatre/r3f',
|
||||||
]
|
]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -43,7 +43,7 @@ const packagesWhoseVersionsShouldBump = [
|
||||||
'packages/dataverse',
|
'packages/dataverse',
|
||||||
'packages/react',
|
'packages/react',
|
||||||
'packages/browser-bundles',
|
'packages/browser-bundles',
|
||||||
// 'packages/r3f',
|
'packages/r3f',
|
||||||
]
|
]
|
||||||
|
|
||||||
;(async function () {
|
;(async function () {
|
||||||
|
|
Loading…
Reference in a new issue