mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 17:07:43 +00:00
Preparing for 3.23 dev
This commit is contained in:
parent
599aa277ce
commit
e4e265c857
3 changed files with 19 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## Version 3.23 - Ginro - in development
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* The conditional checking if the `PathFollower` was at the end of the path or not was incorrect (thanks @samme)
|
||||||
|
|
||||||
|
### Examples, Documentation and TypeScript
|
||||||
|
|
||||||
|
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Version 3.22 - Kohaku - January 15th 2020
|
## Version 3.22 - Kohaku - January 15th 2020
|
||||||
|
|
||||||
### Matter Physics
|
### Matter Physics
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "phaser",
|
"name": "phaser",
|
||||||
"version": "3.22.0",
|
"version": "3.23.0-beta1",
|
||||||
"release": "Kohaku",
|
"release": "Ginro",
|
||||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||||
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
|
||||||
"homepage": "http://phaser.io",
|
"homepage": "http://phaser.io",
|
||||||
|
|
|
@ -20,7 +20,7 @@ var CONST = {
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
VERSION: '3.22.0',
|
VERSION: '3.23.0-beta1',
|
||||||
|
|
||||||
BlendModes: require('./renderer/BlendModes'),
|
BlendModes: require('./renderer/BlendModes'),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue