Skip to content

Releases: projen/projen

v0.81.2

26 Apr 17:27
b1af086
Compare
Choose a tag to compare

0.81.2 (2024-04-26)

Features

  • dependabot: add target-branch configuration (#3537) (b1af086)

v0.81.1

18 Apr 09:52
9eb1e59
Compare
Choose a tag to compare

0.81.1 (2024-04-18)

Features

  • update codecov/codecov-action to v4; fixes Node.js 16 deprecation warning (#3531) (9eb1e59), closes #3529

v0.81.0

11 Apr 22:49
c6d17e5
Compare
Choose a tag to compare

0.81.0 (2024-04-11)

⚠ BREAKING CHANGES

  • subprojects: by default projen will not be installed in subproject directories. To install projen in a subproject directory, explicitly set projenDevDependency: true in the subproject.

Installing projen in sub-projects leads to weird behavior where the sub-project is referencing different source than the parent project - which breaks things like instanceof expressions when the two class objects are from different sources. I think it makes more sense to only install a single copy of projen for an entire project graph.
I suspect that enabling sub-project installation by default was an oversight originally since it makes sense to have that default for the root project. So I think its safe to consider this a non-breaking change since the default will stay unchanged for a root project.

Bug Fixes

  • subprojects: conflicting projenDevDependency is added to subprojects by default (#3506) (c6d17e5), closes #3304

v0.80.20

08 Apr 12:36
bd8b9b8
Compare
Choose a tag to compare

0.80.20 (2024-04-08)

Bug Fixes

v0.80.19

05 Apr 12:53
ab74dab
Compare
Choose a tag to compare

0.80.19 (2024-04-05)

Bug Fixes

  • upgrade-dependencies: some dependencies are still attempted to be upgraded by ncu, then reverted by projen (#3463) (ab74dab)

v0.80.18

04 Apr 21:27
e069046
Compare
Choose a tag to compare

0.80.18 (2024-04-04)

Bug Fixes

v0.80.17

03 Apr 10:18
19f2279
Compare
Choose a tag to compare

0.80.17 (2024-04-03)

Features

  • release: support paths option for continuous release trigger (#3505) (19f2279), closes #3304

v0.80.16

02 Apr 13:22
7761686
Compare
Choose a tag to compare

0.80.16 (2024-04-02)

Features

v0.80.15

28 Mar 21:16
6a2e42b
Compare
Choose a tag to compare

0.80.15 (2024-03-28)

Bug Fixes

  • bun: npx used when bun is package manager to print PATH (#3491) (6a2e42b), closes #3490

v0.80.14

27 Mar 17:08
91d58e0
Compare
Choose a tag to compare

0.80.14 (2024-03-27)

Bug Fixes

  • cli: call-out command to see project type specific help (#3486) (91d58e0)