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

Commit

Permalink
[Terra-Core] Release PR 01-Aug-2023 (#3861)
Browse files Browse the repository at this point in the history
Co-authored-by: SM051274 <sm051274@cerner.net>
  • Loading branch information
supreethmr and SM051274 committed Aug 7, 2023
1 parent 18273a4 commit 9328066
Show file tree
Hide file tree
Showing 58 changed files with 205 additions and 80 deletions.
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.79.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 2.78.0 - (March 1, 2023)

* Added
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-action-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-action-header",
"main": "lib/ActionHeader.js",
"version": "2.78.0",
"version": "2.79.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"repository": {
"type": "git",
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.71.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 4.70.0 - (July 13, 2023)

* 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,7 +1,7 @@
{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.70.0",
"version": "4.71.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-icon": "^3.54.0",
"terra-icon": "^3.55.0",
"terra-responsive-element": "^5.37.0",
"terra-theme-context": "^1.0.0",
"uuid": "7.0.3"
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.52.0 - (August 1, 2023)

* Changed
* Updated Arrange to use `span` elements instead of `div`.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-arrange/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-arrange",
"main": "lib/Arrange.js",
"version": "3.51.0",
"version": "3.52.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"repository": {
"type": "git",
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.32.0 - (August 1, 2023)

* Changed
* Updated Arrange component example to use `span` element instead of `div`.

Expand Down
54 changes: 27 additions & 27 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.31.0",
"version": "1.32.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"@cerner/terra-docs": "^1.9.0",
"moment": "^2.29.4",
"terra-action-footer": "^2.65.0",
"terra-action-header": "^2.78.0",
"terra-alert": "^4.70.0",
"terra-arrange": "^3.51.0",
"terra-action-header": "^2.79.0",
"terra-alert": "^4.71.0",
"terra-arrange": "^3.52.0",
"terra-avatar": "^3.17.0",
"terra-badge": "^3.57.0",
"terra-base": "^5.50.0",
Expand All @@ -51,46 +51,46 @@
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.39.1",
"terra-demographics-banner": "^3.63.0",
"terra-dialog": "^2.71.0",
"terra-dialog": "^2.72.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.34.0",
"terra-dropdown-button": "^1.35.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.21.0",
"terra-form-field": "^4.25.0",
"terra-form-fieldset": "^2.71.0",
"terra-form-input": "^4.23.0",
"terra-form-field": "^4.26.0",
"terra-form-fieldset": "^2.72.0",
"terra-form-input": "^4.24.0",
"terra-form-radio": "^4.36.0",
"terra-form-select": "^6.43.0",
"terra-form-textarea": "^5.24.0",
"terra-form-select": "^6.44.0",
"terra-form-textarea": "^5.25.0",
"terra-grid": "^6.34.0",
"terra-heading": "^4.50.0",
"terra-heading": "^4.51.0",
"terra-html-table": "^1.16.0",
"terra-hyperlink": "^2.59.0",
"terra-hyperlink": "^2.60.0",
"terra-i18n": "^4.40.0",
"terra-icon": "^3.54.0",
"terra-icon": "^3.55.0",
"terra-image": "^3.38.0",
"terra-list": "^4.58.0",
"terra-overlay": "^3.74.0",
"terra-list": "^4.59.0",
"terra-overlay": "^3.75.0",
"terra-paginator": "^2.82.0",
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.34.0",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.35.0",
"terra-search-field": "^3.83.0",
"terra-section-header": "^2.60.0",
"terra-show-hide": "^2.60.0",
"terra-search-field": "^3.84.0",
"terra-section-header": "^2.61.0",
"terra-show-hide": "^2.61.0",
"terra-signature": "^2.39.0",
"terra-spacer": "^3.61.0",
"terra-status": "^4.55.0",
"terra-status-view": "^4.55.0",
"terra-status": "^4.56.0",
"terra-status-view": "^4.57.0",
"terra-switch": "^1.12.0",
"terra-table": "^4.35.0",
"terra-tag": "^2.57.0",
"terra-text": "^4.51.0",
"terra-table": "^4.36.0",
"terra-tag": "^2.58.0",
"terra-text": "^4.52.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.55.0",
"terra-toggle-button": "^3.68.0",
"terra-toggle-section-header": "^2.65.0",
"terra-toggle": "^3.56.0",
"terra-toggle-button": "^3.69.0",
"terra-toggle-section-header": "^2.66.0",
"terra-toolbar": "^1.33.0",
"terra-visually-hidden-text": "^2.36.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.72.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 2.71.0 - (July 13, 2023)

* 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,7 +1,7 @@
{
"name": "terra-dialog",
"main": "lib/Dialog.js",
"version": "2.71.0",
"version": "2.72.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-content-container": "^3.39.1",
"terra-icon": "^3.54.0",
"terra-icon": "^3.55.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-dropdown-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.35.0 - (August 1, 2023)

* Added
* Updated aria-label for dropdown button.
* Added focus styles and screenreader support to announce expand/collapse state and index for dropdown list items.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-dropdown-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-dropdown-button",
"main": "lib/DropdownButton.js",
"version": "1.34.0",
"version": "1.35.0",
"description": "Provides a dropdown button component and split button component for selecting a single option (action) from a list of options.",
"repository": {
"type": "git",
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.26.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 4.25.0 - (April 27, 2023)

* 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,7 +1,7 @@
{
"name": "terra-form-field",
"main": "lib/Field.js",
"version": "4.25.0",
"version": "4.26.0",
"description": "The Form Field component handles the layout of the label, help text and error text associated with a form element.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-icon": "^3.54.0",
"terra-icon": "^3.55.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.72.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 2.71.0 - (July 13, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-fieldset",
"main": "lib/Fieldset.js",
"version": "2.71.0",
"version": "2.72.0",
"description": "Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.25.0",
"terra-form-field": "^4.26.0",
"terra-form-input": "^4.23.0",
"terra-theme-context": "^1.0.0",
"uuid": "7.0.3"
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.24.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 4.23.0 - (June 14, 2023)

* 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,7 +1,7 @@
{
"name": "terra-form-input",
"main": "lib/Input.js",
"version": "4.23.0",
"version": "4.24.0",
"description": "Element for building out inputs in a form.",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.25.0",
"terra-icon": "^3.54.0",
"terra-form-field": "^4.26.0",
"terra-icon": "^3.55.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.44.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 6.43.0 - (July 13, 2023)

* Changed
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,7 +1,7 @@
{
"name": "terra-form-select",
"main": "lib/Select.js",
"version": "6.43.0",
"version": "6.44.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"mutationobserver-shim": "<=0.3.3",
"prop-types": "^15.5.8",
"react-lifecycles-compat": "^3.0.2",
"terra-form-field": "^4.25.0",
"terra-form-field": "^4.26.0",
"terra-hookshot": "^5.0.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-form-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 5.25.0 - (August 1, 2023)

* Added
* Added support for `aria-invalid` through the `isInvalid` prop to mark what field is invalid for assistive technology.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-textarea",
"main": "lib/Textarea.js",
"version": "5.24.0",
"version": "5.25.0",
"description": "Element for building out textareas in a form.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-heading/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.51.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 4.50.0 - (February 15, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-heading/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-heading",
"main": "lib/Heading.js",
"version": "4.50.0",
"version": "4.51.0",
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.51.0"
"terra-arrange": "^3.52.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.60.0 - (August 1, 2023)

* Changed
* Minor dependency version bump

## 2.59.0 - (April 27, 2023)

* Changed
Expand Down
Loading

0 comments on commit 9328066

Please sign in to comment.