@twreporter/redux
Advanced tools
Comparing version 7.10.0-rc.0 to 7.10.0-rc.1
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.10.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/redux@7.10.0-rc.0...@twreporter/redux@7.10.0-rc.1) (2024-01-15) | ||
### Bug Fixes | ||
* remove unused sort ([26b7f52](https://github.com/twreporter/twreporter-npm-packages/commit/26b7f52a9984da298f978a67855c6b55a53890e3)) | ||
# [7.10.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/redux@7.9.1...@twreporter/redux@7.10.0-rc.0) (2024-01-15) | ||
@@ -8,0 +19,0 @@ |
@@ -201,3 +201,2 @@ "use strict"; | ||
* @param {number} limit - max amount of records per fetch | ||
* @param {string} sort - sort by | ||
* @return {Function} - function will be executed in Redux Thunk middleware | ||
@@ -207,3 +206,3 @@ */ | ||
function getMultipleBookmarks(jwt, userID, offset, limit, sort) { | ||
function getMultipleBookmarks(jwt, userID, offset, limit) { | ||
/** | ||
@@ -224,4 +223,3 @@ * @param {Function} dispatch - Redux store dispatch function | ||
offset: offset, | ||
limit: limit, | ||
sort: sort | ||
limit: limit | ||
}, false); | ||
@@ -228,0 +226,0 @@ var axiosConfig = { |
{ | ||
"name": "@twreporter/redux", | ||
"version": "7.10.0-rc.0", | ||
"version": "7.10.0-rc.1", | ||
"description": "redux actions and reducers for twreporter website", | ||
@@ -28,3 +28,3 @@ "repository": "https://github.com/twreporter/twreporter-npm-packages.git", | ||
"dependencies": { | ||
"@twreporter/core": "^1.16.0", | ||
"@twreporter/core": "^1.17.0-rc.0", | ||
"axios": "^0.19.0", | ||
@@ -49,3 +49,3 @@ "es6-error": "^4.0.2", | ||
], | ||
"gitHead": "101e7eefd114f9d586d1882490c1742426b1e40d" | ||
"gitHead": "7e4360b31ba449c062234e72a20f30bf31bc2533" | ||
} |
236953
4896