Skip to content

chore: version packages - #204

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#204
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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.15.1

Patch Changes

  • 4bbf7ac: seamless verify --local packs @seamless-auth/client alongside @seamless-auth/react
    when the React SDK checkout is an npm workspace.

    The client SDK repo is becoming a workspace that publishes a framework-agnostic
    @seamless-auth/client next to @seamless-auth/react, and the react tarball depends on
    the client one. Packing only the root of such a checkout would produce the private root
    package, and installing the react tarball alone would go to the registry for a client
    version that is not published yet. The harness now reads workspaces from the checkout's
    package.json, packs both packages when it finds one, and the react image installs every
    tarball in one npm install so the dependency resolves from the sibling file. A checkout
    that predates the workspace is packed as before. The version line reported for
    @seamless-auth/react reads the react package's own manifest in a workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants