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

Commit

Permalink
Release 10/03/23 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored Oct 3, 2023
1 parent d8c4b27 commit 8c7abba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 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.48.0 - (October 3, 2023)

* Changed
* Minor dependency version bump

## 2.47.0 - (September 26, 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.47.0",
"version": "2.48.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.12.0",
"terra-clinical-item-view": "^4.13.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
Expand Down
8 changes: 6 additions & 2 deletions packages/terra-clinical-item-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

## Unreleased

## 4.12.0 - (September 26, 2023)
## 4.13.0 - (October 3, 2023)

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

* Changed
* Changed the structure of how displays in an item view are returned, now they exist in an unordered list as list items.

## 4.12.0 - (September 26, 2023)

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

## 4.11.0 - (September 21, 2023)

* Changed
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.12.0",
"version": "4.13.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 8c7abba

Please sign in to comment.