Commit f09328e Pete Carr
committed Oct 24, 2017
1 parent ec7c658 commit f09328e Copy full SHA for f09328e
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.3.1] - 2017-10-24
8
+ ### Added
9
+ - Added peer dependency for React 16
7
10
8
11
## [ 1.3.0] - 2016-07-08
9
12
### Added
@@ -33,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33
36
- Now works in popup windows and iframes with a different ` window ` context (#22 )
34
37
35
38
36
- [ Unreleased ] : https://github.com/digidem/react-dimensions/compare/v1.3.0...HEAD
39
+ [ Unreleased ] : https://github.com/digidem/react-dimensions/compare/v1.3.1...HEAD
40
+ [ 1.3.1 ] : https://github.com/digidem/react-dimensions/compare/v1.3.0...v1.3.1
37
41
[ 1.3.0 ] : https://github.com/digidem/react-dimensions/compare/v1.2.0...v1.3.0
38
42
[ 1.2.0 ] : https://github.com/digidem/react-dimensions/compare/v1.1.1...v1.2.0
39
43
[ 1.1.1 ] : https://github.com/digidem/react-dimensions/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dimensions" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " React [higher-order component](https://gist.github.com/sebmarkbage/ef0bf1f338a7182b6775) to get dimensions of container" ,
5
5
"main" : " index.js" ,
6
6
"standard" : {
You can’t perform that action at this time.
0 commit comments