Skip to content

Commit 0e0629c

Browse files
Merge pull request #113 from SpringRoll/chore/187228346-pull-2.0.0-into-pixi
Chore/187228346 - pull 2.0.0 into Pixi
2 parents 7afb761 + 04b029e commit 0e0629c

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
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 pixi.js to 8.1.0
13-
- Updated @pixi/sound to 6.0.0
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)