Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Feb 1, 2024
1 parent cb854cd commit 278cbcf
Show file tree
Hide file tree
Showing 41 changed files with 243 additions and 243 deletions.
2 changes: 1 addition & 1 deletion core/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/client",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"type": "module",
"description": "Magic Circle front-end client to embed in projects",
"keywords": [],
Expand Down
26 changes: 13 additions & 13 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.8",
"version": "0.3.0",
"description": "Magic Circle editor",
"keywords": [
"controls",
Expand Down Expand Up @@ -42,18 +42,18 @@
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/controls": "^0.3.0-alpha.8",
"@magic-circle/layers": "^0.3.0-alpha.8",
"@magic-circle/performance": "^0.3.0-alpha.8",
"@magic-circle/play-controls": "^0.3.0-alpha.8",
"@magic-circle/recordings": "^0.3.0-alpha.8",
"@magic-circle/schema": "^0.3.0-alpha.8",
"@magic-circle/screenshots": "^0.3.0-alpha.8",
"@magic-circle/seed": "^0.3.0-alpha.8",
"@magic-circle/state": "^0.3.0-alpha.8",
"@magic-circle/styles": "^0.3.0-alpha.8",
"@magic-circle/timeline": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"@magic-circle/controls": "^0.3.0",
"@magic-circle/layers": "^0.3.0",
"@magic-circle/performance": "^0.3.0",
"@magic-circle/play-controls": "^0.3.0",
"@magic-circle/recordings": "^0.3.0",
"@magic-circle/schema": "^0.3.0",
"@magic-circle/screenshots": "^0.3.0",
"@magic-circle/seed": "^0.3.0",
"@magic-circle/state": "^0.3.0",
"@magic-circle/styles": "^0.3.0",
"@magic-circle/timeline": "^0.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions core/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/gltf",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"private": true,
"description": "Magic Circle GLTF editor",
"keywords": [
Expand Down Expand Up @@ -33,9 +33,9 @@
"mixpanel-browser": "^2.48.1"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/schema": "^0.3.0-alpha.8",
"@magic-circle/styles": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@magic-circle/schema": "^0.3.0",
"@magic-circle/styles": "^0.3.0",
"@types/mixpanel-browser": "^2.48.1",
"@types/react": "^18.2.45",
"@types/styled-components": "^5.1.34",
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.3.0",
"private": true,
"description": "Magic Circle online test environment",
"keywords": [
Expand Down Expand Up @@ -31,9 +31,9 @@
"mixpanel-browser": "^2.48.1"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/schema": "^0.3.0-alpha.8",
"@magic-circle/styles": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@magic-circle/schema": "^0.3.0",
"@magic-circle/styles": "^0.3.0",
"@types/mixpanel-browser": "^2.48.1",
"@types/react": "^18.2.45",
"@types/styled-components": "^5.1.34",
Expand Down
4 changes: 2 additions & 2 deletions core/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/schema",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"description": "Magic Circle shares typescript schemas",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"build:prod": "NODE_ENV=production tsc"
},
"devDependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions core/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/state",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"type": "module",
"description": "Magic Circle state management solution for React",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"build:prod": "NODE_ENV=production tsc"
},
"devDependencies": {
"@magic-circle/schema": "^0.3.0-alpha.8",
"@magic-circle/schema": "^0.3.0",
"@types/react": "^18.2.45",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions core/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/styles",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"description": "Magic Circle style helpers",
"keywords": [
"controls",
Expand Down Expand Up @@ -33,7 +33,7 @@
"color-string": "1.9.1"
},
"devDependencies": {
"@magic-circle/state": "^0.3.0-alpha.8",
"@magic-circle/state": "^0.3.0",
"@types/color-string": "^1.5.5",
"@types/styled-components": "^5.1.34",
"case": "^1.6.3",
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.

8 changes: 4 additions & 4 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.8",
"version": "0.3.0",
"description": "Magic Circle P5js (global mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/p5": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"@magic-circle/p5": "^0.3.0",
"p5": "^1.9.0"
},
"exampleName": "p5.js (global mode)"
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.

8 changes: 4 additions & 4 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.8",
"version": "0.3.0",
"description": "Magic Circle P5js (instance mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/p5": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"@magic-circle/p5": "^0.3.0",
"p5": "^1.9.0"
},
"exampleName": "p5.js (instance mode)"
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.

8 changes: 4 additions & 4 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.8",
"version": "0.3.0",
"description": "Magic Circle P5js (svg) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@types/p5": "^1.7.6",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/p5": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"@magic-circle/p5": "^0.3.0",
"p5": "^1.9.0",
"p5.js-svg": "^1.5.1"
},
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.

6 changes: 3 additions & 3 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.8",
"version": "0.3.0",
"description": "Magic Circle pixi.js example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -33,12 +33,12 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"pixi.js": "^7.3.3"
},
"exampleName": "pixi.js"
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.3.0",
"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.8",
"@magic-circle/editor": "^0.3.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.160.0",
Expand All @@ -43,8 +43,8 @@
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/react": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"@magic-circle/react": "^0.3.0",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.14",
"react": "^18.2.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.

6 changes: 3 additions & 3 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.8",
"version": "0.3.0",
"description": "Magic Circle Regl example",
"keywords": [
"controls",
Expand Down Expand Up @@ -30,13 +30,13 @@
"editor": "magic"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-glsl": "^1.2.1"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"regl": "2.1.0"
}
}
6 changes: 3 additions & 3 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.8",
"version": "0.3.0",
"type": "module",
"description": "Magic Circle simple example",
"keywords": [
Expand Down Expand Up @@ -32,13 +32,13 @@
"editor:dev": "magic develop"
},
"devDependencies": {
"@magic-circle/editor": "^0.3.0-alpha.8",
"@magic-circle/editor": "^0.3.0",
"@types/three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"dependencies": {
"@magic-circle/client": "^0.3.0-alpha.8",
"@magic-circle/client": "^0.3.0",
"three": "^0.160.1"
}
}
Loading

0 comments on commit 278cbcf

Please sign in to comment.