Skip to content

Commit f09328e

Browse files
author
Pete Carr
committedOct 24, 2017
Version 1.3.1
1 parent ec7c658 commit f09328e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.3.1] - 2017-10-24
8+
### Added
9+
- Added peer dependency for React 16
710

811
## [1.3.0] - 2016-07-08
912
### Added
@@ -33,7 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3336
- Now works in popup windows and iframes with a different `window` context (#22)
3437

3538

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
3741
[1.3.0]: https://github.com/digidem/react-dimensions/compare/v1.2.0...v1.3.0
3842
[1.2.0]: https://github.com/digidem/react-dimensions/compare/v1.1.1...v1.2.0
3943
[1.1.1]: https://github.com/digidem/react-dimensions/compare/v1.1.0...v1.1.1

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dimensions",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "React [higher-order component](https://gist.github.com/sebmarkbage/ef0bf1f338a7182b6775) to get dimensions of container",
55
"main": "index.js",
66
"standard": {

0 commit comments

Comments
 (0)
Please sign in to comment.