From a8176a36f76b59c8a2558a9325c00ae9c005e7d1 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 12 Jul 2022 17:52:33 +0200 Subject: [PATCH] 0.5.0-rc.3 --- package.json | 2 +- packages/browser-bundles/package.json | 2 +- packages/dataverse/package.json | 2 +- packages/r3f/package.json | 2 +- packages/react/package.json | 2 +- theatre/core/package.json | 2 +- theatre/package.json | 2 +- theatre/studio/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6578391..e120da8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theatre-monorepo", "license": "Apache-2.0", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "workspaces": [ "packages/*", "examples/*", diff --git a/packages/browser-bundles/package.json b/packages/browser-bundles/package.json index df4c8f5..8ecd6eb 100644 --- a/packages/browser-bundles/package.json +++ b/packages/browser-bundles/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/browser-bundles", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "SEE LICENSE IN LICENSE", "author": { "name": "Aria Minaei", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index e2beb62..5a4ed74 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/packages/r3f/package.json b/packages/r3f/package.json index 5549d24..2bac464 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/r3f", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "Apache-2.0", "authors": [ { diff --git a/packages/react/package.json b/packages/react/package.json index 923f2cd..a75b5b6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/react", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 29a08d2..b4c7ab5 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { diff --git a/theatre/package.json b/theatre/package.json index ba300c5..10f327e 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 0d84a60..1a43930 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.5.0-rc.2", + "version": "0.5.0-rc.3", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": {