Skip to content

Commit

Permalink
feat: redux toolkit update to redux pacakges (#2026)
Browse files Browse the repository at this point in the history
* 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 <arunnampoothiri.vish@walmart.com>
  • Loading branch information
arunvishnun and Arun Vishnu authored Sep 18, 2024
1 parent 0f69457 commit a0bada4
Show file tree
Hide file tree
Showing 13 changed files with 1,309 additions and 882 deletions.
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"
}
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"
}
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"
}
Loading

0 comments on commit a0bada4

Please sign in to comment.