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

Commit

Permalink
Release 10-26-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
ns065186 committed Oct 26, 2023
1 parent 102a70f commit 915c8de
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.47.0 - (October 26, 2023)

* Changed
* Minor dependency version bump

## 1.46.0 - (October 23, 2023)

* Updated
Expand Down
6 changes: 3 additions & 3 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.46.0",
"version": "1.47.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"terra-demographics-banner": "^3.63.1",
"terra-dialog": "^2.82.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.36.0",
"terra-dropdown-button": "^1.37.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.21.0",
"terra-form-field": "^4.30.0",
Expand All @@ -71,7 +71,7 @@
"terra-image": "^3.38.0",
"terra-list": "^4.66.0",
"terra-overlay": "^3.79.0",
"terra-paginator": "^2.86.0",
"terra-paginator": "^2.87.0",
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.34.1",
"terra-responsive-element": "^5.37.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.37.0 - (October 26, 2023)

* Changed
* Updated focus border as dashed border in `dropdown-split-button`.

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.36.0",
"version": "1.37.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-paginator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.87.0 - (October 26, 2023)

* Changed
* Updated all Paginator visually hidden text's aria-relevant attribute.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-paginator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-paginator",
"main": "lib/Paginator.js",
"version": "2.86.0",
"version": "2.87.0",
"description": "Paginator to be used for data sets of known and unknown size. Provides first, last, previous, next, and paged functionality.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 915c8de

Please sign in to comment.