From 032e329f89b39016812c446cf8290699873d2b40 Mon Sep 17 00:00:00 2001 From: saket2403 Date: Tue, 26 Mar 2024 16:41:40 +0530 Subject: [PATCH] Release 26/3 --- packages/terra-clinical-header/CHANGELOG.md | 2 ++ packages/terra-clinical-header/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/terra-clinical-header/CHANGELOG.md b/packages/terra-clinical-header/CHANGELOG.md index 5ff7c69e2..f7558764e 100644 --- a/packages/terra-clinical-header/CHANGELOG.md +++ b/packages/terra-clinical-header/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.31.1 - (March 26, 2024) + * Fixed * Fixed flex direction of start and end content. diff --git a/packages/terra-clinical-header/package.json b/packages/terra-clinical-header/package.json index e6dbe6cbf..934526232 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.0", + "version": "3.31.1", "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",