Skip to content

Commit cf95124

Browse files
committed
uprev css loader and spec reporter
1 parent edee7bd commit cf95124

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/bencripps/react-redux-grid/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/bencripps/react-redux-grid/compare/5.1.12...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Grid Row Indexes are not set/unset on SelectAll DeselectAll Actions [\#138](https://github.com/bencripps/react-redux-grid/issues/138)
10+
11+
**Merged pull requests:**
12+
13+
- add bithound excellent scores [\#139](https://github.com/bencripps/react-redux-grid/pull/139) ([partizanos](https://github.com/partizanos))
14+
- adding docs: Actions, Bulk Selection, Types; expose ActionTypes [\#136](https://github.com/bencripps/react-redux-grid/pull/136) ([headwinds](https://github.com/headwinds))
15+
316
## [5.1.12](https://github.com/bencripps/react-redux-grid/tree/5.1.12) (2017-03-07)
417
[Full Changelog](https://github.com/bencripps/react-redux-grid/compare/5.1.10...5.1.12)
518

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"babel-runtime": "^6.11.6",
6262
"chai": "^3.5.0",
6363
"concurrently": "^3.1.0",
64-
"css-loader": "^0.27.2",
64+
"css-loader": "^0.28.0",
6565
"deep-diff": "^0.3.4",
6666
"enzyme": "^2.4.1",
6767
"eslint": "^3.6.0",
@@ -89,7 +89,7 @@
8989
"karma-mocha-reporter": "^2.2.0",
9090
"karma-sinon-chai": "^1.2.4",
9191
"karma-sourcemap-loader": "^0.3.7",
92-
"karma-spec-reporter": "0.0.30",
92+
"karma-spec-reporter": "0.0.31",
9393
"karma-webpack": "^2.0.2",
9494
"mocha": "^3.1.2",
9595
"node-storage-shim": "^1.0.1",

0 commit comments

Comments
 (0)