chore: version packages#61
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 02:44
fb91a77 to
d99d996
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 02:51
d99d996 to
950b1ef
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
seamless-cli@0.7.0
Minor Changes
6af3216: feat(init): connect scaffolds to a managed instance when a profile is logged in
seamless initnow defaults to the managed control plane whenever a profile has an active session. It reads the logged-in session, lists your applications, issues the application's service token from the control plane (rather than generating a local secret), and points the scaffolded web and api at the managed auth instance. Runninginitinside an existing project wires the managed credentials intoapi/.envin place, or prints them when there is no api directory. The self-hosted flow stays available withseamless init --local, and is still used automatically when no session is present. SetSEAMLESS_PORTAL_API_URLto override the control-plane host.Patch Changes
f8c4478: chore(templates): scaffold from seamless-templates v0.2.4
Bump
SEAMLESS_TEMPLATES_REFtov0.2.4. The Express template now has a working productionnpm run start(fixed extensionless ESM imports and the migration runner path) and ships thedocker-compose.ymlits scripts and README referenced. The web templates (react-vite and react-oauth) drop the unusedVITE_AUTH_SERVER_URL, and all templates document both the local and managed init paths.