Skip to content

Latest commit

History

History
123 lines (68 loc) 路 6.15 KB

CHANGELOG.md

File metadata and controls

123 lines (68 loc) 路 6.15 KB

@changesets/get-dependents-graph

1.3.3

Patch Changes

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

1.3.2

Patch Changes

  • 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

  • #704 6f9c9d6 Thanks @Andarist! - Dependencies specified using a tag will no longer mark the graph as invalid. With such dependencies the user's intent is to fetch those from the registry even if otherwise they could be linked locally.

1.2.4

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.3

Patch Changes

1.2.2

Patch Changes

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

1.2.1

Patch Changes

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

1.2.0

Minor Changes

  • 12f9a43 #507 Thanks @zkochan! - New setting added: bumpVersionsWithWorkspaceProtocolOnly. When it is set to true, versions are bumped in dependencies, only if those versions are prefixed by the workspace protocol. For instance, "foo": "workspace:^1.0.0".

Patch Changes

  • Updated dependencies [12f9a43]:
    • @changesets/types@3.3.0

1.1.3

Patch Changes

  • Updated dependencies [2b49d66]:
    • @changesets/types@3.0.0

1.1.2

Patch Changes

  • d678da5 #324 Thanks @zkochan! - Dev dependencies that are installed via the link or file protocol are ignored.

1.1.1

Patch Changes

1.1.0

Minor Changes

  • c3cc232 #311 Thanks @zkochan! - Added support for workspace ranges. Package graph validation understands them now and allows them to satisfy dependents' required ranges.

Patch Changes

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

1.0.1

Patch Changes

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

  • Updated dependencies [04ddfd7, e56928b]:

    • @changesets/types@1.0.1

1.0.0

Major Changes

  • cc8c921 #290 Thanks @mitchellhamilton! - Initial release of @changesets/get-dependents-graph. If you're migrating from get-dependents-graph, you will need to pass the Packages object(which is returned from @manypkg/get-packages) to getDependentsGraph and also import getDependentsGraph as a named export instead of a default export.

Patch Changes