Skip to content

Conversation

@nobkd
Copy link
Collaborator

@nobkd nobkd commented Nov 1, 2025

use workspace versioning (bun pm pack in a package creates an archive with the versions from the workspace "nuemark": "workspace:^", -> "nuemark": "^0.7.0", because the workspace version of nuemark is on 0.7.0), so no manual update is needed when releasing (you can also use ~ or * to use those version ranges)

will prevent things like #638 to happen for future releases, without having to manually handle version ranges on new releases.

This of course will only work when you use bun pm pack to create the archive to upload / publish the new version with bun publish.
Bumping versions is also possible with bun pm version <increment>.


additional changes:

  • cleanup json, unnecessary files

@nobkd nobkd force-pushed the workspace-versioning branch from 38f1a2b to 8affb54 Compare November 1, 2025 16:05
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.

1 participant