@instructure/ui-i18n
Advanced tools
Comparing version 5.13.0-rc.20 to 5.13.0
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="5.13.0"></a> | ||
# [5.13.0](https://github.com/instructure/instructure-ui/compare/v5.12.0...v5.13.0) (2018-06-16) | ||
### Bug Fixes | ||
* **NumberInput:** fix controlled component ([1ec816a](https://github.com/instructure/instructure-ui/commit/1ec816a)) | ||
* **ui-i18n:** Fix leading zero decimal parsing ([3224dc8](https://github.com/instructure/instructure-ui/commit/3224dc8)) | ||
<a name="5.12.0"></a> | ||
@@ -8,0 +21,0 @@ # [5.12.0](https://github.com/instructure/instructure-ui/compare/v5.11.0...v5.12.0) (2018-06-11) |
{ | ||
"name": "@instructure/ui-i18n", | ||
"version": "5.13.0-rc.20", | ||
"version": "5.13.0", | ||
"description": "A UI component library made by Instructure Inc.", | ||
@@ -25,5 +25,5 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-presets": "^5.13.0-rc.20", | ||
"@instructure/ui-testbed": "^5.13.0-rc.20", | ||
"@instructure/ui-themes": "^5.13.0-rc.20", | ||
"@instructure/ui-presets": "^5.13.0", | ||
"@instructure/ui-testbed": "^5.13.0", | ||
"@instructure/ui-themes": "^5.13.0", | ||
"react": "15.6.2", | ||
@@ -37,3 +37,3 @@ "react-dom": "15.6.2" | ||
"dependencies": { | ||
"@instructure/ui-utils": "^5.13.0-rc.20", | ||
"@instructure/ui-utils": "^5.13.0", | ||
"decimal.js": "^9.0.1", | ||
@@ -46,3 +46,3 @@ "moment-timezone": "^0.5.14", | ||
}, | ||
"gitHead": "044326273c669cc3d0c3fd6a37bc3c4d6ab1ef85" | ||
"gitHead": "e954b6529e111c6962525d129068ac888df35e55" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
140722
0