Skip to content

Releases: patrickedqvist/wait-for-vercel-preview

Version 1.3.2

23 Jun 09:02
06c7933
Compare
Choose a tag to compare

What's Changed

Version 1.3.1

25 Jan 15:33
Compare
Choose a tag to compare
  • Specifies node16 instead of non-applicable node18 in action.yml

Full Changelog: v1.3.0...v.1.3.1

Version 1.3.0

25 Jan 13:16
Compare
Choose a tag to compare
  • Maintenance release (updated packages)
  • Squashed some bugs.

Thanks, everyone for your contributions! ⭐

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

02 Feb 15:13
Compare
Choose a tag to compare

Feature

  • Added support for password-protected vercel deployments (#26) Big thanks to @JoshBarr

Bugs

  • Fixed an issue where the deployment notification would never resolve, if there was another non-vercel deployment running in another workflow on the same PR. We look up the deployment that's triggered by vercel[bot] rather than just taking the first deployment.
  • Fixed a couple of minor flow control things, where the code would keep running after setFailure(), which sometimes resulted in double errors

Version 1.1.1

10 Jun 07:41
Compare
Choose a tag to compare
  • Fixed typo in example (thanks @joostmeijles)
  • Update octokit definitions

Version 1.1.0

08 Jun 10:09
Compare
Choose a tag to compare
  • Added "check_interval" feature
  • Updated packages

Version 1.0.9

13 Jan 16:37
Compare
Choose a tag to compare
  • Updated the constructor for the @actions/github package

Version 1.0.8

13 Jan 16:24
Compare
Choose a tag to compare
  • Reverted from using ncc to plain js and node_modules

Version 1.0.6

13 Jan 08:35
Compare
Choose a tag to compare
  • Added ncc for compiling the main file

Version 1.0.5

12 Jan 16:28
Compare
Choose a tag to compare
  • Adds an optional environmental property (#8 - thanks to @felippepuhle)
  • Update packages