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

Commit

Permalink
Release 20/10 (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
saket2403 authored Oct 20, 2023
1 parent 5a93e43 commit 3b96f4c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
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.42.0 - (October 20, 2023)

* Added
* Added test to cover enabling zebra striping for the `terra-table` component.
* Added test for tab focus for scrollable tables for the `terra-table` component.
Expand Down
6 changes: 3 additions & 3 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.41.0",
"version": "1.42.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"terra-slide-panel": "^3.46.0",
"terra-slide-panel-manager": "^5.82.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.0.0-alpha.0",
"terra-tabs": "^7.10.0",
"terra-table": "^5.1.0-alpha.0",
"terra-tabs": "^7.11.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.8.0",
"terra-theme-provider": "^4.13.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.1.0-alpha.0 - (October 20, 2023)

* Added
* Added the ability to toggle zebra striping for table rows.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-table",
"main": "lib/index.js",
"version": "5.0.0-alpha.0",
"version": "5.1.0-alpha.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.11.0 - (October 20, 2023)

* Added
* Added Vertical orientation for `terra-tabs`.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-tabs",
"main": "lib/Tabs.js",
"version": "7.10.0",
"version": "7.11.0",
"description": "Tabs are containers used to organize content. They allow for quick switching between groups of contextually related content. Content is divided into different containers and each container is viewable one at a time. The user can switch between containers by selecting the corresponding tab control. Tabs are meant for organizing content that doesn’t need to be compared or accessed simultaneously or if the user needs quick access through a group of contextually related content. Tabs are not intended for navigation.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b96f4c

Please sign in to comment.