react-pixi-fiber 1.0.1-beta.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
## [1.0.1] - 2022-08-02
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Fixed peer dependencies ([#277])
|
|
16
|
+
|
|
17
|
+
|
|
12
18
|
## [1.0.0] - 2022-07-19
|
|
13
19
|
|
|
14
20
|
### Added
|
|
@@ -406,7 +412,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
406
412
|
- Added `<TilingSprite />` component
|
|
407
413
|
|
|
408
414
|
|
|
409
|
-
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.
|
|
415
|
+
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.1...HEAD
|
|
416
|
+
[1.0.1]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.0...v1.0.1
|
|
410
417
|
[1.0.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.3...v1.0.0
|
|
411
418
|
[0.14.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.1...v0.14.2
|
|
412
419
|
[0.14.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.0...v0.14.1
|
|
@@ -454,6 +461,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
454
461
|
[0.2.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.1...v0.2.0
|
|
455
462
|
[0.1.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.0...v0.1.1
|
|
456
463
|
|
|
464
|
+
[#277]: https://github.com/michalochman/react-pixi-fiber/pull/277
|
|
457
465
|
[#227]: https://github.com/michalochman/react-pixi-fiber/issues/227
|
|
458
466
|
[#225]: https://github.com/michalochman/react-pixi-fiber/issues/225
|
|
459
467
|
[#221]: https://github.com/michalochman/react-pixi-fiber/issues/221
|