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

Commit

Permalink
Release May 8 (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 9, 2024
1 parent a1539bd commit 83e0cba
Show file tree
Hide file tree
Showing 43 changed files with 318 additions and 222 deletions.
316 changes: 158 additions & 158 deletions package-lock.json

Large diffs are not rendered by default.

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.96.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 4.95.0 - (April 4, 2024)

* Changed
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.95.0",
"version": "4.96.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 @@ -34,7 +34,7 @@
"classnames": "2",
"prop-types": "15",
"terra-button": "^3.77.0",
"terra-icon": "^3.60.0",
"terra-icon": "^3.61.0",
"terra-responsive-element": "^5.41.0",
"terra-theme-context": "1",
"terra-visually-hidden-text": "^2.38.0",
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.74.0 - (May 8, 2024)

* Changed
* Updated `one-cerner-style-icons` library to v1.53.0
* Added
Expand Down
42 changes: 21 additions & 21 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.73.0",
"version": "1.74.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"moment": "2",
"terra-action-footer": "^2.68.0",
"terra-action-header": "^2.93.0",
"terra-alert": "^4.95.0",
"terra-alert": "^4.96.0",
"terra-arrange": "^3.56.1",
"terra-avatar": "^3.20.0",
"terra-badge": "^3.61.0",
Expand All @@ -50,47 +50,47 @@
"terra-cell-grid": "^1.15.0",
"terra-content-container": "^3.42.0",
"terra-demographics-banner": "^3.67.0",
"terra-dialog": "^2.90.0",
"terra-dialog": "^2.91.0",
"terra-divider": "^3.41.0",
"terra-dropdown-button": "^1.41.0",
"terra-dropdown-button": "^1.42.0",
"terra-dynamic-grid": "^3.36.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-field": "^4.34.0",
"terra-form-fieldset": "^2.82.0",
"terra-form-input": "^4.33.0",
"terra-form-radio": "^4.54.0",
"terra-form-select": "^6.61.0",
"terra-form-textarea": "^5.33.0",
"terra-form-select": "^6.62.0",
"terra-form-textarea": "^5.34.0",
"terra-grid": "^6.36.0",
"terra-heading": "^4.58.0",
"terra-html-table": "^1.18.0",
"terra-hyperlink": "^2.69.0",
"terra-hyperlink": "^2.70.0",
"terra-i18n": "^4.42.0",
"terra-icon": "^3.60.0",
"terra-icon": "^3.61.0",
"terra-image": "^3.41.0",
"terra-list": "^4.73.1",
"terra-overlay": "^3.82.0",
"terra-list": "^4.74.0",
"terra-overlay": "^3.83.0",
"terra-paginator": "^2.92.0",
"terra-profile-image": "^3.46.0",
"terra-progress-bar": "^4.37.0",
"terra-responsive-element": "^5.41.0",
"terra-scroll": "^2.37.0",
"terra-search-field": "^3.102.0",
"terra-search-field": "^3.103.0",
"terra-section-header": "^2.70.0",
"terra-show-hide": "^2.68.0",
"terra-show-hide": "^2.69.0",
"terra-signature": "^2.42.0",
"terra-slide-panel": "^3.46.0",
"terra-spacer": "^3.64.0",
"terra-status": "^4.66.0",
"terra-status-view": "^4.76.0",
"terra-status": "^4.67.0",
"terra-status-view": "^4.77.0",
"terra-switch": "^1.14.0",
"terra-tabs": "^7.21.0",
"terra-tag": "^2.69.0",
"terra-tag": "^2.70.0",
"terra-text": "^4.59.0",
"terra-theme-context": "1",
"terra-toggle": "^3.62.0",
"terra-toggle-button": "^3.87.0",
"terra-toggle-section-header": "^2.81.0",
"terra-toggle": "^3.63.0",
"terra-toggle-button": "^3.88.0",
"terra-toggle-section-header": "^2.82.0",
"terra-toolbar": "^1.47.0",
"terra-visually-hidden-text": "^2.38.0"
},
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.91.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 2.90.0 - (April 4, 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.90.0",
"version": "2.91.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 Down Expand Up @@ -35,7 +35,7 @@
"prop-types": "15",
"terra-button": "^3.77.0",
"terra-content-container": "^3.42.0",
"terra-icon": "^3.60.0",
"terra-icon": "^3.61.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "1"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dropdown-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.42.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 1.41.0 - (April 10, 2024)

* Added
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-dropdown-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-dropdown-button",
"version": "1.41.0",
"version": "1.42.0",
"description": "Provides a dropdown button component and split button component for selecting a single option (action) from a list of options.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-intl": "2 || 3 || 4 || 5"
},
"devDependencies": {
"terra-icon": "^3.60.0"
"terra-icon": "^3.61.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.34.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 4.33.0 - (February 15, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-field",
"version": "4.33.0",
"version": "4.34.0",
"description": "The Form Field component handles the layout of the label, help text and error text associated with a form element.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-icon": "^3.60.0",
"terra-icon": "^3.61.0",
"terra-theme-context": "1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-fieldset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.82.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 2.81.0 - (March 15, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-form-fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-fieldset",
"version": "2.81.0",
"version": "2.82.0",
"description": "Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-form-field": "^4.33.0",
"terra-form-input": "^4.32.0",
"terra-form-field": "^4.34.0",
"terra-form-input": "^4.33.0",
"terra-theme-context": "1",
"uuid": "3.4.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.33.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 4.32.0 - (March 15, 2024)

* Added
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-form-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-input",
"version": "4.32.0",
"version": "4.33.0",
"description": "Element for building out inputs in a form.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-form-field": "^4.33.0",
"terra-icon": "^3.60.0",
"terra-form-field": "^4.34.0",
"terra-icon": "^3.61.0",
"terra-theme-context": "1"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.62.0 - (May 8, 2024)

* Added
* Added visual focus dashed border for `terra-form-select` tags.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-select",
"version": "6.61.0",
"version": "6.62.0",
"description": "Provides a drop down of selectable options.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"mutationobserver-shim": "<=0.3.3",
"prop-types": "15",
"react-lifecycles-compat": "3",
"terra-form-field": "^4.33.0",
"terra-form-field": "^4.34.0",
"terra-hookshot": "5",
"terra-mixins": "^1.41.0",
"terra-theme-context": "1",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.34.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 5.33.0 - (March 15, 2024)

* Added
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-form-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-textarea",
"version": "5.33.0",
"version": "5.34.0",
"description": "Element for building out textareas in a form.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-form-field": "^4.33.0",
"terra-icon": "^3.60.0",
"terra-form-field": "^4.34.0",
"terra-icon": "^3.61.0",
"terra-theme-context": "1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-hyperlink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.70.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 2.69.0 - (April 4, 2024)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-hyperlink",
"version": "2.69.0",
"version": "2.70.0",
"description": "The terra hyperlink component allows linking to other web pages, files, locations within the same page, email addresses, or any other URL.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"classnames": "2",
"keycode-js": "3",
"prop-types": "15",
"terra-icon": "^3.60.0",
"terra-icon": "^3.61.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "1"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.61.0 - (May 8, 2024)

* Changed
* Updated `one-cerner-style-icons` library to v1.53.0.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-icon",
"version": "3.60.0",
"version": "3.61.0",
"description": "The terra-icon component is used to visually represent a literal or symbolic object intended to initiate an action, communicate a status, or navigate the workflow.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.74.0 - (May 8, 2024)

* Changed
* Minor dependency version bump.

## 4.73.1 - (March 12, 2024)

* Fixed
Expand Down

0 comments on commit 83e0cba

Please sign in to comment.