FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed packages are only bumped up major version regardless of changeset specified version type · Issue #963 · changesets/changesets · GitHub

Fixed packages are only bumped up major version regardless of changeset specified version type #963

Description

Problem

I hava two packages a@1.0.0 and b@1.0.0 that a is depend on b.

and my config.json looks like below

{
  "$schema": "https://unpkg.com/@changesets/config@2.0.1/schema.json",
  "commit": false,
  "fixed": [["a", "b"]],
  "access": "restricted",
  "baseBranch": "main",
  "updateInternalDependencies": "patch",
}

In this condition, If I made a change on package a and made changeset to bumb up minor version.
After that, I ran changeset version to bump up packages version.
I expected the pacakge's versions were bumped up as v1.1.0 each. But they were turned into v2.0.0.

What is problem?

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


    Back | FazBrowse Home | New Git URL