terra-dialog
Advanced tools
Comparing version 2.52.0 to 2.53.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.53.0 - (November 17, 2020) | ||
* Changed | ||
* Minor dependency version bump | ||
## 2.52.0 - (November 10, 2020) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-dialog", | ||
"main": "lib/Dialog.js", | ||
"version": "2.52.0", | ||
"version": "2.53.0", | ||
"description": "Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorienting the user.", | ||
@@ -32,5 +32,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.49.0", | ||
"terra-content-container": "^3.30.0", | ||
"terra-icon": "^3.37.0", | ||
"terra-button": "^3.50.0", | ||
"terra-content-container": "^3.31.0", | ||
"terra-icon": "^3.38.0", | ||
"terra-mixins": "^1.38.0", | ||
@@ -52,3 +52,3 @@ "terra-theme-context": "^1.0.0" | ||
}, | ||
"gitHead": "1b981da7df893b44257a6fbffb2cbaccc6714b97" | ||
"gitHead": "0e7146c606856f9b2cba0b1defb1d48181b6c089" | ||
} |
66240
Updatedterra-button@^3.50.0
Updatedterra-icon@^3.38.0