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

Commit

Permalink
Release 17-04
Browse files Browse the repository at this point in the history
  • Loading branch information
saket2403 committed Apr 17, 2024
1 parent 1f227aa commit 4598504
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 56 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions packages/terra-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.97.1 - (April 17, 2024)

* Fixed
* Set aria-haspopup value to boolean.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-collapsible-menu-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-collapsible-menu-view",
"version": "6.97.0",
"version": "6.97.1",
"description": "The collapsible menu view is a mechanism that can be used in toolbar scenarios where actionable items will be displayed face-up and flex based on the space available. Any items that can not fit in the available space will be rolled into an ellipsis menu.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.91.0",
"terra-menu": "^6.92.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.9.0"
},
Expand Down
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.18.0 - (April 17, 2024)

* Changed
* Minor dependency version bump.

## 1.17.0 - (April 15, 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.17.0",
"version": "1.18.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.20.0",
"terra-table": "^5.21.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.28.0 - (April 17, 2024)

* Changed
* Minor dependency version bump.

## 1.27.0 - (April 15, 2024)

* Added
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.27.0",
"version": "1.28.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.20.0",
"terra-table": "^5.21.0",
"terra-visually-hidden-text": "^2.36.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-file-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.15.0 - (April 17, 2024)

* Changed
* Minor dependency version bump.

## 1.14.0 - (April 4, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-file-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-file-path",
"version": "1.14.0",
"version": "1.15.0",
"description": "Terra File Path is a horizontal menu that indicates where the user is. It is also more commonly known as a breadcrumb component.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-collapsible-menu-view": "^6.97.0"
"terra-collapsible-menu-view": "^6.97.1"
},
"peerDependencies": {
"react": "^16.8.5",
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.82.0 - (April 17, 2024)

* Added
* Added examples for column span support in Flowsheet Data Grid and `terra-table`.

Expand Down
22 changes: 11 additions & 11 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.81.0",
"version": "1.82.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -44,16 +44,16 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.97.0",
"terra-compact-interactive-list": "^1.17.0",
"terra-collapsible-menu-view": "^6.97.1",
"terra-compact-interactive-list": "^1.18.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.27.0",
"terra-data-grid": "^1.28.0",
"terra-date-input": "^1.55.0",
"terra-date-picker": "^4.106.0",
"terra-date-time-picker": "^4.114.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.43.0",
"terra-file-path": "^1.14.0",
"terra-file-path": "^1.15.0",
"terra-folder-tree": "^1.1.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
Expand All @@ -65,21 +65,21 @@
"terra-icon": "^3.58.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.40.0",
"terra-menu": "^6.91.0",
"terra-menu": "^6.92.0",
"terra-modal-manager": "^6.76.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-prompt": "^1.89.0",
"terra-navigation-prompt": "^1.90.0",
"terra-navigation-side-menu": "^2.54.0",
"terra-notification-dialog": "^4.46.0",
"terra-notification-dialog": "^4.46.1",
"terra-popup": "^6.80.0",
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.34.0",
"terra-slide-panel": "^3.49.0",
"terra-slide-panel-manager": "^5.99.0",
"terra-slide-panel-manager": "^5.100.0",
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.20.0",
"terra-tabs": "^7.26.0",
"terra-table": "^5.21.0",
"terra-tabs": "^7.26.1",
"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-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.92.0 - (April 17, 2024)

* Changed
* Removed dialog role to fix axe a11y violation.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-menu",
"version": "6.91.0",
"version": "6.92.0",
"description": "The menu is a popup component that displays a list of items, item groups, and dividers. Menu Items can be actionable, have toggle-style selection, or have nested submenu items. Menu Item groups are a single-select grouping of menu items. The Menu will determine the height of the popup based on the number of items in the main menu.",
"author": "Cerner Corporation",
"repository": {
Expand Down
Loading

0 comments on commit 4598504

Please sign in to comment.