Skip to content

Commit

Permalink
Upgrade Redux Remember to work with [email protected] and [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Dec 8, 2023
1 parent e86b839 commit bd15d49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

Redux Remember saves and loads your redux state from a key-value store of your choice.

__Important__

The current version of Redux Remember is tested with [email protected]+.<br />
In case you are using TypeScript and want to use Redux Remember with an older versions of Redux you might need to switch back to version 4.2.2 of Redux Remember.

__Key features:__
- Saves (persists) and loads (rehydrates) only allowed keys and does not touch anything else.
- Completely unit and battle tested.
Expand Down
2 changes: 1 addition & 1 deletion demo-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-remember",
"version": "4.2.2",
"version": "5.0.0",
"description": "Saves and loads your redux state from a key-value store of your choice",
"author": "Iskren Slavov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit bd15d49

Please sign in to comment.