fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

fix: fix invalid message version #184

Closed pradel closed 1 year ago

pradel commented 1 year ago

Calling getSignInMessage is throwing the following error {type: 'Invalid message version.', expected: '1', received: '1.0.0'}. This pr changes the default version to make it work with SignInWithStacksMessage.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 95ad4390a3ca0966d848572b6d6b9fc190aff841

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages | Name | Type | | --------------------- | ----- | | @micro-stacks/client | Patch | | @micro-stacks/jotai | Patch | | @micro-stacks/react | Patch | | @micro-stacks/solidjs | Patch | | @micro-stacks/svelte | Patch | | @micro-stacks/vue | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
micro-stacks-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2023 1:53pm
aulneau commented 1 year ago

@pradel can you resolve conflicts?

pradel commented 1 year ago

@aulneau fixed

aulneau commented 1 year ago

@pradel you need to rebase

CleanShot 2023-04-11 at 08 50 34@2x
pradel commented 1 year ago

@aulneau done ✅