Skip to content

Commit

Permalink
versions bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Aug 17, 2024
1 parent 053f1be commit cf5ee29
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions apps/benchmark-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"> 5%"
],
"dependencies": {
"@box2d/benchmark": "^0.10.0",
"@box2d/core": "^0.10.0",
"@box2d/benchmark": "^0.11.0",
"@box2d/core": "^0.11.0",
"@flyover/box2d": "^1.0.1",
"box2d.js": "^1.0.4",
"box2dweb": "^2.1.0-b",
Expand Down
10 changes: 5 additions & 5 deletions apps/testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"> 5%"
],
"dependencies": {
"@box2d/controllers": "^0.10.0",
"@box2d/core": "^0.10.0",
"@box2d/debug-draw": "^0.10.0",
"@box2d/lights": "^0.10.0",
"@box2d/particles": "^0.10.0",
"@box2d/controllers": "^0.11.0",
"@box2d/core": "^0.11.0",
"@box2d/debug-draw": "^0.11.0",
"@box2d/lights": "^0.11.0",
"@box2d/particles": "^0.11.0",
"@react-nano/router": "^0.15.0",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18.3.3",
Expand Down
56 changes: 28 additions & 28 deletions 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 packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/benchmark",
"version": "0.10.0",
"version": "0.11.0",
"description": "A benchmark to compare various js/ts Box2D implementations",
"keywords": [
"box2d",
Expand Down Expand Up @@ -30,7 +30,7 @@
"start": "ts-node src/cli/index.ts"
},
"dependencies": {
"@box2d/core": "^0.10.0",
"@box2d/core": "^0.11.0",
"@flyover/box2d": "^1.0.1",
"box2d.js": "^1.0.4",
"planck-js": "^0.3.31"
Expand Down
4 changes: 2 additions & 2 deletions packages/controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/controllers",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript port of LiquidFuns controllers for @box2d/core",
"keywords": [
"box2d",
Expand Down Expand Up @@ -31,6 +31,6 @@
"> 5%"
],
"dependencies": {
"@box2d/core": "^0.10.0"
"@box2d/core": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/core",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript port of Box2D",
"keywords": [
"box2d",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/debug-draw",
"version": "0.10.0",
"version": "0.11.0",
"description": "Debug drawing helper for @box2d",
"keywords": [
"box2d",
Expand Down Expand Up @@ -31,6 +31,6 @@
"> 5%"
],
"dependencies": {
"@box2d/core": "^0.10.0"
"@box2d/core": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/lights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/lights",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript port of Box2DLights",
"keywords": [
"box2d",
Expand Down
4 changes: 2 additions & 2 deletions packages/particles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@box2d/particles",
"version": "0.10.0",
"version": "0.11.0",
"description": "A TypeScript port of LiquidFuns particles for @box2d/core",
"keywords": [
"box2d",
Expand Down Expand Up @@ -36,6 +36,6 @@
"> 5%"
],
"dependencies": {
"@box2d/core": "^0.10.0"
"@box2d/core": "^0.11.0"
}
}

0 comments on commit cf5ee29

Please sign in to comment.