From 2c4b317934d88ad17eddacf8d84d1ac449b083e9 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Wed, 22 Sep 2021 21:18:48 +0200 Subject: [PATCH] 0.4.2 --- package.json | 2 +- packages/dataverse/package.json | 2 +- packages/react/package.json | 2 +- theatre/core/package.json | 2 +- theatre/package.json | 2 +- theatre/studio/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fb3f548..dcf9065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theatre-monorepo", "license": "Apache-2.0", - "version": "0.4.1", + "version": "0.4.2", "workspaces": [ "packages/*", "examples/*", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index 5e8cfdd..e9916b3 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/packages/react/package.json b/packages/react/package.json index 84f87ed..9161132 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/react", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 9ffab02..2594e93 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { diff --git a/theatre/package.json b/theatre/package.json index 396917f..42c2b40 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.4.1", + "version": "0.4.2", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 1f86e79..a0e9b9e 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.4.1", + "version": "0.4.2", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": {