lingui-react
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.3.4"></a> | ||
## [1.3.4](https://github.com/lingui/js-lingui/compare/lingui-react@1.3.3...lingui-react@1.3.4) (2017-10-25) | ||
**Note:** Version bump only for package lingui-react | ||
<a name="1.3.3"></a> | ||
@@ -8,0 +16,0 @@ ## [1.3.3](https://github.com/lingui/js-lingui/compare/lingui-react@1.3.2...lingui-react@1.3.3) (2017-10-23) |
@@ -283,3 +283,3 @@ import { date, number } from 'lingui-formats'; | ||
linguiPublisher: PropTypes.object.isRequired, | ||
linguiDefaultRender: PropTypes.any.isRequired | ||
linguiDefaultRender: PropTypes.any | ||
}; | ||
@@ -286,0 +286,0 @@ |
@@ -290,3 +290,3 @@ 'use strict'; | ||
linguiPublisher: PropTypes.object.isRequired, | ||
linguiDefaultRender: PropTypes.any.isRequired | ||
linguiDefaultRender: PropTypes.any | ||
}; | ||
@@ -293,0 +293,0 @@ |
{ | ||
"name": "lingui-react", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "React components for translations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53318