Skip to content

Releases: nrwl/nx-set-shas

v3.3.1

08 Sep 08:17
69da9f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

07 Sep 09:57
0712662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.3.0

v3.2.2

07 Sep 08:14
92760f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

06 Sep 21:08
5be6db2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

06 Sep 20:47
8419441
Compare
Choose a tag to compare

What's Changed

  • feat: add support for merge queues (merge_group events) by @janeklb in #100

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

06 Sep 19:47
349fab8
Compare
Choose a tag to compare

What's Changed

  • feat: Work correctly on target main branches that have single commit by @duki994 in #85

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Sep 13:25
f657c35
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update actions/checkout version number by @antoinepairet in #78
  • fix: support pull_request_target event by @johnhwhite in #103
  • fix: avoid command injection and pass arguments securely by @AvalZ in #98
  • fix: support pull_request events that are already merged by @Hiraqui in #92
  • chore: ensure tests are properly running against broken main by @meeroslav in #107
  • chore: switch to yarn by @meeroslav in #108
  • fix: recompile dist folder after PRs by @meeroslav in #109

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

27 Oct 22:04
177b483
Compare
Choose a tag to compare

What's Changed

  • chore: update workflows to use latest actions by @meeroslav in #76
  • fix: bump version of remaining core dependencies by @meeroslav in #77

Full Changelog: v3.0.1...v3.0.2

v3.0.1

26 Oct 14:06
cbac28e
Compare
Choose a tag to compare

v3.0.0

08 Sep 10:33
8b116da
Compare
Choose a tag to compare
  • fix: BREAKING CHANGE - always resolve SHA against provided main branch

This is not an actual breaking change. The main branch option has been misused as there was no hard restriction in v2. In v3, if the last successful commit has not been found we will take HEAD~1 from the given main branch, instead of the current branch on which the workflow has been triggered.

  • docs: - fix missing text and improve grammar