Fix a typo in release.mjs
This commit is contained in:
parent
4b4fe858f9
commit
e9ce60200b
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue