Skip to content

Releases: projen/projen

v0.80.3

28 Feb 11:18
7bbfe5c
Compare
Choose a tag to compare

0.80.3 (2024-02-28)

Bug Fixes

  • jest: external TypeScript projects are created with outdated jest config (#3397) (7bbfe5c), closes #3396

v0.80.2

26 Feb 12:24
8041446
Compare
Choose a tag to compare

0.80.2 (2024-02-26)

Bug Fixes

v0.80.1

24 Feb 08:54
2aa861d
Compare
Choose a tag to compare

0.80.1 (2024-02-24)

Bug Fixes

v0.80.0

24 Feb 08:45
a5f5672
Compare
Choose a tag to compare

0.80.0 (2024-02-24)

⚠ BREAKING CHANGES

  • python: Poetry is now required to be at version 1.2.0 or above. Please update Poetry if needed.

Bug Fixes

  • python: Poetry python project is using deprecated dev-dependencies notation in pyproject.toml (#3375) (a5f5672)

v0.79.27

19 Feb 11:15
90fb41e
Compare
Choose a tag to compare

0.79.27 (2024-02-19)

Bug Fixes

  • file: directory separators are inconsistent between platforms in metadata (#3374) (90fb41e)

v0.79.26

19 Feb 10:44
8c93086
Compare
Choose a tag to compare

0.79.26 (2024-02-19)

Features

  • IgnoreFile: allow ignorePatterns to be set via options (#3373) (8c93086)

v0.79.25

19 Feb 07:29
d7d8ff0
Compare
Choose a tag to compare

0.79.25 (2024-02-19)

Bug Fixes

  • release: provenance statement not being generated because of missing quotes in YAML (#3378) (d7d8ff0), closes #3300

v0.79.24

17 Feb 13:39
e41812c
Compare
Choose a tag to compare

0.79.24 (2024-02-17)

Features

  • node: release from CI with npm provenance statements (#3330) (e41812c)

v0.79.23

17 Feb 00:11
482f782
Compare
Choose a tag to compare

0.79.23 (2024-02-17)

Features

  • bundler: additional esbuild options and generic escape hatch to pass any options to esbuild (#3366) (482f782), closes #3364

Bug Fixes

  • github: bump peter-evans/create-pull-request to v6 (#3361) (e8fed11), closes #3337
  • github: bump version of pnpm/action-setup to v3 (#3359) (2d5be25), closes #3337
  • jest: directory separators are inconsistent for cross platform development (#3370) (7ca6024), closes #3284
  • python: poetry tasks are not aligned with other package managers (#3368) (ced51d6), closes #2913

v0.79.22

15 Feb 09:32
dbe4aeb
Compare
Choose a tag to compare

0.79.22 (2024-02-15)

Features