Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Release 02/04 #941

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/terra-clinical-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.31.2 - (April 2, 2024)

* Fixed
* Added `wrapContent` prop to make content wrapping optional.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-header/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-clinical-onset-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.39.0 - (April 2, 2024)

* Changed
* Minor dependency version bump.

## 4.38.0 - (March 1, 2024)

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-onset-picker/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading