@material/form-field
Advanced tools
Comparing version 3.1.0-alpha.0 to 3.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.1.0](https://github.com/material-components/material-components-web/compare/v3.0.0...v3.1.0) (2019-07-22) | ||
### Bug Fixes | ||
* update TypeScript version to 3.5.x and fix typing errors ([#4853](https://github.com/material-components/material-components-web/issues/4853)) ([0657504](https://github.com/material-components/material-components-web/commit/0657504)) | ||
# [3.1.0-alpha.0](https://github.com/material-components/material-components-web/compare/v3.0.0...v3.1.0-alpha.0) (2019-07-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@material/form-field", | ||
"description": "Material Components for the web wrapper for laying out form fields and labels next to one another", | ||
"version": "3.1.0-alpha.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -17,14 +17,15 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/material-components/material-components-web.git" | ||
"url": "https://github.com/material-components/material-components-web.git", | ||
"directory": "packages/mdc-form-field" | ||
}, | ||
"dependencies": { | ||
"@material/base": "^3.0.0", | ||
"@material/feature-targeting": "^3.0.0", | ||
"@material/ripple": "^3.1.0-alpha.0", | ||
"@material/rtl": "^3.0.0", | ||
"@material/theme": "^3.1.0-alpha.0", | ||
"@material/typography": "^3.0.0", | ||
"@material/base": "^3.1.0", | ||
"@material/feature-targeting": "^3.1.0", | ||
"@material/ripple": "^3.1.0", | ||
"@material/rtl": "^3.1.0", | ||
"@material/theme": "^3.1.0", | ||
"@material/typography": "^3.1.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "42b485550d87a4c3328a07847b4070d15f09af8f" | ||
"gitHead": "6b7e616da1a1ca53df2253f6207642739e13b5dc" | ||
} |
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
133915
1
Updated@material/base@^3.1.0
Updated@material/ripple@^3.1.0
Updated@material/rtl@^3.1.0
Updated@material/theme@^3.1.0
Updated@material/typography@^3.1.0