terra-alert
Advanced tools
Comparing version 4.89.0 to 4.90.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.90.0 - (February 27, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 4.89.0 - (February 15, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-alert", | ||
"version": "4.89.0", | ||
"version": "4.90.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.", | ||
@@ -27,3 +27,3 @@ "author": "Cerner Corporation", | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.74.0", | ||
"terra-button": "^3.75.0", | ||
"terra-icon": "^3.60.0", | ||
@@ -48,8 +48,17 @@ "terra-responsive-element": "^5.40.0", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
"wdio:default": "cd ../.. && terra wdio", | ||
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion" | ||
}, | ||
"gitHead": "31ec38baf909fed741b41a204f7fa28884ab327e" | ||
"files": [ | ||
"lib", | ||
"src", | ||
"translations", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "8968ea64cd0b536d8fa7bbb8bbd434cf527758cf" | ||
} |
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
82483
30
669
Updatedterra-button@^3.75.0