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

Release 10/03/23 #921

Merged
merged 3 commits into from
Oct 3, 2023
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What changes are we releasing here. I do not see any changes being released in the changelog other than the minor dependency bump changes on both packages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, there should be at least one package with a CHANGELOG entry that's not a dependency version bump

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, it's the changes from this PR that are being released: #913, looks like something went weird with the CHANGELOG during merge. Fixed with 5096889

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also one more fix since the accessibility guide changes are also in this release: 758329f


## 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
Loading