Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 15, 2025

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

[email protected]

Minor Changes

  • #117 by @felixfeng33 – Added createVanillaStore: create a vanilla Zustand store in Node.js, workers, or any non-React environment. Example:

    import { createVanillaStore } from 'zustand-x/vanilla';
    
    const store = createVanillaStore({ count: 0 }, { name: 'counter' });
    
    store.get('count');
    store.set('count', 1);

@github-actions github-actions bot force-pushed the changeset-release/main branch from 87a5b50 to 75d8d24 Compare October 15, 2025 08:25
@zbeyens zbeyens merged commit d4cb40a into main Oct 15, 2025
@zbeyens zbeyens deleted the changeset-release/main branch October 15, 2025 10:15
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.

2 participants