Skip to content

Commit

Permalink
v0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Dec 31, 2023
1 parent 773e546 commit d4472aa
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 32 deletions.
8 changes: 4 additions & 4 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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle editor",
"keywords": [
"controls",
Expand Down Expand Up @@ -43,13 +43,13 @@
"@babel/core": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@magic-circle/client": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/controls": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/controls": "^0.3.0-alpha.2",
"@magic-circle/layers": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/performance": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/play-controls": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/recordings": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/recordings": "^0.3.0-alpha.2",
"@magic-circle/schema": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/screenshots": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/screenshots": "^0.3.0-alpha.2",
"@magic-circle/seed": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/state": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/styles": "^0.3.0-0.3.0-alpha.1.0",
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"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-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@magic-circle/schema": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/styles": "^0.3.0-0.3.0-alpha.1.0",
"@types/react": "^18.2.45",
Expand Down
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle P5js (global mode) example",
"keywords": [
"controls",
Expand Down Expand Up @@ -29,7 +29,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@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.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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle P5js (instance mode) example",
"keywords": [
"controls",
Expand Down Expand Up @@ -29,7 +29,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@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.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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle P5js (svg) example",
"keywords": [
"controls",
Expand Down Expand Up @@ -29,7 +29,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle pixi.js example",
"keywords": [
"controls",
Expand Down Expand Up @@ -32,7 +32,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle React Three Fiber example",
"keywords": [
"controls",
Expand Down Expand Up @@ -33,7 +33,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@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.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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle Regl example",
"keywords": [
"controls",
Expand Down Expand Up @@ -30,7 +30,7 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle simple example",
"keywords": [
"controls",
Expand Down Expand Up @@ -31,7 +31,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle textures example",
"keywords": [
"controls",
Expand Down Expand Up @@ -31,7 +31,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle timeline example",
"keywords": [
"controls",
Expand Down Expand Up @@ -31,7 +31,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
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-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle watcher example",
"keywords": [
"controls",
Expand Down Expand Up @@ -31,7 +31,7 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/editor": "^0.3.0-alpha.2",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packages": ["core/*", "examples/*", "plugins/*"],
"version": "0.3.0-0.3.0-alpha.1.0",
"packages": [
"core/*",
"examples/*",
"plugins/*"
],
"version": "0.3.0-alpha.2",
"command": {
"version": {
"allowBranch": "main"
Expand Down
2 changes: 1 addition & 1 deletion plugins/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/controls",
"version": "0.3.0-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle default controls",
"keywords": [
"controls",
Expand Down
4 changes: 2 additions & 2 deletions plugins/recordings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/recordings",
"version": "0.3.0-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle screen recordings",
"keywords": [
"controls",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@magic-circle/schema": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/screenshots": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/screenshots": "^0.3.0-alpha.2",
"@magic-circle/state": "^0.3.0-0.3.0-alpha.1.0",
"@magic-circle/styles": "^0.3.0-0.3.0-alpha.1.0",
"@types/react": "^18.0.21",
Expand Down
2 changes: 1 addition & 1 deletion plugins/screenshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/screenshots",
"version": "0.3.0-0.3.0-alpha.1.0",
"version": "0.3.0-alpha.2",
"description": "Magic Circle screenshots",
"type": "module",
"keywords": [
Expand Down

0 comments on commit d4472aa

Please sign in to comment.