From fd09d5f9db7f61c2b0aca1bac9496cf208ab86e2 Mon Sep 17 00:00:00 2001 From: Sydney Combs <42594047+sycombs@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:51:27 -0500 Subject: [PATCH] Release June 22 2023 (#874) --- packages/terra-clinical-detail-view/CHANGELOG.md | 2 ++ packages/terra-clinical-detail-view/package.json | 2 +- packages/terra-clinical-result/CHANGELOG.md | 2 ++ packages/terra-clinical-result/package.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/terra-clinical-detail-view/CHANGELOG.md b/packages/terra-clinical-detail-view/CHANGELOG.md index 2da031f89..7909f3e46 100644 --- a/packages/terra-clinical-detail-view/CHANGELOG.md +++ b/packages/terra-clinical-detail-view/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.31.0 - (June 22, 2023) + * Added * Added `isLabelValuePairList` prop to the DetailList component to support using a description list for label-value pairs. * Added aria-labelledby attribute to DetailView `
` using title's id attribute. diff --git a/packages/terra-clinical-detail-view/package.json b/packages/terra-clinical-detail-view/package.json index 3d83985dd..19d8d3087 100644 --- a/packages/terra-clinical-detail-view/package.json +++ b/packages/terra-clinical-detail-view/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-detail-view", "main": "lib/DetailView.js", - "version": "3.30.0", + "version": "3.31.0", "description": "Detail Views allows you to create a view with text at different levels of importance. A detail view can contain a title, subtitles, a graph, a footer and a list of elements that can display information at a more detailed level. A Detail List is a structural subcomponent of Detail View indented to be used within the details prop. A Detail List accepts and arranges DetailListItem elements in a flexbox layout that wraps the list of items by row. Detail List Items are the elements to be placed within a Detail List. A Detail List Item accepts one element item and applies a minimum width of 50% so that the element spans at minimum half of the Detail List. This allows the Detail List to have either one or two items per row depending on the width of the item content in each item.", "repository": { "type": "git", diff --git a/packages/terra-clinical-result/CHANGELOG.md b/packages/terra-clinical-result/CHANGELOG.md index faa1e6d7e..a5e50ae26 100644 --- a/packages/terra-clinical-result/CHANGELOG.md +++ b/packages/terra-clinical-result/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.18.0 - (June 22, 2023) + * Added * Added screen-reader support for strikethroughs to convey an entered in error status. * Added additional translations for strikethrough alt text. diff --git a/packages/terra-clinical-result/package.json b/packages/terra-clinical-result/package.json index 6d1662369..df997334e 100644 --- a/packages/terra-clinical-result/package.json +++ b/packages/terra-clinical-result/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-result", "main": "lib/ClincalResult.js", - "version": "1.17.0", + "version": "1.18.0", "description": "The Terra Clinical Result package is a collection of standardized views for presenting clinical results documented to a Patient's Medical Chart, such as Vital Signs, Laboratory Results, and Discretely Documented Values", "repository": { "type": "git",