Skip to content

Mixed versions across workspaces #581

@raphaelokon

Description

@raphaelokon

Hi there.

We are evaluating to replace Lerna with Yarn workspaces + Changesets and need input if the following concept is possible with changesets:

  "workspaces": [
    "libs/*",  // All packages in `libs` should be versioned independenly
    "main/*",  // All packages in `main` should have one fixed/locked versioning
  ]

We would ideally have an independent versioning (like all packages can get a custom version) for all packages inside the libs/ workspace and a fixed version across packages (like in LErna’s fixed/locked mode) under main/.

Is this possible with changesets?

Cheers 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions