Skip to content

Commit 85f94a2

Browse files
committed
v0.7.3
1 parent 1433ab5 commit 85f94a2

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.2",
2+
"version": "0.7.3",
33
"packages": [
44
"packages/*"
55
],

packages/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/benchmark",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A benchmark to compare various js/ts Box2D implementations",
55
"keywords": [
66
"box2d",
@@ -35,7 +35,7 @@
3535
"> 5%"
3636
],
3737
"dependencies": {
38-
"@box2d/core": "^0.7.2",
38+
"@box2d/core": "^0.7.3",
3939
"@flyover/box2d": "^1.0.1",
4040
"box2d.js": "^1.0.4",
4141
"planck-js": "^0.3.22"

packages/controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/controllers",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A TypeScript port of LiquidFuns controllers for @box2d/core",
55
"keywords": [
66
"box2d",
@@ -31,7 +31,7 @@
3131
"> 5%"
3232
],
3333
"dependencies": {
34-
"@box2d/core": "^0.7.2"
34+
"@box2d/core": "^0.7.3"
3535
},
3636
"devDependencies": {
3737
"rimraf": "^3.0.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/core",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A TypeScript port of Box2D",
55
"keywords": [
66
"box2d",

packages/lights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/lights",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A TypeScript port of Box2DLights",
55
"keywords": [
66
"box2d",

packages/particles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/particles",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A TypeScript port of LiquidFuns particles for @box2d/core",
55
"keywords": [
66
"box2d",
@@ -36,7 +36,7 @@
3636
"> 5%"
3737
],
3838
"dependencies": {
39-
"@box2d/core": "^0.7.2"
39+
"@box2d/core": "^0.7.3"
4040
},
4141
"devDependencies": {
4242
"rimraf": "^3.0.2",

packages/testbed/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@box2d/testbed",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"description": "A Testbed for all @box2d packages",
66
"homepage": "https://lusito.github.io/box2d.ts/",
@@ -28,10 +28,10 @@
2828
"> 5%"
2929
],
3030
"dependencies": {
31-
"@box2d/controllers": "^0.7.2",
32-
"@box2d/core": "^0.7.2",
33-
"@box2d/lights": "^0.7.2",
34-
"@box2d/particles": "^0.7.2",
31+
"@box2d/controllers": "^0.7.3",
32+
"@box2d/core": "^0.7.3",
33+
"@box2d/lights": "^0.7.3",
34+
"@box2d/particles": "^0.7.3",
3535
"@types/randomcolor": "^0.5.5",
3636
"@types/react": "^16.9.50",
3737
"@types/react-dom": "^16.9.8",

0 commit comments

Comments
 (0)