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

Release 10/17/23 #1838

Merged
merged 8 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.82.0 - (October 17, 2023)

* Changed
* Minor dependency version bump

## 6.81.0 - (October 11, 2023)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.81.0",
"version": "6.82.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
3 changes: 3 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 0.8.1 - (October 17, 2023)

* Fixed
* Fixed issue where WorklistDataGrid loses focus when Row Selection Mode is turned off from a Row Selection Cell.
* Fixed issue where focus was moved from editable fields when using key events from data grid components.
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.8.0",
"version": "0.8.1",
"description": "Package containing Terra WorklistDataGrid: A container that enables users to navigate the grid information using directional navigation keys.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-file-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Unreleased

## 0.3.0 - (October 17, 2023)

Comment on lines +5 to +6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's odd that the entries for 0.1 & 0.2 are missing but not sure if it's worth correcting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Inital stable release.
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": "0.2.0",
"version": "0.3.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.79.0"
"terra-collapsible-menu-view": "^6.82.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
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.41.0 - (October 17, 2023)

* Added
* Added documentation for the new `terra-table` component.

Expand Down
12 changes: 6 additions & 6 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.40.0",
"version": "1.41.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -41,15 +41,15 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.11.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.81.0",
"terra-collapsible-menu-view": "^6.82.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^0.8.0",
"terra-data-grid": "^0.8.1",
"terra-date-input": "^1.46.0",
"terra-date-picker": "^4.92.0",
"terra-date-time-picker": "^4.98.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.39.0",
"terra-file-path": "^0.2.0",
"terra-file-path": "^0.3.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -69,9 +69,9 @@
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.33.0",
"terra-slide-panel": "^3.46.0",
"terra-slide-panel-manager": "^5.81.0",
"terra-slide-panel-manager": "^5.82.0",
"terra-spacer": "^3.59.0",
"terra-table": "^4.36.0",
"terra-table": "^5.0.0-alpha.0",
"terra-tabs": "^7.10.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.8.0",
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.82.0 - (October 17, 2023)

* Changed
* Minor dependency version bump

## 5.81.0 - (October 11, 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.81.0",
"version": "5.82.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.81.0"
"terra-collapsible-menu-view": "^6.82.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.0.0-alpha.0 - (October 17, 2023)

* Breaking Change
* Redesigned the table component to meet accessibility guidelines. See Docs for details of the new API.

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": "4.36.0",
"version": "5.0.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