From 634670e997113eb835be835171aea1260d43ab99 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Mon, 28 Jun 2021 16:08:20 +0200 Subject: [PATCH] Chore: Bump versions --- packages/dataverse/package.json | 2 +- theatre/core/package.json | 4 ++-- theatre/package.json | 2 +- theatre/studio/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index f8df6fa..557168f 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "1.0.0-dev.1", + "version": "1.0.0-dev.2", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 0e36c8b..d431956 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.4.0-dev.2", + "version": "0.4.0-dev.3", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { @@ -42,4 +42,4 @@ "dependencies": { "@theatre/dataverse": "workspace:*" } -} +} \ No newline at end of file diff --git a/theatre/package.json b/theatre/package.json index de8f7bd..d4e5058 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.4.0-dev.2", + "version": "0.4.0-dev.3", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index e779379..d92eb97 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.4.0-dev.2", + "version": "0.4.0-dev.3", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": { @@ -45,4 +45,4 @@ "peerDependencies": { "@theatre/core": "*" } -} +} \ No newline at end of file