From 2a7202b66b79dc8c1da4e642800017ae9af78cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ochman?= Date: Tue, 11 Oct 2022 12:45:41 +0200 Subject: [PATCH] Bump to v1.0.3 --- CHANGELOG.md | 10 +++++++++- examples/package-lock.json | 6 +++--- examples/package.json | 2 +- examples/yarn.lock | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5529788..cdc1041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -418,7 +424,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `` 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 @@ -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 diff --git a/examples/package-lock.json b/examples/package-lock.json index 72d05bd..565ea39 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -12737,9 +12737,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-pixi-fiber": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/react-pixi-fiber/-/react-pixi-fiber-1.0.2.tgz", - "integrity": "sha512-9eVxqbN9FxNsN8C0kYj6u0KAjjlBwcnkj5TpoYGEL9TsLP9iDF16b2bXfFyaprRXMX/DzJJt/UeqFiLfIbhKHQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/react-pixi-fiber/-/react-pixi-fiber-1.0.3.tgz", + "integrity": "sha512-HL+TQxWqBZhGr+qHABesFdfxZkZr133isnSVj21svS3ujrXOAT9nQjGM4Kpc4iprk0l8pulxWRn8C03HoOoTgQ==", "requires": { "fbjs": "^3.0.0", "react-reconciler": "^0.26.2" diff --git a/examples/package.json b/examples/package.json index f35b6c1..6f266cc 100644 --- a/examples/package.json +++ b/examples/package.json @@ -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", diff --git a/examples/yarn.lock b/examples/yarn.lock index a5c5079..03b0c9d 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -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== -react-pixi-fiber@1.0.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== +react-pixi-fiber@1.0.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" diff --git a/package-lock.json b/package-lock.json index f1979a7..6dd10c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-pixi-fiber", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69e5399..c99309d 100644 --- a/package.json +++ b/package.json @@ -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",