Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalochman committed Oct 10, 2018
1 parent 51947cb commit 52b0672
Show file tree
Hide file tree
Showing 5 changed files with 1,072 additions and 15 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [0.5.0] - 2018-10-10

### Added
- Added support for New Context API
- Added support for New Context API ([#72])

### Fixed
- Fixed React 16.5.0 compatibility ([#71])
Expand Down Expand Up @@ -176,7 +179,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `<Text />` component
- Added `<TilingSprite />` component

[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.9...HEAD
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.9...v0.5.0
[0.4.9]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.8...v0.4.9
[0.4.8]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.7...v0.4.8
[0.4.7]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.6...v0.4.7
Expand All @@ -197,6 +201,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[0.2.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.0...v0.1.1

[#72]: https://github.com/michalochman/react-pixi-fiber/pull/72
[#71]: https://github.com/michalochman/react-pixi-fiber/issues/71
[#67]: https://github.com/michalochman/react-pixi-fiber/pull/67
[#65]: https://github.com/michalochman/react-pixi-fiber/pull/65
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pixi-layers": "^0.1.9",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-pixi-fiber": "0.4.9",
"react-pixi-fiber": "0.5.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"stats.js": "^0.17.0"
Expand Down
Loading

0 comments on commit 52b0672

Please sign in to comment.