[0.58.0](https://github.com/projen/projen/compare/v0.57.12...v0.58.0) (2022-06-08)
⚠ BREAKING CHANGES
* **react:** `reactTypeDef` is no longer exposed on React project types, and `ReactTypeDef` and `ReactTypeDefOptions` are deprecated. This file is now created as a sample file so it will be managed by the user (and they can edit it, delete it, etc.) instead of by projen. Create a `SourceCode` file instead if you would like to use a managed react type definitions file in your project.
Bug Fixes
* **react:** ReactTypeScript project not synthing sample code ([1918](https://github.com/projen/projen/issues/1918)) ([334f742](https://github.com/projen/projen/commit/334f742e8fe3b6a6bf3d5ae8608e356fb0f1b454)), closes [#1915](https://github.com/projen/projen/issues/1915)