diff --git a/HISTORY.md b/HISTORY.md index b2a6cd04..9d4c79b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v3.2.6 +================== +* Minor spell Check error. + v3.2.5 ================== * Fixed DateTime icon spacing issue when the rendering direction is "rtl" Right-To-Left. diff --git a/bower.json b/bower.json index d0bbc167..45377854 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-datetime-common", - "version": "3.2.5", + "version": "3.2.6", "main": [ "px-datetime-common.html" ], diff --git a/css/px-datetime-entry-styles.html b/css/px-datetime-entry-styles.html index b492fe6a..da2b0c50 100644 --- a/css/px-datetime-entry-styles.html +++ b/css/px-datetime-entry-styles.html @@ -17,7 +17,7 @@ \ No newline at end of file diff --git a/package.json b/package.json index 4d94cbe5..12817b0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-datetime-common", "author": "General Electric", "description": "A Px component", - "version": "3.2.5", + "version": "3.2.6", "private": false, "extName": null, "repository": { diff --git a/sass/px-datetime-entry.scss b/sass/px-datetime-entry.scss index f5f7ab5a..06f6d19a 100644 --- a/sass/px-datetime-entry.scss +++ b/sass/px-datetime-entry.scss @@ -67,9 +67,9 @@ $inuit-enable-btn--bare : true; If the writing direction is right-to-left, this value overrides margin-right. */ -webkit-margin-start: .33333rem; - -moz-markin-start: .33333rem; + -moz-margin-start: .33333rem; -webkit-margin-end: .33333rem; - -moz-markin-end: .33333rem; + -moz-margin-end: .33333rem; } .dt-icon-button:hover, .dt-icon-button:focus {