Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 13:55
· 33 commits to main since this release
39f52aa

Minor Changes

  • #124 39f7eca Thanks @LekoArts! - Add support for pnpm's workspace: protocol and catalog: features inside the source directory.

    For example, if the package you want to test out has some of its dependencies defined like this:

    {
      "name": "source",
      "dependencies": {
        "internal-dep": "workspace:*",
        "react": "catalog:react"
      }
    }

    The workspace:* will be transformed to latest before publishing (if the dependency isn't being published with secco) and the catalog: entries are resolved using the pnpm-workspace.yaml file.