From 0bb97f14d30cfe0936a53157e476876569106f9a Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 7 Jul 2022 22:12:30 +0200 Subject: [PATCH] Add `@theatre/r3f` to set of packages with locked version numbers --- scripts/release.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release.mjs b/scripts/release.mjs index 6c1985e..1f8fa35 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -20,7 +20,7 @@ const packagesToBuild = [ '@theatre/dataverse', '@theatre/react', '@theatre/browser-bundles', - // '@theatre/r3f', + '@theatre/r3f', ] const packagesToPublish = [ @@ -29,7 +29,7 @@ const packagesToPublish = [ '@theatre/dataverse', '@theatre/react', '@theatre/browser-bundles', - // '@theatre/r3f', + '@theatre/r3f', ] /** @@ -43,7 +43,7 @@ const packagesWhoseVersionsShouldBump = [ 'packages/dataverse', 'packages/react', 'packages/browser-bundles', - // 'packages/r3f', + 'packages/r3f', ] ;(async function () {