terra-alert
Advanced tools
Comparing version 4.48.0 to 4.49.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.49.0 - (February 2, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.48.0 - (January 5, 2021) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.48.0", | ||
"version": "4.49.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.52.0", | ||
"terra-icon": "^3.40.0", | ||
"terra-button": "^3.53.0", | ||
"terra-icon": "^3.41.0", | ||
"terra-responsive-element": "^5.28.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-toggle": "^3.43.0" | ||
"terra-toggle": "^3.44.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "scripts": { | ||
}, | ||
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f" | ||
"gitHead": "f34a76024b33d4b2f25492c5983f3b73a27c107e" | ||
} |
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
162509
Updatedterra-button@^3.53.0
Updatedterra-icon@^3.41.0
Updatedterra-toggle@^3.44.0