Skip to content

Commit

Permalink
chore: rev to v0.30.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 13, 2024
1 parent 95257ca commit 71dc0c8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Breaking Changes

-

### Deprecated

-

### Added

-

### Fixed

-

### Updates

-

### Changed

-

<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->

## [v0.30.0]

### Breaking Changes

- `ex.Engine.goto(...)` removed, use `ex.Engine.goToScene(...)`
- `ex.GraphicsComponent.show(...)` removed, use `ex.GraphicsComponent.use(...)`
- `ex.EventDispatcher` removed, use `ex.EventEmitter` instead.
Expand Down Expand Up @@ -316,10 +346,6 @@ are doing mtv adjustments during precollision.
* Graphics API subtree
* TileMap API subtree

<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->
<!--------------------------------- DO NOT EDIT BELOW THIS LINE --------------------------------->

## [v0.29.3]

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "excalibur",
"sideEffects": false,
"version": "0.29.3",
"exNextVersion": "0.30.0",
"version": "0.30.0",
"exNextVersion": "0.31.0",
"description": "Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.",
"author": "https://github.com/excaliburjs/Excalibur/graphs/contributors",
"homepage": "https://github.com/excaliburjs/Excalibur",
Expand Down

0 comments on commit 71dc0c8

Please sign in to comment.