Skip to content

Commit

Permalink
v0.3.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 7, 2024
1 parent e6432cd commit 59a2673
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 73 deletions.
6 changes: 3 additions & 3 deletions core/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"executableName": "Magic Circle",
"productName": "Magic Circle",
"type": "module",
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle editor",
"keywords": [
"controls",
Expand Down Expand Up @@ -47,9 +47,9 @@
"@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/recordings": "^0.3.0-alpha.4",
"@magic-circle/schema": "^0.3.0-alpha.3",
"@magic-circle/screenshots": "^0.3.0-alpha.3",
"@magic-circle/screenshots": "^0.3.0-alpha.4",
"@magic-circle/seed": "^0.3.0-alpha.3",
"@magic-circle/state": "^0.3.0-alpha.3",
"@magic-circle/styles": "^0.3.0-alpha.3",
Expand Down
4 changes: 2 additions & 2 deletions core/online/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/online",
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"private": true,
"description": "Magic Circle online test environment",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"serve": "serve magic-circle/"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@magic-circle/schema": "^0.3.0-alpha.3",
"@magic-circle/styles": "^0.3.0-alpha.3",
"@types/react": "^18.2.45",
Expand Down
4 changes: 2 additions & 2 deletions examples/p5-global/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/p5-global/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-p5-global",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle P5js (global mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/p5-instance/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/p5-instance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-p5-instance",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle P5js (instance mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/p5-svg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/p5-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-p5-svg",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle P5js (svg) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/pixi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/pixi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/pixi",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle pixi.js example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react-three-fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-react-three-fiber",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle React Three Fiber example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.160.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/regl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/regl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magic-circle/example-regl",
"type": "module",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle Regl example",
"keywords": [
"controls",
Expand Down Expand Up @@ -30,7 +30,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-glsl": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-simple",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"type": "module",
"description": "Magic Circle simple example",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/textures/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/textures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-textures",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle textures example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/timeline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-timeline",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle timeline example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/watchers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/watchers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magic-circle/example-watchers",
"private": true,
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"description": "Magic Circle watcher example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.3",
"@magic-circle/editor": "^0.3.0-alpha.4",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["core/*", "examples/*", "plugins/*"],
"version": "0.3.0-alpha.3",
"version": "0.3.0-alpha.4",
"command": {
"version": {
"allowBranch": "main"
Expand Down
Loading

0 comments on commit 59a2673

Please sign in to comment.