fix(sdk,cli): remove prerelease version suffixes#690
Merged
diberry merged 1 commit intobradygaster:devfrom Mar 29, 2026
Merged
Conversation
Resets squad-cli version from 0.9.1-build.4 to 0.9.1. Closes #116 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the monorepo’s published package metadata with release (non-prerelease) SemVer, primarily by removing the -build.N suffix from the CLI package and syncing the npm lockfile accordingly.
Changes:
- Reset
@bradygaster/squad-cliversion from0.9.1-build.4to0.9.1. - Regenerated
package-lock.json, which now reflects workspace devDependencies (includingtypedoc/typedoc-plugin-markdowntransitives frompackages/squad-sdk).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/squad-cli/package.json | Updates CLI package version to a stable release string. |
| package-lock.json | Updates lockfile to match current workspace/package metadata and dependency graph. |
This was referenced Mar 29, 2026
robzelt
pushed a commit
to robzelt/squad
that referenced
this pull request
Apr 1, 2026
…radygaster#690) 48 tests covering multi-squad Phase 1: resolution chain (5 steps), migration (legacy detection, no-op, error handling), CRUD (create, delete, switch), edge cases (corrupted JSON, path traversal, platform paths), and full lifecycle integration test. Ref bradygaster#652
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.
Resets squad-cli version from 0.9.1-build.4 to 0.9.1. Lockfile regenerated.
Supersedes #687 with a clean branch from upstream/dev.
Fork PR: diberry#116.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com