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

Commit

Permalink
releases 6-28-23 (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBoersma authored Jun 29, 2023
1 parent b485ac3 commit 12c5a23
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 21 deletions.
2 changes: 2 additions & 0 deletions packages/terra-content-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.39.0 - (June 28, 2023)

* Added
* Added `setFocusOnContainer` prop to provide scroll capability for keyboard only users. (Requires Jest Snapshot updates)
* Added `borderColor` prop for allowing consumers to change the border color to dark or white depending upon the color of the content container
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-content-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-content-container",
"main": "lib/ContentContainer.js",
"version": "3.38.0",
"version": "3.39.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-scroll": "^2.34.0",
"terra-scroll": "^2.35.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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 @@ -5,6 +5,8 @@

## Unreleased

## 1.29.0 - (June 28, 2023)

* Changed
* Updated `terra-status-view - Change Variant` example component to use the apply button to change the selected variant.

Expand Down
14 changes: 7 additions & 7 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.28.0",
"version": "1.29.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"terra-button-group": "^3.64.0",
"terra-card": "^3.45.0",
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.38.0",
"terra-demographics-banner": "^3.62.0",
"terra-dialog": "^2.70.0",
"terra-content-container": "^3.39.0",
"terra-demographics-banner": "^3.63.0",
"terra-dialog": "^2.70.1",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.34.0",
"terra-dynamic-grid": "^3.34.0",
Expand All @@ -60,7 +60,7 @@
"terra-form-fieldset": "^2.70.0",
"terra-form-input": "^4.23.0",
"terra-form-radio": "^4.36.0",
"terra-form-select": "^6.41.0",
"terra-form-select": "^6.42.0",
"terra-form-textarea": "^5.24.0",
"terra-grid": "^6.34.0",
"terra-heading": "^4.50.0",
Expand All @@ -75,7 +75,7 @@
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.34.0",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.34.0",
"terra-scroll": "^2.35.0",
"terra-search-field": "^3.83.0",
"terra-section-header": "^2.60.0",
"terra-show-hide": "^2.60.0",
Expand All @@ -84,7 +84,7 @@
"terra-status": "^4.55.0",
"terra-status-view": "^4.55.0",
"terra-switch": "^1.12.0",
"terra-table": "^4.34.0",
"terra-table": "^4.34.1",
"terra-tag": "^2.57.0",
"terra-text": "^4.51.0",
"terra-theme-context": "^1.0.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.63.0 - (June 28, 2023)

* Fixed
* Fixed improper HTML structure and resolved console warnings.

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.62.0",
"version": "3.63.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
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.70.1 - (June 28, 2023)

* Changed
* Minor dependency version bump

## 2.70.0 - (April 27, 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.70.0",
"version": "2.70.1",
"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 @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-content-container": "^3.38.0",
"terra-content-container": "^3.39.0",
"terra-icon": "^3.54.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
Expand Down
7 changes: 5 additions & 2 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## Unreleased

## 6.42.0 - (June 28, 2023)

* Changed
* Minor dependency version bump
* Removed aria-checked to make screen readers announce Selected in `terra-form-select`.
* Updated focus to shift back on `select` upon key press or mouse click event on `terra-form-single-select` in Safari browser.

## Unreleased

## 6.41.0 - (May 9, 2023)

* Added
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.41.0",
"version": "6.42.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-outline-view-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.3.1 - (June 28, 2023)

* Changed
* Minor dependency version bump

## 0.3.0 - (February 15, 2023)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-outline-view-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "terra-outline-view-table",
"private": true,
"main": "lib/index.js",
"version": "0.3.0",
"version": "0.3.1",
"description": "The terra-outline-view-table component ",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@cerner/terra-docs": "^1.9.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-content-container": "^3.38.0",
"terra-content-container": "^3.39.0",
"terra-mixins": "^1.40.0",
"terra-table": "^4.34.0"
"terra-table": "^4.34.1"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.35.0 - (June 28, 2023)

* Added
* Added styles when the scroll is focussed
* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-scroll",
"main": "lib/Scroll.js",
"version": "2.34.0",
"version": "2.35.0",
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.34.1 - (June 28, 2023)

* Changed
* Minor dependency version bump

## 4.34.0 - (February 15, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-table",
"main": "lib/index.js",
"version": "4.34.0",
"version": "4.34.1",
"description": "The terra-table component provides user a way to render selectable data in a tabular format",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-content-container": "^3.38.0",
"terra-content-container": "^3.39.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.0"
Expand Down

0 comments on commit 12c5a23

Please sign in to comment.