Skip to content

fix(play): republish with installable dependency ranges - #970

Merged
johnleider merged 1 commit into
masterfrom
fix/play-installable-deps
Sep 1, 2026
Merged

fix(play): republish with installable dependency ranges#970
johnleider merged 1 commit into
masterfrom
fix/play-installable-deps

Conversation

@johnleider

Copy link
Copy Markdown
Member

Summary

@vuetify/play@0.1.0 is uninstallable from npm: the first-create npm publish left @vuetify/v0: workspace:^ and fflate: catalog: in the tarball.

pnpm pack already rewrites those to ^1.2.0 / ^0.8.3. A play-only patch changeset puts 0.1.1 on the current Version Packages PR (#934) so this cut publishes an installable tarball in the same release.yml run as v0 1.2.1.

Emerald and bulma 0.1.1 already in #934 get the same rewrite for free. Genesis is installable (^1.0.5) and stays put.

Test plan

  • pnpm pack in packages/play emits @vuetify/v0: ^1.2.0 and fflate: ^0.8.3
  • After merge, chore: version packages #934 adds @vuetify/play@0.1.1
  • After Version Packages merge, npm view @vuetify/play@0.1.1 dependencies is semver, not workspace/catalog

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.
@johnleider
johnleider merged commit 275733c into master Sep 1, 2026
22 checks passed
@johnleider
johnleider deleted the fix/play-installable-deps branch September 1, 2026 18:10
@johnleider johnleider added the T: bug Something isn't working label Sep 1, 2026
@johnleider johnleider self-assigned this Sep 1, 2026
@johnleider johnleider added this to the v1.2.x milestone Sep 1, 2026
@github-actions github-actions Bot mentioned this pull request Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant