terra-alert
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -7,2 +7,7 @@ Changelog | ||
1.13.0 - (November 28, 2017) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.12.0 - (November 16, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,6 +8,6 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-base | ^2.6.1 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.12.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.13.0 | ^15.4.2 | terra-icon | | ||
| terra-responsive-element | ^1.11.1 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size | | ||
| terra-base | ^2.7.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.13.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.14.0 | ^15.4.2 | terra-icon | | ||
| terra-responsive-element | ^1.12.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size | | ||
@@ -25,5 +25,5 @@ ## devDependencies | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| terra-base | ^2.6.1 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.12.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.13.0 | ^15.4.2 | terra-icon | | ||
| terra-responsive-element | ^1.11.1 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size | | ||
| terra-base | ^2.7.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.13.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.14.0 | ^15.4.2 | terra-icon | | ||
| terra-responsive-element | ^1.12.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size | |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "1.12.0", | ||
"version": "1.13.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.", | ||
@@ -30,6 +30,6 @@ "repository": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.7.0", | ||
"terra-button": "^1.13.0", | ||
"terra-icon": "^1.14.0", | ||
"terra-responsive-element": "^1.12.0" | ||
"terra-base": "^2.8.0", | ||
"terra-button": "^1.14.0", | ||
"terra-icon": "^1.15.0", | ||
"terra-responsive-element": "^1.13.0" | ||
}, | ||
@@ -39,6 +39,6 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^2.7.0", | ||
"terra-button": "^1.13.0", | ||
"terra-icon": "^1.14.0", | ||
"terra-responsive-element": "^1.12.0" | ||
"terra-base": "^2.8.0", | ||
"terra-button": "^1.14.0", | ||
"terra-icon": "^1.15.0", | ||
"terra-responsive-element": "^1.13.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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
456692
40
Updatedterra-base@^2.8.0
Updatedterra-button@^1.14.0
Updatedterra-icon@^1.15.0