From 76533d9f82f8d184ab6f4b3ba2f37c195fcf577c Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 14 Oct 2021 18:48:21 +0200 Subject: [PATCH] 0.4.7 --- package.json | 2 +- packages/browser-bundles/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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 26a79e3..3fc48b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theatre-monorepo", "license": "Apache-2.0", - "version": "0.4.7-rc.1", + "version": "0.4.7", "workspaces": [ "packages/*", "examples/*", diff --git a/packages/browser-bundles/package.json b/packages/browser-bundles/package.json index ffd962a..275efbe 100644 --- a/packages/browser-bundles/package.json +++ b/packages/browser-bundles/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/browser-bundles", - "version": "0.4.7-rc.1", + "version": "0.4.7", "license": "SEE LICENSE IN LICENSE", "author": { "name": "Aria Minaei", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index d61fe9b..e19d272 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "0.4.7-rc.1", + "version": "0.4.7", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/packages/react/package.json b/packages/react/package.json index 62243d1..ff124ef 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/react", - "version": "0.4.7-rc.1", + "version": "0.4.7", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 9cf1138..56841f0 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.4.7-rc.1", + "version": "0.4.7", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { diff --git a/theatre/package.json b/theatre/package.json index 5b05e10..86a0d2c 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.4.7-rc.1", + "version": "0.4.7", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 30ff8a5..b6b21cd 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.4.7-rc.1", + "version": "0.4.7", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": {