Skip to content

Commit

Permalink
Build v1.0.6: use es5 stage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiba committed Sep 30, 2024
1 parent fb79f18 commit 9e20146
Show file tree
Hide file tree
Showing 12 changed files with 6,060 additions and 5,134 deletions.
5,563 changes: 3,019 additions & 2,544 deletions dist/planck-with-testbed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/planck-with-testbed.js.map

Large diffs are not rendered by default.

29 changes: 2 additions & 27 deletions dist/planck-with-testbed.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/planck-with-testbed.min.js.map

Large diffs are not rendered by default.

5,563 changes: 3,019 additions & 2,544 deletions dist/planck-with-testbed.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/planck-with-testbed.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/planck.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Planck.js v1.0.5
* Planck.js v1.0.6
* @license The MIT license
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
Expand Down
2 changes: 1 addition & 1 deletion dist/planck.min.js

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

2 changes: 1 addition & 1 deletion dist/planck.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Planck.js v1.0.5
* Planck.js v1.0.6
* @license The MIT license
* @copyright Copyright (c) 2023 Erin Catto, Ali Shakiba
*
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/joint/wheel-joint.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## Wheel Joint
The wheel joint restricts a point on bodyB to a line on bodyA. The wheel
joint also provides a suspension spring. See WheelJoint class, and Car example for details.
joint also provides a suspension spring. See WheelJoint.js and Car.js
for details.

![Wheel Joint](/planck.js/docs/images/wheel_joint.svg)
![Wheel Joint](/planck.js/docs/images/wheel_joint.svg)
18 changes: 9 additions & 9 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planck",
"version": "1.0.5",
"version": "1.0.6",
"description": "2D JavaScript/TypeScript physics engine for cross-platform HTML5 game development",
"homepage": "https://github.com/piqnt/planck.js",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"node": ">=14.0"
},
"peerDependencies": {
"stage-js": "^1.0.0-alpha.3"
"stage-js": "^1.0.0-alpha.5"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
Expand Down

0 comments on commit 9e20146

Please sign in to comment.