github projen/projen v0.68.0

latest releases: v0.87.4, v0.87.3, v0.87.2...
18 months ago

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 required Projenrc component to the project:
declare subproject: typescript.TypeScriptProject;

new typescript.Projenrc(subproject);

Features

  • subproject: call the default task of the root project for synth from subprojects (#2503) (5ecc416), closes #2497

Don't miss a new projen release

NewReleases is sending notifications on new releases.