From 22192de225f81fbc6af839a6cadd8221f4f8ea9f Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 10 Aug 2023 14:44:21 +0200 Subject: [PATCH] 0.7.0-dev.2 --- devEnv/cli.ts | 13 ++++++------- package.json | 2 +- packages/browser-bundles/package.json | 2 +- packages/dataverse/package.json | 2 +- packages/r3f/package.json | 2 +- packages/react/package.json | 2 +- packages/theatric/package.json | 2 +- theatre/core/package.json | 2 +- theatre/package.json | 2 +- theatre/studio/package.json | 2 +- 10 files changed, 15 insertions(+), 16 deletions(-) diff --git a/devEnv/cli.ts b/devEnv/cli.ts index ae41a52..2651b7e 100644 --- a/devEnv/cli.ts +++ b/devEnv/cli.ts @@ -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() diff --git a/package.json b/package.json index 68eef7f..71fa196 100644 --- a/package.json +++ b/package.json @@ -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/*", diff --git a/packages/browser-bundles/package.json b/packages/browser-bundles/package.json index 1116857..119c785 100644 --- a/packages/browser-bundles/package.json +++ b/packages/browser-bundles/package.json @@ -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", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index a3ab991..19911f1 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -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", diff --git a/packages/r3f/package.json b/packages/r3f/package.json index cd31bfa..2c74146 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/r3f", - "version": "0.7.0-dev.1", + "version": "0.7.0-dev.2", "license": "Apache-2.0", "authors": [ { diff --git a/packages/react/package.json b/packages/react/package.json index dacfcc7..0475443 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/packages/theatric/package.json b/packages/theatric/package.json index 5d74302..1731c13 100644 --- a/packages/theatric/package.json +++ b/packages/theatric/package.json @@ -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", diff --git a/theatre/core/package.json b/theatre/core/package.json index 1be5643..c4e598f 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -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": { diff --git a/theatre/package.json b/theatre/package.json index cf90b7c..fa0cfee 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.7.0-dev.1", + "version": "0.7.0-dev.2", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 8fd0206..910da7e 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -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": {