chore: version packages - #207
Merged
Merged
Conversation
13 tasks
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.17.0
Minor Changes
2bcfa33: Scaffold from seamless-templates
v0.15.0, the release that carries the Expo starter.0.16.0taughtinitthemobiletemplate kind but left the registry pin onv0.14.0, which hasno such kind, so the question was never asked and
--mobile=expowas refused as an unknown option.With the pin on
v0.15.0the registry lists the starter asexpo(aliasmobile, beta):initoffers it after the backend,
--mobilescaffolds it atmobile/withEXPO_PUBLIC_API_URLfilledfrom the manifest, and the success output says how to start it. The starter is a complete Expo
Router app on
@seamless-auth/react-native0.1.0(email code, sign-in link, passkeys, aprotected call to the companion API), and its
tools/associations/generator writes the filesnative passkeys need.
--yesstill scaffolds without it.The same release moves the API starters to
@seamless-auth/express0.16.0and@seamless-auth/fastify0.7.0and passesauthServerUrlandaudienceintorequireAuth, so ascaffolded API accepts the auth API's access token from the native app alongside browser cookies,
and its
/authmount answers a bearer client with tokens in the body. The conformance harness'sadapters take the same
^0.16.0and^0.7.0. The starters also keep their SSL options whenDATABASE_URLcarriessslmode(templates0.15.0's patch note). The web starters stay on@seamless-auth/react0.12.0, and the auth API and admin dashboard pins do not move.