Skip to content

Commit bec2603

Browse files
Rework auth actions and reducers to make them more efficient.
1 parent 5246465 commit bec2603

File tree

6 files changed

+205
-119
lines changed

6 files changed

+205
-119
lines changed

.eslintrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"require": true,
1414
"module": true,
1515
"global": true,
16-
"fetch": true
16+
"fetch": true,
17+
"Promise": true
1718
}
18-
}
19+
}

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.1.8
8+
### Changed
9+
- Auth actions and reducers to make requests more efficient.
10+
711
## 3.1.7
812
### Removed
913
- console.log statements left in.

package-lock.json

+63-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)