Skip to content

Commit ac0a7ea

Browse files
Merge pull request #114 from SpringRoll/release/2.0.0
Release/2.0.0 to main
2 parents 319750d + 4c6ea07 commit ac0a7ea

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,27 @@ 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+
## [2.0.0] - 2024-05-09
9+
10+
### Changed
11+
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+
22+
823
## [1.3.1] - 2023-03-28
924

25+
### Fixed
26+
27+
- Removed incorrect references to non-NPM registry in package-lock
28+
1029
### Changed
1130

1231
- Updated package-lock file to most recent versions

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)