-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: redux toolkit update to redux pacakges (#2026)
* feat: replace redux with redux-toolkit * feat: replace redux with redux-toolkit * feat: replace redux with redux-toolkit * feat: replace redux with redux-toolkit * chore: changefiles * feat: redux toolkit update to redux pacakges * feat: redux toolkit update to redux pacakges * feat: redux toolkit update to redux pacakges --------- Co-authored-by: Arun Vishnu <[email protected]>
- Loading branch information
1 parent
0f69457
commit a0bada4
Showing
13 changed files
with
1,309 additions
and
882 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@xarc/react-redux-observable/feat-reduxupgrades_2024-08-29-03-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@xarc/react-redux-observable", | ||
"comment": "Update to use @reduxjs/toolkit", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@xarc/react-redux-observable" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@xarc/react-redux-saga/feat-reduxupgrades_2024-08-29-03-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@xarc/react-redux-saga", | ||
"comment": "Update to use @reduxjs/toolkit", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@xarc/react-redux-saga" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@xarc/react-redux/feat-reduxupgrades_2024-08-29-03-41.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@xarc/react-redux", | ||
"comment": "Update to use @reduxjs/toolkit", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@xarc/react-redux" | ||
} |
Oops, something went wrong.