0.68.0 (2023-03-14)
⚠ BREAKING CHANGES
- subproject: Projenrc components are no longer added to subprojects
When a project is a subproject, they do not require a projenrc file.
Previously a Projenrc component was added to every subproject.
To restore the previous behavior, you can manually add the requiredProjenrc
component to the project:
declare subproject: typescript.TypeScriptProject;
new typescript.Projenrc(subproject);