chore(repo): version packages - #758
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 31, 2026 19:18
24ad193 to
fac1193
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 17:49
fac1193 to
4d6fe96
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 17, 2026 21:20
4d6fe96 to
13526ba
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shelve/cli@5.3.0
Minor Changes
#766
ff8d85fThanks @voidhrithik! - From a monorepo root,push,pull,diffandsyncnow run once per package that has its ownshelve.json, and--path <dir>targets a single one. Rootshelve.jsonsettings reach sub-packages instead of being dropped, thoughprojectstays per-package.Three things that were quietly broken now behave:
autoCreateProject: falsestops project creation even under--yes,diffno longer writes an empty env file or creates projects, andshelve runfalls back to its encrypted cache when the API call fails instead of exiting.Errors in
--jsonmode now print the documented envelope on stderr rather than a stack trace. When a package fails partway through a fan-out, the error names it and lists the packages that already finished, in the prose hint and inerror.context.@shelve/app@3.4.0
Minor Changes
903908fThanks @voidhrithik! - Add projects to the command palette so you can search and jump to any project across your teams.Patch Changes
#765
903908fThanks @voidhrithik! - Only enforce the BotID check on production, so OTP sign-in works on preview deployments.#757
f9cfe6eThanks @HugoRCD! - Align nested project API handlers with the team from the URL path and tighten bulk project mutations.