Fix a typo in release.mjs

This commit is contained in:
Aria Minaei 2023-01-23 23:19:40 +01:00
parent 4b4fe858f9
commit e9ce60200b

View file

@ -46,7 +46,7 @@ const packagesWhoseVersionsShouldBump = [
'packages/react', 'packages/react',
'packages/browser-bundles', 'packages/browser-bundles',
'packages/r3f', 'packages/r3f',
'theatric', 'packages/theatric',
] ]
;(async function () { ;(async function () {