terra-alert
Advanced tools
Comparing version 4.29.0 to 4.30.0
@@ -7,2 +7,7 @@ ChangeLog | ||
4.30.0 - (May 19, 2020) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
4.29.0 - (May 12, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.29.0", | ||
"version": "4.30.0", | ||
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.", | ||
@@ -32,7 +32,7 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.38.0", | ||
"terra-icon": "^3.30.0", | ||
"terra-button": "^3.39.0", | ||
"terra-icon": "^3.31.0", | ||
"terra-responsive-element": "^5.18.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-toggle": "^3.31.0" | ||
"terra-toggle": "^3.32.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "scripts": { | ||
}, | ||
"gitHead": "cd1ff2a4eda29511aab8317b54aadca8a0d76b09" | ||
"gitHead": "a75ebe4bfe9cb09b4d0ab1a5f9c8039ddf2d0add" | ||
} |
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
160978
Updatedterra-button@^3.39.0
Updatedterra-icon@^3.31.0
Updatedterra-toggle@^3.32.0