Skip to content

Commit

Permalink
Merge pull request #58 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zbeyens authored Jul 8, 2023
2 parents 409420c + d000d9b commit b6aad93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/funny-trains-matter.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/zustood/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @udecode/zustood

## 2.0.0

### Major Changes

- [#57](https://github.com/udecode/zustood/pull/57) [`2b1dbeb`](https://github.com/udecode/zustood/commit/2b1dbeb96ba86fbd31e3c731d2bd42cc22a003f0) Thanks [@enchorb](https://github.com/enchorb)! - Upgraded `zustand` to version 4, bringing in several new features and improvements.
- Deprecated types in `zustand` v4+ were addressed by including them in the package itself.
- Upgraded `immer` to the latest version.
- The upgrade to `zustand` v4 and `immer` introduces enhancements, bug fixes, and performance optimizations to your application.
- Please make sure to review the official documentation of `zustand` v4 and `immer` for any additional changes and updates.

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zustood/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/zustood",
"version": "1.1.4",
"version": "2.0.0",
"description": "A modular store factory using zustand",
"keywords": [
"zustand"
Expand Down

0 comments on commit b6aad93

Please sign in to comment.