Skip to content

Latest commit

History

History
254 lines (141 loc) 路 13.4 KB

CHANGELOG.md

File metadata and controls

254 lines (141 loc) 路 13.4 KB

@changesets/git

2.0.0

Major Changes

  • #1029 598136a Thanks @Andarist! - getCommitsThatAddFiles accepts an options object argument now where you can use cwd option.

    -getCommitsThatAddFiles(paths, cwd);
    +getCommitsThatAddFiles(paths, { cwd });
  • #1029 598136a Thanks @Andarist! - getCurrentCommitId and getCommitsThatAddFiles return full commit hashes now instead of short ones. You can get short ones by using the short: true option.

  • #1029 598136a Thanks @Andarist! - Previously deprecated getCommitThatAddsFile has been removed while getCommitsThatAddFiles is still available.

1.5.0

Minor Changes

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

1.4.1

Patch Changes

  • #889 f64bc1b Thanks @jakubmazanec! - Fixed getCurrentCommitId so that the returned value doesn't contain quotation marks on some Windows machines.

1.4.0

Minor Changes

Patch Changes

  • Updated dependencies [dd9b76f]:
    • @changesets/types@5.1.0

1.3.2

Patch Changes

  • #770 eb86652 Thanks @alizeait! - getChangedFilesSince and getChangedPackagesSinceRef will now return the correct absolute paths of the changed files when the passed cwd is different from the repository's root.

  • Updated dependencies [c87eba6]:

    • @changesets/types@5.0.0

1.3.1

Patch Changes

  • Updated dependencies [27a5a82]:
    • @changesets/types@4.1.0

1.3.0

Minor Changes

1.2.1

Patch Changes

  • #667 fe8db75 Thanks @fz6m! - Upgraded @manypkg/get-packages dependency to fix getting correct packages in pnpm workspaces with exclude rules.

  • Updated dependencies [9a993ba]:

    • @changesets/types@4.0.2

1.2.0

Minor Changes

1.1.2

Patch Changes

  • Updated dependencies [e89e28a]:
    • @changesets/types@4.0.1

1.1.1

Patch Changes

  • Updated dependencies [de2b4a5]:
    • @changesets/types@4.0.0

1.1.0

Minor Changes

  • 24d7bc9 #495 Thanks @RoystonS! - Automatically deepen shallow clones in order to determine the correct commit at which changesets were added.

  • 24d7bc9 #495 Thanks @RoystonS! - Deprecate the getCommitThatAddsFile function. It's replaced with a bulk getCommitsThatAddFiles operation which will safely deepen a shallow repo whilst processing multiple filenames simultaneously.

1.0.6

Patch Changes

1.0.5

Patch Changes

  • 89f0c49 #352 Thanks @MichaelKapustey! - Previously packages nested inside of other packages would show both the nested package and the outer package as changed. Now, only the nested package will show as changed.

  • 09f62f9 #355 Thanks @acheronfail! - Fix an issue where refs that didn't exist were silently ignored

  • Updated dependencies [2b49d66]:

    • @changesets/types@3.0.0

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

  • Updated dependencies [011d57f]:
    • @changesets/types@2.0.0

1.0.1

Patch Changes

  • 04ddfd7 #305 Thanks @Noviny! - Add link to changelog in readme

  • b49e1cf #306 Thanks @Andarist! - Ignore node_modules when glob searching for packages. This fixes an issue with package cycles.

  • Updated dependencies [04ddfd7, e56928b]:

    • @changesets/errors@0.1.3
    • @changesets/types@1.0.1

1.0.0

Major Changes

  • cc8c921 #290 Thanks @mitchellhamilton! - Use @manypkg/get-packages instead of get-workspaces in getChangedPackagesSinceRef. This means getChangedPackagesSinceRef now returns Promise<Package[]>(where Package is from @manypkg/get-packages) rather than Promise<Workspace[]>(where Workspace is from get-workspaces). The notable change is that config was renamed to packageJson and the package objects don't have a name field(use packageJson.name instead).

Patch Changes

0.4.0

Minor Changes

Patch Changes

0.3.0

Minor Changes

  • bca8865 #221 Thanks @mitchellhamilton! - Removed getChangedPackagesSinceMaster and getChangedChangesetFilesSinceMaster and replace them with getChangedPackagesSinceRef and getChangedChangesetFilesSinceRef. The new methods along with getChangedFilesSince also now require arguments as an object with cwd and ref properties to avoid accidentally passing cwd as ref and vice versa

0.2.5

Patch Changes

0.2.4

Patch Changes

  • Updated dependencies [8f0a1ef, 8f0a1ef, 8f0a1ef]:
    • @changesets/types@0.4.0
    • @changesets/errors@0.1.2
    • get-workspaces@0.5.2

0.2.3

Patch Changes

  • Updated dependencies [94de7c1]:
    • @changesets/errors@0.1.0

0.2.2

Patch Changes

  • 89c0894 #167 Thanks @Noviny! - Fix broken sinceMaster arg - which was not working with v2 changesets

0.2.1

Patch Changes

  • 8c43fa0 #155 Thanks @Noviny! - Add Readme

  • 0320391 #163 Thanks @Noviny! - Reordered dependencies in the package json (this should have no impact)

  • Updated dependencies [8c43fa0, 1ff73b7]:

    • @changesets/types@0.3.0

0.2.0

Minor Changes

  • 296a6731 - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository.

Patch Changes

  • Updated dependencies [296a6731]:
    • get-workspaces@0.5.0
    • @changesets/types@0.2.0

0.1.2

Patch Changes

  • a15abbf9 - Previous release shipped unbuilt code - fixing that

0.1.0

Minor Changes

Patch Changes

  • c46e9ee7 - Use 'spawndamnit' package for all new process spawning