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

release-1-3-24 #933

Merged
merged 1 commit into from
Mar 1, 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-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.50.0 - (March 1, 2024)

* Fixed
* Fixed wdio failing due to button changes.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-clinical-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-data-grid",
"main": "lib/DataGrid.js",
"version": "2.49.0",
"version": "2.50.0",
"description": "An organizational component that renders a collection of data in a grid-like format.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-draggable": "^3.0.5",
"resize-observer-polyfill": "^1.4.1",
"terra-button": "^3.0.0",
"terra-clinical-item-view": "^4.13.1",
"terra-clinical-item-view": "^4.14.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-clinical-detail-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.37.0 - (March 1, 2024)

* Changed
* Minor dependency version bump.

## 3.36.0 - (September 21, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-clinical-detail-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-detail-view",
"main": "lib/DetailView.js",
"version": "3.36.0",
"version": "3.37.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",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-clinical-label-value-view": "^3.31.1",
"terra-clinical-label-value-view": "^3.32.0",
"terra-icon": "^3.52.0",
"terra-theme-context": "^1.0.0",
"uuid": "3.4.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-clinical-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.30.0 - (March 1, 2024)

* Changed
* Minor dependency version bump.

## 3.29.0 - (October 11, 2023)

* Added
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.29.0",
"version": "3.30.0",
"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-item-display/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.11.0 - (March 1, 2024)

* Changed
* Minor dependency version bump.

## 4.10.0 - (September 21, 2023)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-item-display/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-item-display",
"main": "lib/ItemDisplay.js",
"version": "4.10.0",
"version": "4.11.0",
"description": "The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-clinical-item-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.14.0 - (March 1, 2024)

* Changed
* Minor dependency version bump.

## 4.13.1 - (October 11, 2023)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-clinical-item-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-item-view",
"main": "lib/ItemView.js",
"version": "4.13.1",
"version": "4.14.0",
"description": "The Item View component allows displays to be organized into rows and column and themed, while providing means to add accessory elements and a comment.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-clinical-item-display": "^4.10.0",
"terra-clinical-item-display": "^4.11.0",
"terra-heading": "^4.52.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-clinical-label-value-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.32.0 - (March 1, 2024)

* Changed
* Minor dependency version bump.

## 3.31.1 - (September 21, 2023)

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-label-value-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-label-value-view",
"main": "lib/LabelValueView.js",
"version": "3.31.1",
"version": "3.32.0",
"description": "The label value view component displays a label and the associated value or list of values underneath the label.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 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,8 @@

## Unreleased

## 4.38.0 - (March 1, 2024)

* Fixed
* Fixed wdio failing due to date picker changes.

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.37.0",
"version": "4.38.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
2 changes: 2 additions & 0 deletions packages/terra-clinical-result/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.23.0 - (March 1, 2024)

* Changed
* Updated `No Results` to `No Result` in translations.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-result/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-result",
"main": "lib/ClincalResult.js",
"version": "1.22.0",
"version": "1.23.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",
Expand Down
Loading