Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Mar 30, 2024
1 parent 27dbc61 commit b51ec5e
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 37 deletions.
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.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle P5js (global mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2",
"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.

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.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle P5js (instance mode) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2",
"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.

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.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle P5js (svg) example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2-alpha.0",
"@magic-circle/p5": "^0.3.2",
"p5": "^1.9.0",
"p5.js-svg": "^1.5.1"
},
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.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle React Three Fiber example",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/react": "^0.3.2-alpha.0",
"@magic-circle/react": "^0.3.2",
"@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/three-gltf-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magic-circle/example-three-gltf-editor",
"exampleName": "ThreeJS GLTF uploads",
"private": true,
"version": "0.3.2-alpha.0",
"version": "0.3.2",
"type": "module",
"description": "Magic Circle ThreeJS GLTF editor example",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/styles": "^0.3.2-alpha.0",
"@magic-circle/three": "^0.3.2-alpha.0",
"@magic-circle/three": "^0.3.2",
"react-dropzone": "14.2.3",
"styled-components": "^6.1.8",
"three": "^0.160.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/three-gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magic-circle/example-three-gltf",
"exampleName": "ThreeJS helpers",
"private": true,
"version": "0.3.2-alpha.0",
"version": "0.3.2",
"type": "module",
"description": "Magic Circle Three/GLTF example",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@magic-circle/client": "^0.3.2-alpha.0",
"@magic-circle/three": "^0.3.2-alpha.0",
"@magic-circle/three": "^0.3.2",
"three": "^0.160.1"
}
}
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.2-alpha.0",
"version": "0.3.2",
"command": {
"version": {
"allowBranch": "main"
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/p5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/p5",
"version": "0.3.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle wrapper util for p5.js projects",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/react",
"version": "0.3.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle wrapper util for React projects",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-circle/three",
"version": "0.3.2-alpha.0",
"version": "0.3.2",
"description": "Magic Circle helpers for ThreeJs projects",
"keywords": [],
"repository": {
Expand Down

0 comments on commit b51ec5e

Please sign in to comment.