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

Commit

Permalink
Release for 09-May-2023 (#3795)
Browse files Browse the repository at this point in the history
Co-authored-by: SM051274 <sm051274@cerner.net>
  • Loading branch information
supreethmr and SM051274 authored May 9, 2023
1 parent ef36e66 commit 530ec25
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 deletions.
2 changes: 2 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.68.0 - (May 9, 2023)

* Changed
* Added screen reader support to programmatically associate an alert's text to its dismiss button.
* Added text-wrapping at high magnification and narrow screen widths.
Expand Down
2 changes: 1 addition & 1 deletion 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.67.0",
"version": "4.68.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
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.27.0 - (May 9, 2023)

* Removed
* Removed dubugger text from status view first paragraph after the title.

Expand Down
10 changes: 5 additions & 5 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.26.0",
"version": "1.27.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"moment": "^2.29.4",
"terra-action-footer": "^2.65.0",
"terra-action-header": "^2.78.0",
"terra-alert": "^4.67.0",
"terra-alert": "^4.68.0",
"terra-arrange": "^3.51.0",
"terra-avatar": "^3.17.0",
"terra-badge": "^3.57.0",
Expand All @@ -50,17 +50,17 @@
"terra-card": "^3.45.0",
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.38.0",
"terra-demographics-banner": "^3.60.0",
"terra-demographics-banner": "^3.61.0",
"terra-dialog": "^2.70.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.33.0",
"terra-dropdown-button": "^1.34.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.20.0",
"terra-form-field": "^4.25.0",
"terra-form-fieldset": "^2.69.0",
"terra-form-input": "^4.22.0",
"terra-form-radio": "^4.35.0",
"terra-form-select": "^6.40.0",
"terra-form-select": "^6.41.0",
"terra-form-textarea": "^5.24.0",
"terra-grid": "^6.34.0",
"terra-heading": "^4.50.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-demographics-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.61.0 - (May 9, 2023)

* Added
* Added optional `personNameHeadingLevel` prop to set the person name header level with default of 2.
* Added optional `identifiersLongForm` prop to add well defined descriptions for shortened/abbreviated identifiers.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-demographics-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "3.60.0",
"version": "3.61.0",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-dropdown-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 1.34.0 - (May 9, 2023)

* Added
* Added screenreader support to announce the selection state 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.33.0",
"version": "1.34.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
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.41.0 - (May 9, 2023)

* Added
* Added `isFilterStyle` prop to native-select-field.

Expand Down
2 changes: 1 addition & 1 deletion 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.40.0",
"version": "6.41.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 530ec25

Please sign in to comment.