Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix internal dependencies not bumped in main package.json #1736

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 14, 2024

  1. chore: fix internal dependencies not bumped in main package.json

    Closes: INSTUI-4329
    
    version bump is done with the lerna bump command, this does not touch the main package.json. Lerna's
    recommended way is to use the workspace protocol instead, see
    lerna/lerna#2153 (comment)
    TEST PLAN:
    try npm run bump, it should not alter version in the main package.json
    matyasf committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    02279f7 View commit details
    Browse the repository at this point in the history