@twreporter/redux 8.1.0 → 8.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,8 +76,11 @@ function donationHistory() {
76
76
  }
77
77
  case _actionTypes["default"].donationHistory.periodicDonationHistory.read.request:
78
78
  {
79
- state.periodicDonationHistory.isFetching = true;
80
- return state;
79
+ return _objectSpread(_objectSpread({}, state), {}, {
80
+ periodicDonationHistory: _objectSpread(_objectSpread({}, state.periodicDonationHistory), {}, {
81
+ isFetching: true
82
+ })
83
+ });
81
84
  }
82
85
  case _actionTypes["default"].donationHistory.periodicDonationHistory.read.success:
83
86
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/redux",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "redux actions and reducers for twreporter website",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -46,5 +46,5 @@
46
46
  "files": [
47
47
  "lib"
48
48
  ],
49
- "gitHead": "0333b9da9f6a35f1bb9210d966edfb7a0ad8b7a6"
49
+ "gitHead": "b5a400596a56abf427d6545d5678549db2bda77d"
50
50
  }