From 822f1545bfbc346a65f37485761ac7a87286c53e Mon Sep 17 00:00:00 2001 From: Jeremy McCurdy Date: Wed, 1 May 2024 15:26:15 -0300 Subject: [PATCH 1/2] Updated package version to 2.0.0, updated changelog to include latest changes to the Phaser and Pixi templates. Also brought over changelog note from template branches for version 1.3.1 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4bca7..a3fa78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0] - TBD + +### Changed + +- Pixi: Updated pixi.js to 8.1.0 +- Pixi: Updated @pixi/sound to 6.0.0 + +- Phaser: Updated Phaser to 3.80.1 +- Phaser: Fixed warning with SpringRoll listeners + + ## [1.3.1] - 2023-03-28 +### Fixed + +- Removed incorrect references to non-NPM registry in package-lock + ### Changed - Updated package-lock file to most recent versions diff --git a/package-lock.json b/package-lock.json index 607d688..9090171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "license": "ISC", "devDependencies": { "@babel/core": "^7.20.2", diff --git a/package.json b/package.json index 9ed7851..27264c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "springroll-seed", - "version": "1.3.1", + "version": "2.0.0", "description": "", "main": "index.js", "scripts": { From 4858cbe6fe2fb70808aff9733b4d3a37e7bafb76 Mon Sep 17 00:00:00 2001 From: Jeremy McCurdy Date: Thu, 2 May 2024 15:49:05 -0300 Subject: [PATCH 2/2] Updated changelog to include Pixi and Phaser template SpringRoll updates --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fa78e..06c2f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pixi: Updated pixi.js to 8.1.0 - Pixi: Updated @pixi/sound to 6.0.0 +- Pixi: Updated SpringRoll to 2.6.0 +- Pixi: Updated feature list and state listeners to follow a standardized set - Phaser: Updated Phaser to 3.80.1 - Phaser: Fixed warning with SpringRoll listeners +- Phaser: Updated SpringRoll to 2.6.0 +- Phaser: Updated feature list and state listeners to follow a standardized set ## [1.3.1] - 2023-03-28