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

Commit

Permalink
Release 09/26/23 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored Sep 26, 2023
1 parent 8db93c2 commit e8a7a3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 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,11 @@

## Unreleased

## 2.47.0 - (September 26, 2023)

* Changed
* Minor dependency version bump

## 2.46.0 - (September 21, 2023)

* Changed
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.46.0",
"version": "2.47.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.11.0",
"terra-clinical-item-view": "^4.12.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
Expand Down
2 changes: 2 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,8 @@

## Unreleased

## 4.12.0 - (September 26, 2023)

* Added
* Added `trueColumn` prop to toggle between displaying in a two column layout by row or by column.

Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "4.12.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

0 comments on commit e8a7a3a

Please sign in to comment.