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

Commit

Permalink
Release Dec 11,2023 (#1941)
Browse files Browse the repository at this point in the history
Co-authored-by: ns065186 <[email protected]>
Co-authored-by: SM051274 <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2023
1 parent 5dc1d7e commit 3c36caf
Show file tree
Hide file tree
Showing 35 changed files with 277 additions and 252 deletions.
431 changes: 209 additions & 222 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 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,11 @@

## Unreleased

## 6.86.0 - (December 11, 2023)

* Changed
* Minor dependency version bump.

## 6.85.0 - (November 23, 2023)

* Added
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,7 +1,7 @@
{
"name": "terra-collapsible-menu-view",
"main": "lib/index.js",
"version": "6.85.0",
"version": "6.86.0",
"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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.81.0",
"terra-menu": "^6.82.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
},
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.7.0 - (December 11, 2023)

* Added
* Added keyboard navigation support for sections.

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,7 +1,7 @@
{
"name": "terra-data-grid",
"main": "lib/index.js",
"version": "1.6.0",
"version": "1.7.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-table": "^5.2.1",
"terra-table": "^5.3.1",
"terra-visually-hidden-text": "^2.36.0"
},
"devDependencies": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2.0 - (December 11, 2023)

* Changed
* Minor dependency version bump.

## 1.1.0 - (November 23, 2023)

* 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,7 +1,7 @@
{
"name": "terra-file-path",
"main": "lib/FilePath.js",
"version": "1.1.0",
"version": "1.2.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-collapsible-menu-view": "^6.85.0"
"terra-collapsible-menu-view": "^6.86.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.0.0-alpha.3 - (December 11, 2023)

* Changed
* Updated cursor style to pointer for clickable regions.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-folder-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-folder-tree",
"main": "lib/index.js",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 1.51.0 - (December 11, 2023)

* Changed
* Updated path prefix to include `/terra-framework/` and remove redundant XFC Provider initialization for the examples and tests in `terra-embedded-content-consumer`.

Expand Down
24 changes: 12 additions & 12 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.50.0",
"version": "1.51.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@cerner/terra-docs": "^1.7.0",
"@cerner/terra-pills": "^1.15.0",
"@cerner/terra-pills": "^1.15.1",
"classnames": "^2.2.5",
"legacy-terra-table": "npm:terra-table@^4.36.0",
"prop-types": "^15.5.8",
Expand All @@ -41,17 +41,17 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.11.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.85.0",
"terra-collapsible-menu-view": "^6.86.0",
"terra-compact-interactive-list": "^1.0.0-alpha.2",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.6.0",
"terra-data-grid": "^1.7.0",
"terra-date-input": "^1.46.0",
"terra-date-picker": "^4.94.0",
"terra-date-time-picker": "^4.100.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.42.1",
"terra-file-path": "^1.1.0",
"terra-folder-tree": "^1.0.0-alpha.2",
"terra-file-path": "^1.2.0",
"terra-folder-tree": "^1.0.0-alpha.3",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -62,21 +62,21 @@
"terra-icon": "^3.58.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.38.0",
"terra-menu": "^6.81.0",
"terra-menu": "^6.82.0",
"terra-modal-manager": "^6.68.0",
"terra-navigation-layout": "^5.39.0",
"terra-navigation-prompt": "^1.78.0",
"terra-navigation-prompt": "^1.79.0",
"terra-navigation-side-menu": "^2.48.0",
"terra-notification-dialog": "^4.36.0",
"terra-notification-dialog": "^4.37.0",
"terra-popup": "^6.72.0",
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.33.0",
"terra-slide-panel": "^3.46.0",
"terra-slide-panel-manager": "^5.85.0",
"terra-slide-panel-manager": "^5.86.0",
"terra-slider": "^1.1.1",
"terra-spacer": "^3.59.0",
"terra-table": "^5.2.1",
"terra-tabs": "^7.13.0",
"terra-table": "^5.3.1",
"terra-tabs": "^7.14.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-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.82.0 - (December 11, 2023)

* Fixed
* Fixed the issue with `contentWidth` as auto value.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-menu",
"main": "lib/Menu.js",
"version": "6.81.0",
"version": "6.82.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.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ exports[`Menu correctly applies the theme context className 1`] = `
paddingStyle="none"
refCallback={[Function]}
role="menu"
zIndex={6001}
>
<ul
className="list orion-fusion-theme list"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/terra-navigation-prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.79.0 - (December 11, 2023)

* Changed
* Minor dependency version bump.

## 1.78.0 - (November 23, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-navigation-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-navigation-prompt",
"main": "lib/index.js",
"version": "1.78.0",
"version": "1.79.0",
"description": "The NavigationPrompt and NavigationPromptCheckpoint components allow for the detection and management of components with unsaved state.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-notification-dialog": "^4.36.0",
"terra-notification-dialog": "^4.37.0",
"uuid": "3.4.0"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-notification-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.37.0 - (December 11, 2023)

* Changed
* Changed the notification dialog heading "Alert" from 'div' tag with an 'h2' element.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-notification-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-notification-dialog",
"main": "lib/NotificationDialog.js",
"version": "4.36.0",
"version": "4.37.0",
"description": "`terra-notification-dialog` is a notification dialog component built over the `terra-abstract-modal`. It has the highest z-index of 9001. It is a common component to be used for confirmation/acceptance criteria style dialogs.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-pills/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.15.1 - (December 11, 2023)

* Fixed
* Fixed jaws providing navigation instructions on empty pill box.
* Fixed bug to set focus on previous pill when delete key is pressed and a pill is deleted.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-pills/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerner/terra-pills",
"main": "lib/index.js",
"version": "1.15.0",
"version": "1.15.1",
"description": "The terra-pills component provides a way to trigger actions to launch popovers with the desired content or remove the component",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-slide-panel-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.86.0 - (December 11, 2023)

* Changed
* Minor dependency version bump.

## 5.85.0 - (November 23, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-slide-panel-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-slide-panel-manager",
"main": "lib/SlidePanelManager.js",
"version": "5.85.0",
"version": "5.86.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-slide-panel": "^3.46.0"
},
"devDependencies": {
"terra-collapsible-menu-view": "^6.85.0"
"terra-collapsible-menu-view": "^6.86.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.3.1 - (December 11, 2023)

* Fixed
* Removed unnecessary rerenders

Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "5.3.1",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.54.0",
"terra-section-header": "^2.65.0",
"terra-section-header": "^2.65.1",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.0",
"uuid": "3.4.0"
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.14.0 - (December 11, 2023)

* Changed
* Fixed aria-label condition in tab.

Expand Down
4 changes: 2 additions & 2 deletions 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.13.0",
"version": "7.14.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 Expand Up @@ -37,7 +37,7 @@
"terra-content-container": "^3.0.0",
"terra-divider": "^3.33.0",
"terra-icon": "^3.19.0",
"terra-menu": "^6.81.0",
"terra-menu": "^6.82.0",
"terra-responsive-element": "^5.0.0",
"terra-theme-context": "^1.8.0",
"terra-visually-hidden-text": "^2.36.0",
Expand Down

0 comments on commit 3c36caf

Please sign in to comment.