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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issues with * ranges not being replaced in premode #703

Merged
merged 1 commit into from Feb 13, 2022

Conversation

Andarist
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2021

馃 Changeset detected

Latest commit: 0a24e34

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@changesets/apply-release-plan Patch
@changesets/cli Patch
@changesets/assemble-release-plan Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 10, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0a24e34:

Sandbox Source
Vanilla Configuration

@Andarist Andarist force-pushed the fix/first-batch-workspace-ranges branch from a4914e5 to 0a24e34 Compare December 10, 2021 08:33
// intentionally keep other workspace ranges untouched
// this has to be fixed but this should only be done when adding appropriate tests
versionRange === "workspace:*"
? // workspace:* actually means the current exact version, and not a wildcard similar to a reguler * range
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃樁

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hehe, ye - this is weird. Basically workspace:* means "replace with the current version (exact)", workspace:^ means "replace with the current version, modified with ^" (and the same applies to workspace:~).

@Andarist Andarist merged commit 15c461d into main Feb 13, 2022
@Andarist Andarist deleted the fix/first-batch-workspace-ranges branch February 13, 2022 09:36
@github-actions github-actions bot mentioned this pull request Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants