diff --git a/lerna.json b/lerna.json index 753327f..ca3942d 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "preDistTag": "pre" } }, - "version": "2.0.0-alpha.22" + "version": "2.0.0-alpha.23" } diff --git a/packages/full/package-lock.json b/packages/full/package-lock.json index c6ed892..0001a35 100644 --- a/packages/full/package-lock.json +++ b/packages/full/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/full/package.json b/packages/full/package.json index 32f5352..22743fb 100644 --- a/packages/full/package.json +++ b/packages/full/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "3D World Engine for Croquet (full install)", "keywords": [ "croquet", @@ -27,10 +27,10 @@ "directory": "packages/full" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22", - "@croquet/worldcore-rapier": "^2.0.0-alpha.22", - "@croquet/worldcore-three": "^2.0.0-alpha.22", - "@croquet/worldcore-widget": "^2.0.0-alpha.22", - "@croquet/worldcore-widget2": "^2.0.0-alpha.22" + "@croquet/worldcore-kernel": "^2.0.0-alpha.23", + "@croquet/worldcore-rapier": "^2.0.0-alpha.23", + "@croquet/worldcore-three": "^2.0.0-alpha.23", + "@croquet/worldcore-widget": "^2.0.0-alpha.23", + "@croquet/worldcore-widget2": "^2.0.0-alpha.23" } } diff --git a/packages/kernel/package-lock.json b/packages/kernel/package-lock.json index a303af1..cd66a2e 100644 --- a/packages/kernel/package-lock.json +++ b/packages/kernel/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-kernel", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/kernel/package.json b/packages/kernel/package.json index e909d77..c07888a 100644 --- a/packages/kernel/package.json +++ b/packages/kernel/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-kernel", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "3D World Engine for Croquet (minimal install)", "keywords": [ "croquet", diff --git a/packages/rapier/package-lock.json b/packages/rapier/package-lock.json index c8fe16b..aeafcd2 100644 --- a/packages/rapier/package-lock.json +++ b/packages/rapier/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-rapier", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/rapier/package.json b/packages/rapier/package.json index 6dfec7b..9e7cb1e 100644 --- a/packages/rapier/package.json +++ b/packages/rapier/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-rapier", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Rapier Physics Component for Croquet Worldcore", "keywords": [ "croquet", @@ -23,7 +23,7 @@ "directory": "packages/rapier" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22", + "@croquet/worldcore-kernel": "^2.0.0-alpha.23", "@dimforge/rapier3d-compat": "^0.12.0" }, "publishConfig": { diff --git a/packages/three/package-lock.json b/packages/three/package-lock.json index 5ba36f9..2e181c5 100644 --- a/packages/three/package-lock.json +++ b/packages/three/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-three", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/three/package.json b/packages/three/package.json index e28f0d8..db75c8d 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-three", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Three.js Component for Croquet Worldcore", "keywords": [ "croquet", @@ -23,7 +23,7 @@ "directory": "packages/three" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22", + "@croquet/worldcore-kernel": "^2.0.0-alpha.23", "three": "^0.138.0" }, "publishConfig": { diff --git a/packages/widget/package-lock.json b/packages/widget/package-lock.json index 67e9a9e..d2ca485 100644 --- a/packages/widget/package-lock.json +++ b/packages/widget/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/widget/package.json b/packages/widget/package.json index 6aa3274..517dd52 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Widget Component for Croquet Worldcore", "keywords": [ "croquet", @@ -23,7 +23,7 @@ "directory": "packages/widget" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22" + "@croquet/worldcore-kernel": "^2.0.0-alpha.23" }, "publishConfig": { "access": "public" diff --git a/packages/widget2/package-lock.json b/packages/widget2/package-lock.json index 30612b8..8bb7750 100644 --- a/packages/widget2/package-lock.json +++ b/packages/widget2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget2", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/widget2/package.json b/packages/widget2/package.json index c801abf..0030a3f 100644 --- a/packages/widget2/package.json +++ b/packages/widget2/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget2", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Canvas-based Widget Component for Croquet Worldcore", "keywords": [ "croquet", @@ -23,7 +23,7 @@ "directory": "packages/widget2" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22" + "@croquet/worldcore-kernel": "^2.0.0-alpha.23" }, "publishConfig": { "access": "public" diff --git a/packages/widget3/package-lock.json b/packages/widget3/package-lock.json index f65ae97..bab6701 100644 --- a/packages/widget3/package-lock.json +++ b/packages/widget3/package-lock.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget3", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/widget3/package.json b/packages/widget3/package.json index 804f7f2..36af0e0 100644 --- a/packages/widget3/package.json +++ b/packages/widget3/package.json @@ -1,6 +1,6 @@ { "name": "@croquet/worldcore-widget3", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Three.js Widget Component for Croquet Worldcore", "keywords": [ "croquet", @@ -23,8 +23,8 @@ "directory": "packages/widget3" }, "dependencies": { - "@croquet/worldcore-kernel": "^2.0.0-alpha.22", - "@croquet/worldcore-three": "^2.0.0-alpha.22" + "@croquet/worldcore-kernel": "^2.0.0-alpha.23", + "@croquet/worldcore-three": "^2.0.0-alpha.23" }, "publishConfig": { "access": "public"