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

Commit

Permalink
Release 10/11/23 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored Oct 11, 2023
1 parent cd3392a commit 84d429a
Show file tree
Hide file tree
Showing 6 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.49.0 - (October 11, 2023)

* Changed
* Minor dependency version bump

## 2.48.0 - (October 3, 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.48.0",
"version": "2.49.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.0",
"terra-clinical-item-view": "^4.13.1",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/terra-clinical-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## Unreleased

## 3.29.0 - (October 11, 2023)

* Added
* Added `onTextClick` and support for hyperlink button header titles.
* Added `onClick` and support for hyperlink button header titles.

## 3.28.0 - (August 14, 2023)

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.28.0",
"version": "3.29.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
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.13.1 - (October 11, 2023)

* Fixed
* Fixed error for null `displays` prop.

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.13.0",
"version": "4.13.1",
"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 84d429a

Please sign in to comment.