Skip to content

Releases: Shopify/snapit

v0.0.12

17 Apr 18:07
Compare
Choose a tag to compare
  • Fix typo in snapshot comment message

v0.0.11

14 Apr 23:34
0a30ae7
Compare
Choose a tag to compare
  • Capture snapshot versions before build_script

v0.0.10

11 Apr 20:11
Compare
Choose a tag to compare
  • Disallow private packages from being published
  • Check for snapshots before getting the timestamp
  • Skip packages that do not have a name or version

v0.0.9

11 Apr 00:18
7c25502
Compare
Choose a tag to compare
  • Add branch to publish to other package services
  • Add custom_message to add a markdown string to the generated GitHub comment
  • Add missing comma to GitHub comment seperating versions

v0.0.7

01 Apr 23:05
f9907fd
Compare
Choose a tag to compare
  • Simplify GitHub comment to only provide package.json changes

v0.0.6

01 Apr 22:07
Compare
Choose a tag to compare
  • Add support for pnpm

v0.0.5

13 Mar 22:16
25db6a3
Compare
Choose a tag to compare

v0.0.5

  • Reorder build_script to run after changeset version

v0.0.4

22 Feb 02:01
Compare
Choose a tag to compare

v0.0.4

  • Improve error handling
  • Update action to use TypeScript

v0.0.3

21 Feb 22:27
Compare
Choose a tag to compare
  • Fix issue with Version Packages PRs not resetting changesets
  • Allow build_script to have && when multiple scripts are needed
  • Make build_script optional for projects that do not need a build

v0.0.2

19 Feb 22:27
Compare
Choose a tag to compare
  • Install comment recommends yarn add if the project has a yarn.lock
  • Fix issue with PR changes not being included in snapshot version
  • Optionally change the comment to trigger the snapshot with the comment_command input