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

Commit

Permalink
Release for Jan 22, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
artpark committed Jan 22, 2024
1 parent 4d8e7dc commit e314594
Show file tree
Hide file tree
Showing 41 changed files with 199 additions and 110 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

Large diffs are not rendered by default.

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.80.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 5.79.0 - (January 10, 2024)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-layout",
"main": "lib/ApplicationLayout.js",
"version": "5.79.0",
"version": "5.80.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,16 +33,16 @@
"prop-types": "^15.5.8",
"react-router-dom": "^5.0.0",
"terra-application-header-layout": "^3.40.0",
"terra-application-links": "^6.73.0",
"terra-application-links": "^6.74.0",
"terra-application-menu-layout": "^3.32.0",
"terra-application-name": "^3.44.0",
"terra-application-utility": "^2.55.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.69.0",
"terra-modal-manager": "^6.70.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-side-menu": "^2.49.0",
"terra-popup": "^6.73.0",
"terra-popup": "^6.74.0",
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.74.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 6.73.0 - (December 18, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-links/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-links",
"main": "lib/ApplicationLinks.js",
"version": "6.73.0",
"version": "6.74.0",
"description": "This packages contains a list and tab form of ApplicationLinks, to be used in horizontal and vertical display styles. Selection is managed by react-router.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.19.0",
"terra-popup": "^6.73.0",
"terra-popup": "^6.74.0",
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.76.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 1.75.0 - (December 18, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-navigation",
"main": "lib/ApplicationNavigation.js",
"version": "1.75.0",
"version": "1.76.0",
"description": "The Terra Application Navigation is a responsive, themeable layout for building applications. ApplicationNavigation is comprised of selectable navigation and utility elements with selection callbacks.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"terra-icon": "^3.19.0",
"terra-image": "^3.0.0",
"terra-overlay": "^3.0.0",
"terra-popup": "^6.73.0",
"terra-popup": "^6.74.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0"
},
Expand Down
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.88.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 6.87.1 - (January 10, 2024)

* Fixed
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.87.1",
"version": "6.88.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.83.0",
"terra-menu": "^6.84.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.9.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.96.0 - (January 22, 2024)

* Changed
* Updated screen reader response not to announce name attribute.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-date-picker",
"main": "lib/DatePicker.js",
"version": "4.95.0",
"version": "4.96.0",
"description": "The terra-date-picker component provides users a way to enter or select a date from the date picker.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"terra-form-field": "^4.5.0",
"terra-form-input": "^4.4.0",
"terra-icon": "^3.19.0",
"terra-popup": "^6.73.0",
"terra-popup": "^6.74.0",
"terra-responsive-element": "^5.0.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-date-time-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.103.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 4.102.0 - (January 2, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-date-time-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-date-time-picker",
"main": "lib/DateTimePicker.js",
"version": "4.102.0",
"version": "4.103.0",
"description": "The DateTimePicker component has a date picker for selecting date and a time input for entering time",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,13 +33,13 @@
"prop-types": "^15.5.8",
"terra-abstract-modal": "^3.45.0",
"terra-button": "^3.3.0",
"terra-date-picker": "^4.95.0",
"terra-date-picker": "^4.96.0",
"terra-theme-context": "^1.9.0",
"terra-time-input": "^4.60.0"
},
"devDependencies": {
"terra-form-field": "^4.5.0",
"terra-modal-manager": "^6.69.0"
"terra-modal-manager": "^6.70.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dialog-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.99.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 3.98.0 - (January 10, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-dialog-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-dialog-modal",
"main": "lib/DialogModal.js",
"version": "3.98.0",
"version": "3.99.0",
"description": "The Dialog Modal allows dynamic height modals. It's limited use case, as dynamic heights break with more complicated DOM structures. If content is too complicated, the terra-modal-manager should be used. The components is placed at an 8000 z-index. The dialog supports release and request focus props similar to terra-popup and terra-date-picker, so it can be presented from another modal with focus.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,9 +37,9 @@
"terra-action-footer": "^2.0.0",
"terra-action-header": "^2.0.0",
"terra-button": "^3.3.0",
"terra-date-picker": "^4.95.0",
"terra-date-picker": "^4.96.0",
"terra-form-select": "^6.8.0",
"terra-popup": "^6.73.0"
"terra-popup": "^6.74.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.5.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 1.4.0 - (January 10, 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,7 +1,7 @@
{
"name": "terra-file-path",
"main": "lib/FilePath.js",
"version": "1.4.0",
"version": "1.5.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.87.1"
"terra-collapsible-menu-view": "^6.88.0"
},
"scripts": {
"clean:install": "npm run clean && time npm install",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.95.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 1.94.0 - (January 10, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-validation",
"main": "lib/FormValidationUtil.js",
"version": "1.94.0",
"version": "1.95.0",
"description": "Form Validation Examples for Terra",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-final-form": ">=5.0.2 <7.0.0",
"terra-button": "^3.3.0",
"terra-date-input": "^1.49.0",
"terra-date-picker": "^4.95.0",
"terra-date-picker": "^4.96.0",
"terra-form-checkbox": "^4.8.0",
"terra-form-field": "^4.5.0",
"terra-form-input": "^4.4.0",
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.59.0 - (January 22, 2024)

* Fixed
* Fixed font size in `terra-theme-provider` examples.

Expand Down
28 changes: 14 additions & 14 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.58.0",
"version": "1.59.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.17.0",
"@cerner/terra-pills": "^1.18.0",
"classnames": "^2.2.5",
"legacy-terra-table": "npm:terra-table@^4.36.0",
"prop-types": "^15.5.8",
Expand All @@ -41,16 +41,16 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.87.1",
"terra-collapsible-menu-view": "^6.88.0",
"terra-compact-interactive-list": "^1.1.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.11.0",
"terra-date-input": "^1.49.0",
"terra-date-picker": "^4.95.0",
"terra-date-time-picker": "^4.102.0",
"terra-date-picker": "^4.96.0",
"terra-date-time-picker": "^4.103.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.43.0",
"terra-file-path": "^1.4.0",
"terra-file-path": "^1.5.0",
"terra-folder-tree": "^1.0.0-alpha.6",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
Expand All @@ -62,24 +62,24 @@
"terra-icon": "^3.58.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.39.0",
"terra-menu": "^6.83.0",
"terra-modal-manager": "^6.69.0",
"terra-menu": "^6.84.0",
"terra-modal-manager": "^6.70.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-prompt": "^1.81.0",
"terra-navigation-prompt": "^1.82.0",
"terra-navigation-side-menu": "^2.49.0",
"terra-notification-dialog": "^4.38.0",
"terra-popup": "^6.73.0",
"terra-notification-dialog": "^4.39.0",
"terra-popup": "^6.74.0",
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.34.0",
"terra-slide-panel": "^3.47.0",
"terra-slide-panel-manager": "^5.88.0",
"terra-slide-panel-manager": "^5.89.0",
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.4.0",
"terra-tabs": "^7.15.0",
"terra-tabs": "^7.16.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.9.0",
"terra-theme-provider": "^4.15.0",
"terra-theme-provider": "^4.16.0",
"terra-time-input": "^4.60.0",
"terra-toolbar": "^1.27.0"
}
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.84.0 - (January 22, 2024)

* Changed
* Minor dependency version bump.

## 6.83.0 - (December 18, 2023)

* Added
Expand Down
4 changes: 2 additions & 2 deletions 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.83.0",
"version": "6.84.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 Expand Up @@ -33,7 +33,7 @@
"terra-content-container": "^3.0.0",
"terra-icon": "^3.19.0",
"terra-list": "^4.0.0",
"terra-popup": "^6.73.0",
"terra-popup": "^6.74.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.36.0",
"uuid": "3.4.0"
Expand Down
Loading

0 comments on commit e314594

Please sign in to comment.