diff --git a/package.json b/package.json index deec3ae..0966b22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theatre-monorepo", "license": "Apache-2.0", - "version": "0.4.5", + "version": "0.4.6", "workspaces": [ "packages/*", "examples/*", diff --git a/packages/browser-bundles/package.json b/packages/browser-bundles/package.json index 4df095e..48f1491 100644 --- a/packages/browser-bundles/package.json +++ b/packages/browser-bundles/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/browser-bundles", - "version": "0.4.5", + "version": "0.4.6", "license": "SEE LICENSE IN LICENSE", "author": { "name": "Aria Minaei", diff --git a/packages/dataverse/package.json b/packages/dataverse/package.json index b2afb10..d5fc3b9 100644 --- a/packages/dataverse/package.json +++ b/packages/dataverse/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/dataverse", - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/packages/react/package.json b/packages/react/package.json index de935e4..4336e8d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/react", - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "author": { "name": "Aria Minaei", diff --git a/theatre/core/package.json b/theatre/core/package.json index 7c82c3f..0cb3967 100644 --- a/theatre/core/package.json +++ b/theatre/core/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/core", - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "description": "Motion design editor for the web", "repository": { diff --git a/theatre/package.json b/theatre/package.json index b0e5565..d7dcbff 100644 --- a/theatre/package.json +++ b/theatre/package.json @@ -1,7 +1,7 @@ { "name": "theatre", "private": true, - "version": "0.4.5", + "version": "0.4.6", "workspaces": [ "./shared", "./core", diff --git a/theatre/studio/package.json b/theatre/studio/package.json index 5182834..dd60562 100644 --- a/theatre/studio/package.json +++ b/theatre/studio/package.json @@ -1,6 +1,6 @@ { "name": "@theatre/studio", - "version": "0.4.5", + "version": "0.4.6", "license": "AGPL-3.0-only", "description": "Motion design editor for the web", "repository": {