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

Release 03/20/24 #4070

Merged
merged 4 commits into from
Mar 20, 2024
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
38,964 changes: 22,008 additions & 16,956 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/terra-action-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.92.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 2.91.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-action-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-action-header",
"version": "2.91.0",
"version": "2.92.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -26,7 +26,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.38.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.94.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 4.93.0 - (March 15, 2024)

* Added
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-alert",
"version": "4.93.0",
"version": "4.94.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-icon": "^3.60.0",
"terra-responsive-element": "^5.41.0",
"terra-theme-context": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.78.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 3.77.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-button-group",
"version": "3.77.0",
"version": "3.78.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-theme-context": "^1.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.76.0 - (March 20, 2024)

* Added
* Added isLeftAligned property to allow consumers to left align button content.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-button",
"version": "3.75.0",
"version": "3.76.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"author": "Cerner Corporation",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.68.0 - (March 20, 2024)

* Added
* Added an example for `terra-button` to demonstrate isLeftAligned property.
* Added a test for `terra-form-checkbox` to cover a checkbox without an id property passed.
Expand Down
26 changes: 13 additions & 13 deletions packages/terra-core-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-core-docs",
"version": "1.67.0",
"version": "1.68.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,28 +37,28 @@
"@cerner/terra-docs": "^1.11.0",
"moment": "^2.29.4",
"terra-action-footer": "^2.68.0",
"terra-action-header": "^2.91.0",
"terra-alert": "^4.93.0",
"terra-action-header": "^2.92.0",
"terra-alert": "^4.94.0",
"terra-arrange": "^3.56.0",
"terra-avatar": "^3.20.0",
"terra-badge": "^3.61.0",
"terra-base": "^5.53.0",
"terra-breakpoints": "^2.40.0",
"terra-button": "^3.75.0",
"terra-button-group": "^3.77.0",
"terra-button": "^3.76.0",
"terra-button-group": "^3.78.0",
"terra-card": "^3.48.0",
"terra-cell-grid": "^1.15.0",
"terra-content-container": "^3.42.0",
"terra-demographics-banner": "^3.67.0",
"terra-dialog": "^2.88.0",
"terra-dialog": "^2.89.0",
"terra-divider": "^3.41.0",
"terra-dropdown-button": "^1.40.0",
"terra-dynamic-grid": "^3.36.0",
"terra-form-checkbox": "^4.25.0",
"terra-form-checkbox": "^4.26.0",
"terra-form-field": "^4.33.0",
"terra-form-fieldset": "^2.81.0",
"terra-form-input": "^4.32.0",
"terra-form-radio": "^4.52.0",
"terra-form-radio": "^4.53.0",
"terra-form-select": "^6.59.0",
"terra-form-textarea": "^5.33.0",
"terra-grid": "^6.36.0",
Expand All @@ -75,22 +75,22 @@
"terra-progress-bar": "^4.37.0",
"terra-responsive-element": "^5.41.0",
"terra-scroll": "^2.37.0",
"terra-search-field": "^3.100.1",
"terra-search-field": "^3.101.0",
"terra-section-header": "^2.67.1",
"terra-show-hide": "^2.68.0",
"terra-signature": "^2.42.0",
"terra-slide-panel": "^3.46.0",
"terra-spacer": "^3.64.0",
"terra-status": "^4.63.0",
"terra-status-view": "^4.74.0",
"terra-status-view": "^4.75.0",
"terra-switch": "^1.14.0",
"terra-tag": "^2.67.0",
"terra-tag": "^2.68.0",
"terra-text": "^4.56.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.62.0",
"terra-toggle-button": "^3.85.0",
"terra-toggle-button": "^3.86.0",
"terra-toggle-section-header": "^2.78.0",
"terra-toolbar": "^1.45.0",
"terra-toolbar": "^1.46.0",
"terra-visually-hidden-text": "^2.38.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.89.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 2.88.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-dialog",
"version": "2.88.0",
"version": "2.89.0",
"description": "Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorienting the user.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-content-container": "^3.42.0",
"terra-icon": "^3.60.0",
"terra-mixins": "^1.41.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.26.0 - (March 20, 2024)

* Changed
* Updated the Checkbox component to generate an id when not passed so that click on the label controls the selection state.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-checkbox",
"version": "4.25.0",
"version": "4.26.0",
"description": "The Terra Form Checkbox is a responsive input component rendered as a box. When activated, a check mark shall appear. Focus can be activated through tabbing and the checked state can be toggled with the space bar.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-radio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.53.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 4.52.0 - (March 15, 2024)

* Added
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-radio",
"version": "4.52.0",
"version": "4.53.0",
"description": "The Terra Form Radio is a responsive input component rendered as a radio button next to label text. When activated, a dot shall appear. Use the `name` attribute to group radio buttons together. Tabbing switches focus between radio button groups; arrow keys switch between radio buttons of the same group. The checked state can be activated with a space.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.38.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.101.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 3.100.1 - (February 27, 2024)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-search-field",
"version": "3.100.1",
"version": "3.101.0",
"description": "A search component with a field that automatically performs a search callback after user input.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-icon": "^3.60.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-status-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.75.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 4.74.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-status-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-status-view",
"version": "4.74.0",
"version": "4.75.0",
"description": "The status view component provides an icon, title, message, and buttons inside a view.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-divider": "^3.41.0",
"terra-icon": "^3.60.0",
"terra-mixins": "^1.41.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.68.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 2.67.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-tag",
"version": "2.67.0",
"version": "2.68.0",
"description": "The tag component is used for tagging and provides users a way to trigger actions in the UI. Each tag should have text. It can optionally display an icon along with the text.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -26,7 +26,7 @@
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-icon": "^3.60.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.38.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toggle-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.86.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 3.85.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toggle-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-toggle-button",
"version": "3.85.0",
"version": "3.86.0",
"description": "Toggle button component that transitions content in and out with the click on a button.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-icon": "^3.60.0",
"terra-toggle": "^3.62.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.46.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 1.45.0 - (February 27, 2024)

* Changed
Expand Down
Loading
Loading