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

Commit

Permalink
Release Feb 28, 2024 Data Grid column actions (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk authored Feb 28, 2024
1 parent 365c26a commit 6514b45
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/terra-compact-interactive-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.6.0 - (February 28, 2024)

* Changed
* Minor dependency version bump.

## 1.5.0 - (February 28, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-compact-interactive-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-compact-interactive-list",
"version": "1.5.0",
"version": "1.6.0",
"description": "The Terra Compact Interactive List component provides users a way to render a collection of interactive data in a list format into a single tab stop.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.58.0",
"terra-table": "^5.8.0",
"terra-table": "^5.9.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.16.0 - (February 28, 2024)

* Added
* Added support for column actions.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-data-grid",
"version": "1.15.0",
"version": "1.16.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-table": "^5.8.0",
"terra-table": "^5.9.0",
"terra-visually-hidden-text": "^2.36.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.69.0 - (February 28, 2024)

* Added
* Column actions example added to `terra-worklist-data-grid`.

Expand Down
8 changes: 4 additions & 4 deletions packages/terra-framework-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-framework-docs",
"version": "1.68.0",
"version": "1.69.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.90.0",
"terra-compact-interactive-list": "^1.5.0",
"terra-compact-interactive-list": "^1.6.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.15.0",
"terra-data-grid": "^1.16.0",
"terra-date-input": "^1.53.0",
"terra-date-picker": "^4.100.0",
"terra-date-time-picker": "^4.108.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"terra-slide-panel-manager": "^5.91.0",
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.8.0",
"terra-table": "^5.9.0",
"terra-tabs": "^7.18.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.9.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.9.0 - (February 28, 2024)

* Added
* Column actions added.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-table",
"version": "5.8.0",
"version": "5.9.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"author": "Cerner Corporation",
"repository": {
Expand Down

0 comments on commit 6514b45

Please sign in to comment.