0.7.0-dev.2
This commit is contained in:
parent
3b93370813
commit
22192de225
10 changed files with 15 additions and 16 deletions
|
@ -230,13 +230,12 @@ prog
|
|||
// }
|
||||
|
||||
console.log('Publishing to npm')
|
||||
// await Promise.all(
|
||||
// packagesToPublish.map(
|
||||
// (workspace) =>
|
||||
// $`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
|
||||
// ),
|
||||
// )
|
||||
console.log('NOT!!')
|
||||
await Promise.all(
|
||||
packagesToPublish.map(
|
||||
(workspace) =>
|
||||
$`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
void release()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "theatre-monorepo",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"examples/*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/browser-bundles",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/dataverse",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/r3f",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/react",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "theatric",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Andrew Prifer",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/core",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Motion design editor for the web",
|
||||
"repository": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "theatre",
|
||||
"private": true,
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"workspaces": [
|
||||
"./shared",
|
||||
"./core",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/studio",
|
||||
"version": "0.7.0-dev.1",
|
||||
"version": "0.7.0-dev.2",
|
||||
"license": "AGPL-3.0-only",
|
||||
"description": "Motion design editor for the web",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue