From b5fa729e5dbf97288e61b6e4935df9115169a9cd Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Mon, 6 Sep 2021 21:13:20 +0200 Subject: [PATCH] 0.4.0-dev.15 --- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cba76e5..1380600 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theatre-monorepo", "license": "Apache-2.0", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "workspaces": [ "packages/*", "examples/*", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index 326cd3f..77aa3a2 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/packages/r3f/package.json b/packages/r3f/package.json index 029f021..9bc0bf3 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/r3f", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "license": "Apache-2.0", "authors": [ { diff --git a/packages/react/package.json b/packages/react/package.json index 326d388..338da15 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/react", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 46226b9..14a5fbd 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { diff --git a/theatre/package.json b/theatre/package.json index 718823c..9961f14 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 4ecdb36..d25f3d5 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.4.0-dev.14", + "version": "0.4.0-dev.15", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": {