Add @theatre/r3f to set of packages with locked version numbers

This commit is contained in:
Aria Minaei 2022-07-07 22:12:30 +02:00 committed by Aria
parent 0e5b27d76d
commit 0bb97f14d3

View file

@ -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 () {