diff --git a/packages/terra-clinical-header/CHANGELOG.md b/packages/terra-clinical-header/CHANGELOG.md index 844d1b070..ae263b7db 100644 --- a/packages/terra-clinical-header/CHANGELOG.md +++ b/packages/terra-clinical-header/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.31.2 - (April 2, 2024) + * Fixed * Added `wrapContent` prop to make content wrapping optional. diff --git a/packages/terra-clinical-header/package.json b/packages/terra-clinical-header/package.json index 934526232..c990d81aa 100644 --- a/packages/terra-clinical-header/package.json +++ b/packages/terra-clinical-header/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-header", "main": "lib/Header.js", - "version": "3.31.1", + "version": "3.31.2", "description": "A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center. ", "repository": { "type": "git", diff --git a/packages/terra-clinical-onset-picker/CHANGELOG.md b/packages/terra-clinical-onset-picker/CHANGELOG.md index 363178f6c..65e4412d0 100644 --- a/packages/terra-clinical-onset-picker/CHANGELOG.md +++ b/packages/terra-clinical-onset-picker/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 4.39.0 - (April 2, 2024) + +* Changed + * Minor dependency version bump. + ## 4.38.0 - (March 1, 2024) * Fixed diff --git a/packages/terra-clinical-onset-picker/package.json b/packages/terra-clinical-onset-picker/package.json index 8026e6b7c..d262ec991 100644 --- a/packages/terra-clinical-onset-picker/package.json +++ b/packages/terra-clinical-onset-picker/package.json @@ -1,6 +1,6 @@ { "name": "terra-clinical-onset-picker", - "version": "4.38.0", + "version": "4.39.0", "description": "The terra-clinical-onset-picker component provides users a way to enter or select an approximate date for use in onset scenarios.", "main": "lib/OnsetPicker.js", "repository": {