Skip to content

Commit 418f2f0

Browse files
Merge pull request #112 from SpringRoll/chore/187228390-pull-2.0.0-into-phaser
Chore/187228390 - pull 2.0.0 into phaser
2 parents 6af52e3 + d265d27 commit 418f2f0

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.4.0] - TBD
8+
## [2.0.0] - 2024-05-09
99

1010
### Changed
1111

12-
- Updated Phaser to 3.80.1
13-
- Fixed warning with SpringRoll listeners
12+
- Pixi: Updated pixi.js to 8.1.0
13+
- Pixi: Updated @pixi/sound to 6.0.0
14+
- Pixi: Updated SpringRoll to 2.6.0
15+
- Pixi: Updated feature list and state listeners to follow a standardized set
16+
17+
- Phaser: Updated Phaser to 3.80.1
18+
- Phaser: Fixed warning with SpringRoll listeners
19+
- Phaser: Updated SpringRoll to 2.6.0
20+
- Phaser: Updated feature list and state listeners to follow a standardized set
21+
1422

1523
## [1.3.1] - 2023-03-28
1624

1725
### Fixed
1826

19-
- Removed incorrect references to non-NPM registry in package lock
27+
- Removed incorrect references to non-NPM registry in package-lock
28+
29+
### Changed
30+
31+
- Updated package-lock file to most recent versions
2032

2133
## [1.3.0] - 2023-03-13
2234

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-seed",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)