fix(play): republish with installable dependency ranges - #970
Merged
Conversation
0.1.0 was first-created with npm publish, so the tarball still has workspace:^ and catalog: protocol strings. A play patch changeset puts 0.1.1 on the current Version Packages PR; pnpm pack rewrites both to semver.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@vuetify/play@0.1.0is uninstallable from npm: the first-createnpm publishleft@vuetify/v0: workspace:^andfflate: catalog:in the tarball.pnpm packalready rewrites those to^1.2.0/^0.8.3. A play-only patch changeset puts0.1.1on the current Version Packages PR (#934) so this cut publishes an installable tarball in the samerelease.ymlrun as v01.2.1.Emerald and bulma
0.1.1already in #934 get the same rewrite for free. Genesis is installable (^1.0.5) and stays put.Test plan
pnpm packinpackages/playemits@vuetify/v0: ^1.2.0andfflate: ^0.8.3@vuetify/play@0.1.1npm view @vuetify/play@0.1.1 dependenciesis semver, not workspace/catalog