Skip to content

Releases: getlarge/nx-heroku

nx-heroku-0.4.3

02 May 20:46
nx-heroku-0.4.3
4888f10
Compare
Choose a tag to compare

Bug Fixes

  • nx-heroku: disable nested required properties (b0eb2ff)

nx-heroku-0.4.2

17 Mar 10:29
nx-heroku-0.4.2
ef562ed
Compare
Choose a tag to compare
chore(nx-heroku): release version 0.4.2 [skip ci]

nx-heroku-0.4.1

13 Mar 16:25
nx-heroku-0.4.1
7ed89b9
Compare
Choose a tag to compare

Bug Fixes

  • nx-heroku: add @nx/dependency-checks (0c21e63)

nx-heroku-0.4.0

12 Mar 19:51
nx-heroku-0.4.0
b7a2ccb
Compare
Choose a tag to compare

Features

  • add support for custom region in executor (9896e7b)
  • add support for custom region in executor (3fc5c89)
  • nx-heroku: create nodes by inferring project config (1301231)

Bug Fixes

  • nx-heroku: only create Procfile when file does not exist (c407d64)

nx-heroku-0.3.1

22 May 10:01
nx-heroku-0.3.1
021dc3b
Compare
Choose a tag to compare

Bug Fixes

  • nx-heroku: make Heroku CLI table parsing more accurate (92dd584)

nx-heroku-0.3.0

18 Apr 09:06
6c4ec3c
Compare
Choose a tag to compare

Features

  • nx-heroku: add function to show repo size (eedcc26)
  • nx-heroku: add option for deployment destination (85b063f)

Bug Fixes

  • nx-heroku: only return config vars that are defined (a9c4251)
  • separate post targets and add quotes to generated changelog (02a0f88)

nx-heroku-0.2.3

10 Mar 08:04
f231a4b
Compare
Choose a tag to compare

Bug Fixes

  • nx-heroku: handle update of config vars during merge (8835a77)

nx-heroku-0.2.2

08 Mar 06:06
35d9575
Compare
Choose a tag to compare

Bug Fixes

  • nx-heroku: catch errors from heroku drains:add (4acebe0)
  • nx-heroku: handle pipelines warning (7898a06)
  • nx-heroku: improve Heroku CLI error and warning handling (5350364)
  • nx-heroku: update HEROKU_AUTH_FILE invalid path (0e8faa7)

nx-heroku-0.2.1

03 Mar 08:48
d0b17a1
Compare
Choose a tag to compare

Changelog

This file was generated using @jscutlery/semver.

0.2.1 (2023-03-03)

Bug Fixes

  • nx-heroku: change git push args to get past auth issue (fd59651)
  • nx-heroku: change method to retrieve current branch (8c4f33c)
  • nx-heroku: handle case where serviceUser is undefined or invalid (7388c5d)
  • nx-heroku: make org optional to allow personal apps (d4b8244)
  • nx-heroku: make addons setup non blocking in case of error (9ea5413)
  • nx-heroku: make buildpacks option required (81646f8)
  • nx-heroku: update generator options assignment (2e22feb)
  • nx-heroku: wrap parameters with double quotes (8e2ad9f)

Reverts

  • nx-heroku: restore default CWD with spawn (42dfae4)

nx-heroku-0.2.0

01 Mar 13:29
a515629
Compare
Choose a tag to compare

Changelog

This file was generated using @jscutlery/semver.

0.2.0 (2023-03-01)

Features

  • nx-heroku: add separate helpers for plugins and buildpacks (157d68c)
  • nx-heroku: return and format updated config vars (5d35801)

Bug Fixes

  • nx-heroku: improve exec error handling (90d1dbf)
  • nx-heroku: improve logging and buildpacks setup (fd37841)
  • nx-heroku: replace hardcoded apps by nx config value (f542c48)