From 5952c33d6c745020ab0ca53808c33300fa1b8b8d Mon Sep 17 00:00:00 2001 From: Davey van der Woert Date: Fri, 5 Jan 2024 13:18:18 -0600 Subject: [PATCH] v0.3.0-alpha.3 --- core/client/package.json | 2 +- core/editor/package.json | 26 ++-- core/online/package.json | 8 +- core/schema/package.json | 4 +- core/state/package.json | 4 +- core/styles/package.json | 4 +- examples/p5-global/package-lock.json | 4 +- examples/p5-global/package.json | 8 +- examples/p5-instance/package-lock.json | 4 +- examples/p5-instance/package.json | 8 +- examples/p5-svg/package-lock.json | 4 +- examples/p5-svg/package.json | 8 +- examples/pixi/package-lock.json | 4 +- examples/pixi/package.json | 6 +- examples/react-three-fiber/package.json | 8 +- examples/regl/package-lock.json | 4 +- examples/regl/package.json | 7 +- examples/simple/package.json | 6 +- examples/textures/package-lock.json | 4 +- examples/textures/package.json | 6 +- examples/timeline/package-lock.json | 4 +- examples/timeline/package.json | 6 +- examples/watchers/package-lock.json | 4 +- examples/watchers/package.json | 6 +- lerna.json | 8 +- package-lock.json | 196 ++++++++++++------------ plugins/controls/package.json | 8 +- plugins/layers/package.json | 8 +- plugins/midi/package.json | 8 +- plugins/p5/package.json | 6 +- plugins/performance/package.json | 8 +- plugins/play-controls/package.json | 6 +- plugins/react/package.json | 4 +- plugins/recordings/package.json | 10 +- plugins/screenshots/package.json | 10 +- plugins/seed/package.json | 8 +- plugins/timeline/package.json | 10 +- 37 files changed, 217 insertions(+), 222 deletions(-) diff --git a/core/client/package.json b/core/client/package.json index ed9416d8..ae5dcd49 100644 --- a/core/client/package.json +++ b/core/client/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/client", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "type": "module", "description": "Magic Circle front-end client to embed in projects", "keywords": [], diff --git a/core/editor/package.json b/core/editor/package.json index ce7fe63e..cdae03be 100644 --- a/core/editor/package.json +++ b/core/editor/package.json @@ -3,7 +3,7 @@ "executableName": "Magic Circle", "productName": "Magic Circle", "type": "module", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle editor", "keywords": [ "controls", @@ -42,18 +42,18 @@ "dependencies": { "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/controls": "^0.3.0-alpha.2", - "@magic-circle/layers": "^0.3.0-alpha.2", - "@magic-circle/performance": "^0.3.0-alpha.2", - "@magic-circle/play-controls": "^0.3.0-alpha.2", - "@magic-circle/recordings": "^0.3.0-alpha.2", - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/screenshots": "^0.3.0-alpha.2", - "@magic-circle/seed": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", - "@magic-circle/timeline": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/controls": "^0.3.0-alpha.3", + "@magic-circle/layers": "^0.3.0-alpha.3", + "@magic-circle/performance": "^0.3.0-alpha.3", + "@magic-circle/play-controls": "^0.3.0-alpha.3", + "@magic-circle/recordings": "^0.3.0-alpha.3", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/screenshots": "^0.3.0-alpha.3", + "@magic-circle/seed": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", + "@magic-circle/timeline": "^0.3.0-alpha.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", diff --git a/core/online/package.json b/core/online/package.json index 716f490f..bf402b88 100644 --- a/core/online/package.json +++ b/core/online/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/online", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "private": true, "description": "Magic Circle online test environment", "keywords": [ @@ -28,9 +28,9 @@ "serve": "serve magic-circle/" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@types/react": "^18.2.45", "@types/styled-components": "^5.1.34", "serve": "*", diff --git a/core/schema/package.json b/core/schema/package.json index 0dfa7820..aedca74f 100644 --- a/core/schema/package.json +++ b/core/schema/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/schema", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle shares typescript schemas", "type": "module", "keywords": [ @@ -29,7 +29,7 @@ "build:prod": "NODE_ENV=production tsc" }, "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "typescript": "^5.3.3" }, "peerDependencies": { diff --git a/core/state/package.json b/core/state/package.json index 5ea2cabc..dac46c85 100644 --- a/core/state/package.json +++ b/core/state/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/state", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "type": "module", "description": "Magic Circle state management solution for React", "keywords": [ @@ -31,7 +31,7 @@ "build:prod": "NODE_ENV=production tsc" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.2.45", "typescript": "^5.3.3" }, diff --git a/core/styles/package.json b/core/styles/package.json index c018750d..1eb88670 100644 --- a/core/styles/package.json +++ b/core/styles/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/styles", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle style helpers", "keywords": [ "controls", @@ -33,7 +33,7 @@ "color-string": "1.9.1" }, "devDependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", "@types/color-string": "^1.5.5", "@types/styled-components": "^5.1.34", "case": "^1.6.3", diff --git a/examples/p5-global/package-lock.json b/examples/p5-global/package-lock.json index 93e76eff..eaff4741 100644 --- a/examples/p5-global/package-lock.json +++ b/examples/p5-global/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-p5-global", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-p5-global", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "p5": "^1.9.0" diff --git a/examples/p5-global/package.json b/examples/p5-global/package.json index 212ff812..84c0a3eb 100644 --- a/examples/p5-global/package.json +++ b/examples/p5-global/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-p5-global", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle P5js (global mode) example", "type": "module", "keywords": [ @@ -30,14 +30,14 @@ "editor": "magic" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0" }, "exampleName": "p5.js (global mode)" diff --git a/examples/p5-instance/package-lock.json b/examples/p5-instance/package-lock.json index 2e9ae8b7..486bd977 100644 --- a/examples/p5-instance/package-lock.json +++ b/examples/p5-instance/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-p5-instance", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-p5-instance", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "p5": "^1.9.0" diff --git a/examples/p5-instance/package.json b/examples/p5-instance/package.json index d3e37687..072cefb9 100644 --- a/examples/p5-instance/package.json +++ b/examples/p5-instance/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-p5-instance", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle P5js (instance mode) example", "type": "module", "keywords": [ @@ -30,14 +30,14 @@ "editor": "magic" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0" }, "exampleName": "p5.js (instance mode)" diff --git a/examples/p5-svg/package-lock.json b/examples/p5-svg/package-lock.json index 756e3fa0..e8423319 100644 --- a/examples/p5-svg/package-lock.json +++ b/examples/p5-svg/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-p5-svg", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-p5-svg", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "p5": "^1.9.0", diff --git a/examples/p5-svg/package.json b/examples/p5-svg/package.json index 9b14437a..0952bfb1 100644 --- a/examples/p5-svg/package.json +++ b/examples/p5-svg/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-p5-svg", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle P5js (svg) example", "type": "module", "keywords": [ @@ -30,14 +30,14 @@ "editor": "magic" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0", "p5.js-svg": "^1.5.1" }, diff --git a/examples/pixi/package-lock.json b/examples/pixi/package-lock.json index 2316c755..24ce9b64 100644 --- a/examples/pixi/package-lock.json +++ b/examples/pixi/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/pixi", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/pixi", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "pixi.js": "^7.3.2" diff --git a/examples/pixi/package.json b/examples/pixi/package.json index 414b2493..c7b5597f 100644 --- a/examples/pixi/package.json +++ b/examples/pixi/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/pixi", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle pixi.js example", "type": "module", "keywords": [ @@ -33,12 +33,12 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "pixi.js": "^7.3.2" }, "exampleName": "Pixi.js" diff --git a/examples/react-three-fiber/package.json b/examples/react-three-fiber/package.json index 7b26d4aa..d1929981 100644 --- a/examples/react-three-fiber/package.json +++ b/examples/react-three-fiber/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-react-three-fiber", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle React Three Fiber example", "type": "module", "keywords": [ @@ -34,7 +34,7 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "@types/three": "^0.160.0", @@ -43,8 +43,8 @@ "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/react": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/react": "^0.3.0-alpha.3", "@react-three/drei": "^9.92.7", "@react-three/fiber": "^8.15.12", "react": "^18.2.0", diff --git a/examples/regl/package-lock.json b/examples/regl/package-lock.json index ef935263..6b142089 100644 --- a/examples/regl/package-lock.json +++ b/examples/regl/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-regl", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-regl", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "regl": "2.1.0" diff --git a/examples/regl/package.json b/examples/regl/package.json index fa8f5379..fb04431c 100644 --- a/examples/regl/package.json +++ b/examples/regl/package.json @@ -2,8 +2,7 @@ "name": "@magic-circle/example-regl", "type": "module", "private": true, - "version": "0.3.0-alpha.2", - "type": "module", + "version": "0.3.0-alpha.3", "description": "Magic Circle Regl example", "keywords": [ "controls", @@ -31,13 +30,13 @@ "editor": "magic" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "typescript": "^5.3.3", "vite": "^5.0.10", "vite-plugin-glsl": "^1.2.1" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "regl": "2.1.0" } } diff --git a/examples/simple/package.json b/examples/simple/package.json index 24ed491e..77214b1c 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-simple", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "type": "module", "description": "Magic Circle simple example", "keywords": [ @@ -32,13 +32,13 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" } } diff --git a/examples/textures/package-lock.json b/examples/textures/package-lock.json index 5d7ce043..400e5d05 100644 --- a/examples/textures/package-lock.json +++ b/examples/textures/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-textures", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-textures", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "three": "^0.160.0" diff --git a/examples/textures/package.json b/examples/textures/package.json index cc564a27..f956c06d 100644 --- a/examples/textures/package.json +++ b/examples/textures/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-textures", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle textures example", "type": "module", "keywords": [ @@ -32,13 +32,13 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" } } diff --git a/examples/timeline/package-lock.json b/examples/timeline/package-lock.json index 8e26dec6..c8b6c3a4 100644 --- a/examples/timeline/package-lock.json +++ b/examples/timeline/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-timeline", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-timeline", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "three": "^0.160.0" diff --git a/examples/timeline/package.json b/examples/timeline/package.json index 93e62736..5fc1909a 100644 --- a/examples/timeline/package.json +++ b/examples/timeline/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-timeline", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle timeline example", "type": "module", "keywords": [ @@ -32,13 +32,13 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" } } diff --git a/examples/watchers/package-lock.json b/examples/watchers/package-lock.json index 76868b3f..eecafdde 100644 --- a/examples/watchers/package-lock.json +++ b/examples/watchers/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magic-circle/example-watchers", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@magic-circle/example-watchers", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "three": "^0.160.0" diff --git a/examples/watchers/package.json b/examples/watchers/package.json index c03e646d..c26ff006 100644 --- a/examples/watchers/package.json +++ b/examples/watchers/package.json @@ -1,7 +1,7 @@ { "name": "@magic-circle/example-watchers", "private": true, - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle watcher example", "type": "module", "keywords": [ @@ -32,13 +32,13 @@ "editor:dev": "magic develop" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" } } diff --git a/lerna.json b/lerna.json index a320f8a4..81fbf3c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,6 @@ { - "packages": [ - "core/*", - "examples/*", - "plugins/*" - ], - "version": "0.3.0-alpha.2", + "packages": ["core/*", "examples/*", "plugins/*"], + "version": "0.3.0-alpha.3", "command": { "version": { "allowBranch": "main" diff --git a/package-lock.json b/package-lock.json index bc142aab..8d2a23a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ }, "core/client": { "name": "@magic-circle/client", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "ISC", "devDependencies": { "@rollup/plugin-replace": "^5.0.5", @@ -157,23 +157,23 @@ }, "core/editor": { "name": "@magic-circle/editor", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/controls": "^0.3.0-alpha.2", - "@magic-circle/layers": "^0.3.0-alpha.2", - "@magic-circle/performance": "^0.3.0-alpha.2", - "@magic-circle/play-controls": "^0.3.0-alpha.2", - "@magic-circle/recordings": "^0.3.0-alpha.2", - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/screenshots": "^0.3.0-alpha.2", - "@magic-circle/seed": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", - "@magic-circle/timeline": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/controls": "^0.3.0-alpha.3", + "@magic-circle/layers": "^0.3.0-alpha.3", + "@magic-circle/performance": "^0.3.0-alpha.3", + "@magic-circle/play-controls": "^0.3.0-alpha.3", + "@magic-circle/recordings": "^0.3.0-alpha.3", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/screenshots": "^0.3.0-alpha.3", + "@magic-circle/seed": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", + "@magic-circle/timeline": "^0.3.0-alpha.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", @@ -233,12 +233,12 @@ }, "core/online": { "name": "@magic-circle/online", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@types/react": "^18.2.45", "@types/styled-components": "^5.1.34", "serve": "*", @@ -251,10 +251,10 @@ }, "core/schema": { "name": "@magic-circle/schema", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "typescript": "^5.3.3" }, "peerDependencies": { @@ -264,10 +264,10 @@ }, "core/state": { "name": "@magic-circle/state", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.2.45", "typescript": "^5.3.3" }, @@ -277,13 +277,13 @@ }, "core/styles": { "name": "@magic-circle/styles", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "color-string": "1.9.1" }, "devDependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", "@types/color-string": "^1.5.5", "@types/styled-components": "^5.1.34", "case": "^1.6.3", @@ -296,15 +296,15 @@ }, "examples/p5-global": { "name": "@magic-circle/example-p5-global", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -312,15 +312,15 @@ }, "examples/p5-instance": { "name": "@magic-circle/example-p5-instance", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -328,16 +328,16 @@ }, "examples/p5-svg": { "name": "@magic-circle/example-p5-svg", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/p5": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/p5": "^0.3.0-alpha.3", "p5": "^1.9.0", "p5.js-svg": "^1.5.1" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/p5": "^1.7.6", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -345,25 +345,25 @@ }, "examples/pixi": { "name": "@magic-circle/pixi", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "pixi.js": "^7.3.2" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "typescript": "^5.3.3", "vite": "^5.0.10" } }, "examples/react-three-fiber": { "name": "@magic-circle/example-react-three-fiber", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@magic-circle/react": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", + "@magic-circle/react": "^0.3.0-alpha.3", "@react-three/drei": "^9.92.7", "@react-three/fiber": "^8.15.12", "react": "^18.2.0", @@ -371,7 +371,7 @@ "three": "^0.160.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "@types/three": "^0.160.0", @@ -382,14 +382,14 @@ }, "examples/regl": { "name": "@magic-circle/example-regl", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "regl": "2.1.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "typescript": "^5.3.3", "vite": "^5.0.10", "vite-plugin-glsl": "^1.2.1" @@ -397,14 +397,14 @@ }, "examples/simple": { "name": "@magic-circle/example-simple", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -412,14 +412,14 @@ }, "examples/textures": { "name": "@magic-circle/example-textures", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -427,14 +427,14 @@ }, "examples/timeline": { "name": "@magic-circle/example-timeline", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -442,14 +442,14 @@ }, "examples/watchers": { "name": "@magic-circle/example-watchers", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "three": "^0.160.0" }, "devDependencies": { - "@magic-circle/editor": "^0.3.0-alpha.2", + "@magic-circle/editor": "^0.3.0-alpha.3", "@types/three": "^0.160.0", "typescript": "^5.3.3", "vite": "^5.0.10" @@ -25550,11 +25550,11 @@ }, "plugins/controls": { "name": "@magic-circle/controls", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@rc-component/color-picker": "^1.4.1", "color-rgba": "^2.4.0" }, @@ -25571,15 +25571,15 @@ }, "plugins/layers": { "name": "@magic-circle/layers", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "shallowequal": "^1.1.0" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" }, @@ -25603,15 +25603,15 @@ }, "plugins/midi": { "name": "@magic-circle/midi", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "webmidi": "^2.5.1" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2" + "@magic-circle/schema": "^0.3.0-alpha.3" }, "peerDependencies": { "react": "*", @@ -25620,10 +25620,10 @@ }, "plugins/p5": { "name": "@magic-circle/p5", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "ISC", "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "8.3.3", @@ -25688,14 +25688,14 @@ }, "plugins/performance": { "name": "@magic-circle/performance", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2" + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" }, @@ -25719,11 +25719,11 @@ }, "plugins/play-controls": { "name": "@magic-circle/play-controls", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "typescript": "^4.8.4" }, "peerDependencies": { @@ -25746,10 +25746,10 @@ }, "plugins/react": { "name": "@magic-circle/react", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "ISC", "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-typescript": "8.3.3", "@types/react": "^18.0.21", @@ -25814,13 +25814,13 @@ }, "plugins/recordings": { "name": "@magic-circle/recordings", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/screenshots": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/screenshots": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", "typescript": "^4.8.4" @@ -25845,7 +25845,7 @@ }, "plugins/screenshots": { "name": "@magic-circle/screenshots", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { "file-saver": "^2.0.5", @@ -25853,9 +25853,9 @@ "react-json-view": "^1.21.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@types/file-saver": "^2.0.7", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", @@ -25908,14 +25908,14 @@ }, "plugins/seed": { "name": "@magic-circle/seed", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2" + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", "typescript": "^4.8.4" @@ -25940,18 +25940,18 @@ }, "plugins/timeline": { "name": "@magic-circle/timeline", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "license": "MIT", "dependencies": { - "@magic-circle/layers": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/layers": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "file-saver": "^2.0.5", "idb-keyval": "^6.2.0", "virtual-scroll": "^2.2.1" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" }, diff --git a/plugins/controls/package.json b/plugins/controls/package.json index c82d9527..8c0e2423 100644 --- a/plugins/controls/package.json +++ b/plugins/controls/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/controls", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle default controls", "keywords": [ "controls", @@ -37,8 +37,8 @@ "build:prod": "NODE_ENV=production tsc" }, "devDependencies": { - "@types/react": "^18.0.21", "@types/color-rgba": "^2.1.2", + "@types/react": "^18.0.21", "@types/wicg-file-system-access": "*", "typescript": "^5.3.3" }, @@ -47,8 +47,8 @@ "styled-components": "*" }, "dependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@rc-component/color-picker": "^1.4.1", "color-rgba": "^2.4.0" }, diff --git a/plugins/layers/package.json b/plugins/layers/package.json index 1c431bdd..65f6368d 100644 --- a/plugins/layers/package.json +++ b/plugins/layers/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/layers", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle layers", "keywords": [ "controls", @@ -32,12 +32,12 @@ "build:prod": "NODE_ENV=production tsc" }, "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "shallowequal": "^1.1.0" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" }, diff --git a/plugins/midi/package.json b/plugins/midi/package.json index f5aea974..29abc8dd 100644 --- a/plugins/midi/package.json +++ b/plugins/midi/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/midi", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle midi", "private": true, "keywords": [ @@ -30,12 +30,12 @@ "build:prod": "NODE_ENV=production tsc" }, "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "webmidi": "^2.5.1" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2" + "@magic-circle/schema": "^0.3.0-alpha.3" }, "peerDependencies": { "react": "*", diff --git a/plugins/p5/package.json b/plugins/p5/package.json index 13b179b5..a4dfd609 100644 --- a/plugins/p5/package.json +++ b/plugins/p5/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/p5", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle wrapper util for p5.js projects", "keywords": [], "repository": { @@ -24,11 +24,11 @@ "build:prod": "NODE_ENV=production rollup --config rollup.config.js" }, "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", - "@types/shallowequal": "^1.1.5", + "@magic-circle/client": "^0.3.0-alpha.3", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "8.3.3", + "@types/shallowequal": "^1.1.5", "p5": "^1.4.2", "rollup": "^2.79.1", "rollup-plugin-dts": "^4.2.2", diff --git a/plugins/performance/package.json b/plugins/performance/package.json index b17da160..088fadf4 100644 --- a/plugins/performance/package.json +++ b/plugins/performance/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/performance", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle performance management", "keywords": [ "controls", @@ -34,11 +34,11 @@ "build:prod": "NODE_ENV=production tsc" }, "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2" + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" }, diff --git a/plugins/play-controls/package.json b/plugins/play-controls/package.json index f18e0d13..482099c2 100644 --- a/plugins/play-controls/package.json +++ b/plugins/play-controls/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/play-controls", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle play controls", "keywords": [ "controls", @@ -33,8 +33,8 @@ "build:prod": "NODE_ENV=production tsc" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "typescript": "^4.8.4" }, "peerDependencies": { diff --git a/plugins/react/package.json b/plugins/react/package.json index 16677f78..21a963ed 100644 --- a/plugins/react/package.json +++ b/plugins/react/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/react", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle wrapper util for React projects", "keywords": [], "repository": { @@ -24,7 +24,7 @@ "build:prod": "NODE_ENV=production rollup --config rollup.config.js" }, "devDependencies": { - "@magic-circle/client": "^0.3.0-alpha.2", + "@magic-circle/client": "^0.3.0-alpha.3", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-typescript": "8.3.3", "@types/react": "^18.0.21", diff --git a/plugins/recordings/package.json b/plugins/recordings/package.json index 9e10ae79..d7d7b997 100644 --- a/plugins/recordings/package.json +++ b/plugins/recordings/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/recordings", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle screen recordings", "keywords": [ "controls", @@ -35,10 +35,10 @@ "build:prod": "NODE_ENV=production tsc" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/screenshots": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/screenshots": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", "typescript": "^4.8.4" diff --git a/plugins/screenshots/package.json b/plugins/screenshots/package.json index 95023fd3..9432dcae 100644 --- a/plugins/screenshots/package.json +++ b/plugins/screenshots/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/screenshots", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle screenshots", "type": "module", "keywords": [ @@ -38,12 +38,12 @@ "react-json-view": "^1.21.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", + "@types/file-saver": "^2.0.7", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", - "@types/file-saver": "^2.0.7", "@types/wicg-file-system-access": "*", "typescript": "^5.3.3" }, diff --git a/plugins/seed/package.json b/plugins/seed/package.json index e5eb9c92..2d596bb3 100644 --- a/plugins/seed/package.json +++ b/plugins/seed/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/seed", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle seed manangement", "keywords": [ "controls", @@ -34,11 +34,11 @@ "build:prod": "NODE_ENV=production tsc" }, "dependencies": { - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2" + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", "typescript": "^4.8.4" diff --git a/plugins/timeline/package.json b/plugins/timeline/package.json index 41f0a9a3..58473df5 100644 --- a/plugins/timeline/package.json +++ b/plugins/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@magic-circle/timeline", - "version": "0.3.0-alpha.2", + "version": "0.3.0-alpha.3", "description": "Magic Circle timeline", "keywords": [ "controls", @@ -33,15 +33,15 @@ "build:prod": "NODE_ENV=production tsc" }, "dependencies": { - "@magic-circle/layers": "^0.3.0-alpha.2", - "@magic-circle/state": "^0.3.0-alpha.2", - "@magic-circle/styles": "^0.3.0-alpha.2", + "@magic-circle/layers": "^0.3.0-alpha.3", + "@magic-circle/state": "^0.3.0-alpha.3", + "@magic-circle/styles": "^0.3.0-alpha.3", "file-saver": "^2.0.5", "idb-keyval": "^6.2.0", "virtual-scroll": "^2.2.1" }, "devDependencies": { - "@magic-circle/schema": "^0.3.0-alpha.2", + "@magic-circle/schema": "^0.3.0-alpha.3", "@types/react": "^18.0.21", "typescript": "^4.8.4" },