chore: version packages#24
Merged
Merged
Conversation
06e0c3e to
a46226b
Compare
a46226b to
36a73ca
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.4.0
Minor Changes
seamless init --<example>selects a use-case starter by its registry alias (e.g.seamless init --oauth), skipping the web prompt. Aliases are defined in the templates registry, so adding an example needs no CLI change. Unknown flags list the available examples, and the interactive web prompt now presents the available examples.seamless verifynow conformance-tests every web template in the registry. It runs the API and adapter layers once, then builds, serves, and drives each web template in turn, scoping the browser suite to the flows the template's manifest declares (verify.flows, e.g.["oauth"]). React specs are tagged by feature (@login,@oauth) so a template runs only its relevant flows; a template with no declared flows runs the full suite.SEAMLESS_REACT_DIRstill overrides with a single template.Patch Changes
@seamless-auth/express@^0.6.0(the stable release that includes theregistration-session and non-JSON-response fixes), so the released conformance run tests against
the current published packages.
seamless verifynow resolves the React web template from../seamless-templates/templates/web/react-viteby default (still overridable withSEAMLESS_REACT_DIR), and the reusableverify-conformance.ymlworkflow checks outseamless-templates(inputtemplates-ref) instead of the standalone starter repo.seamless verifynow resolves the web template to conformance-test from the seamless-templates registry (the first runnable web template) instead of a hardcoded path. SEAMLESS_REACT_DIR still overrides with a direct template path, and SEAMLESS_TEMPLATES_DIR points at a local templates checkout. Running the browser suite against every web template is a follow-up.