Skip to content

Commit

Permalink
Bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalochman committed Oct 11, 2022
1 parent f64aa82 commit 2a7202b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [1.0.3] - 2022-10-11

### Fixed
- Fixed reconciler to check that container exists before calling `removeChildren` ([#286])


## [1.0.2] - 2022-09-01

### Fixed
Expand Down Expand Up @@ -418,7 +424,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `<TilingSprite />` component


[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...v1.0.3
[1.0.2]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.3...v1.0.0
Expand Down Expand Up @@ -468,6 +475,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

[#286]: https://github.com/michalochman/react-pixi-fiber/pull/286
[#283]: https://github.com/michalochman/react-pixi-fiber/pull/283
[#277]: https://github.com/michalochman/react-pixi-fiber/pull/277
[#227]: https://github.com/michalochman/react-pixi-fiber/issues/227
Expand Down
6 changes: 3 additions & 3 deletions examples/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-pixi-fiber": "1.0.2",
"react-pixi-fiber": "1.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"stats.js": "^0.17.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9346,10 +9346,10 @@ react-is@^17.0.1:
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

[email protected].2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.2.tgz#1d5d71f2919e5409b2cec9495cf68be77e47647d"
integrity sha512-9eVxqbN9FxNsN8C0kYj6u0KAjjlBwcnkj5TpoYGEL9TsLP9iDF16b2bXfFyaprRXMX/DzJJt/UeqFiLfIbhKHQ==
[email protected].3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.3.tgz#87c1fc22c55994deb5d74e5b9272f0b5ba26072d"
integrity sha512-HL+TQxWqBZhGr+qHABesFdfxZkZr133isnSVj21svS3ujrXOAT9nQjGM4Kpc4iprk0l8pulxWRn8C03HoOoTgQ==
dependencies:
fbjs "^3.0.0"
react-reconciler "^0.26.2"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pixi-fiber",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Fiber renderer for PixiJS",
"main": "index.js",
"umd:main": "index.umd.js",
Expand Down

0 comments on commit 2a7202b

Please sign in to comment.