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

Commit

Permalink
Release 30/4/24
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy committed Apr 30, 2024
1 parent fbcbb5e commit 846f7b2
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
5 changes: 5 additions & 0 deletions packages/terra-application-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.92.0 - (April 30, 2024)

* Changed
* Minor dependency version bump.

## 5.91.0 - (April 15, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-layout",
"version": "5.91.0",
"version": "5.92.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.76.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-side-menu": "^2.54.0",
"terra-navigation-side-menu": "^2.55.0",
"terra-popup": "^6.80.0",
"terra-theme-context": "^1.9.0"
},
Expand Down
2 changes: 2 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,8 @@

## Unreleased

## 1.21.0 - (April 30, 2024)

* Changed
* Keyboard navigation updated to wrap to the next/previous line at the end/start of a visual row.

Expand Down
2 changes: 1 addition & 1 deletion 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.20.0",
"version": "1.21.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
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.85.0 - (April 30, 2024)

* Changed
* Updated `terra-navigation-side-menu` example styles.
* Updated `terra-compact-interactive-list` keyboard interactions descriptions for the left and right arrow keys.
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.84.0",
"version": "1.85.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.99.0",
"terra-compact-interactive-list": "^1.20.0",
"terra-compact-interactive-list": "^1.21.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.30.0",
"terra-date-input": "^1.56.0",
Expand All @@ -69,7 +69,7 @@
"terra-modal-manager": "^6.76.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-prompt": "^1.90.0",
"terra-navigation-side-menu": "^2.54.0",
"terra-navigation-side-menu": "^2.55.0",
"terra-notification-dialog": "^4.46.1",
"terra-popup": "^6.80.0",
"terra-section-header": "^2.0.0",
Expand All @@ -79,7 +79,7 @@
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.22.0",
"terra-tabs": "^7.28.0",
"terra-tabs": "^7.29.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.9.0",
"terra-theme-provider": "^4.16.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-navigation-side-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.55.0 - (April 30, 2024)

* Updated
* Keyboard navigation with arrow keys.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-navigation-side-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-navigation-side-menu",
"version": "2.54.0",
"version": "2.55.0",
"description": "A structual component for nesting navigational items within the content section of the terra-menu-layout.",
"author": "Cerner Corporation",
"repository": {
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.29.0 - (April 30, 2024)

* Fixed
* Fixes for deselection of tab within more button.
* More button dropdown left position reset to zero when negative.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-tabs",
"version": "7.28.0",
"version": "7.29.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.",
"author": "Cerner Corporation",
"repository": {
Expand Down

0 comments on commit 846f7b2

Please sign in to comment.