Skip to content

Releases: Thinkmill/manypkg

@manypkg/get-packages@2.0.0

23 Jan 23:16
1bff0a2
Compare
Choose a tag to compare

Major Changes

  • #165 7b9c4f6 Thanks @Andarist! - Removed support for Bolt monorepos.

  • #162 f046017 Thanks @Andarist! - Increased the transpilation target of the source files to node@14.x. At the same time added this as package.json#engines to explicitly declare the minimum node version supported by this package.

  • #151 a01efc9 Thanks @elliot-nelson! - The get-packages package now returns a slightly different structure. The old tool string has been replaced with a tool object, using the new Tool interface provided by @manypkg/tools. Each Package now contains both the absolute directory and relative directory path. Last, the root package has been renamed rootPackage and is optional, to support monorepos that do not contain a root package.

Patch Changes

@manypkg/gatsby-source-workspace@0.5.0

23 Jan 23:16
1bff0a2
Compare
Choose a tag to compare

Minor Changes

  • #162 f046017 Thanks @Andarist! - Increased the transpilation target of the source files to node@14.x. At the same time added this as package.json#engines to explicitly declare the minimum node version supported by this package.

@manypkg/find-root@2.0.0

23 Jan 23:16
1bff0a2
Compare
Choose a tag to compare

Major Changes

  • #151 a01efc9 Thanks @elliot-nelson! - The find-root package now returns a new MonorepoRoot interface, instead of a string. This interface provides a rootDir for the discovered monorepo, and a tool object, which is an object using the new Tool interface provided by @manypkg/tools.

  • #165 7b9c4f6 Thanks @Andarist! - Removed support for Bolt monorepos.

  • #162 f046017 Thanks @Andarist! - Increased the transpilation target of the source files to node@14.x. At the same time added this as package.json#engines to explicitly declare the minimum node version supported by this package.

Patch Changes

  • Updated dependencies [a01efc9]:
    • @manypkg/tools@1.0.0

@manypkg/cli@0.20.0

23 Jan 23:16
1bff0a2
Compare
Choose a tag to compare

Minor Changes

  • #165 7b9c4f6 Thanks @Andarist! - Removed support for Bolt monorepos.

  • #162 f046017 Thanks @Andarist! - Increased the transpilation target of the source files to node@14.x. At the same time added this as package.json#engines to explicitly declare the minimum node version supported by this package.

Patch Changes

@manypkg/cli@0.19.2

29 Sep 03:19
eadfad4
Compare
Choose a tag to compare

Patch Changes

@manypkg/get-packages@1.1.3

09 Nov 05:26
b8b9144
Compare
Choose a tag to compare

Patch Changes

  • #122 7bd4f34 Thanks @fz6m! - Fixed getting correct packages in pnpm workspaces with exclude rules.

@manypkg/cli@0.19.1

09 Nov 05:26
b8b9144
Compare
Choose a tag to compare

Patch Changes

  • #122 7bd4f34 Thanks @fz6m! - Fixed getting correct packages in pnpm workspaces with exclude rules.

  • Updated dependencies [7bd4f34]:

    • @manypkg/get-packages@1.1.3

@manypkg/get-packages@1.1.2

28 Oct 02:38
8f9db7a
Compare
Choose a tag to compare

Patch Changes

@manypkg/cli@0.19.0

28 Oct 02:38
8f9db7a
Compare
Choose a tag to compare

Minor Changes

  • #119 256297b Thanks @marcodejongh! - Change external mismatch behaviour to suggest and fix to the most commonly used dependency range in the workspace. If all ranges are only used once it will pick the highest.

Patch Changes

  • Updated dependencies [5f6cded]:
    • @manypkg/get-packages@1.1.2

@manypkg/cli@0.18.0

24 May 23:45
24cf582
Compare
Choose a tag to compare

Minor Changes

Patch Changes