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

Commit

Permalink
Release 27-3-24 (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy authored Mar 27, 2024
1 parent 7c269b0 commit f819166
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
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.69.0 - (March 27, 2024)

* Added
* Added an example for `terra-hyperlink` to demonstrate text ellipses when its content should overflow.
* Changed
Expand Down
8 changes: 4 additions & 4 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.68.0",
"version": "1.69.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -59,12 +59,12 @@
"terra-form-fieldset": "^2.81.0",
"terra-form-input": "^4.32.0",
"terra-form-radio": "^4.53.0",
"terra-form-select": "^6.59.0",
"terra-form-select": "^6.60.0",
"terra-form-textarea": "^5.33.0",
"terra-grid": "^6.36.0",
"terra-heading": "^4.55.0",
"terra-html-table": "^1.18.0",
"terra-hyperlink": "^2.67.1",
"terra-hyperlink": "^2.68.0",
"terra-i18n": "^4.42.0",
"terra-icon": "^3.60.0",
"terra-image": "^3.41.0",
Expand All @@ -84,8 +84,8 @@
"terra-status": "^4.63.0",
"terra-status-view": "^4.75.0",
"terra-switch": "^1.14.0",
"terra-tag": "^2.68.0",
"terra-tabs": "^7.21.0",
"terra-tag": "^2.68.0",
"terra-text": "^4.56.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.62.0",
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.60.0 - (March 27, 2024)

* Fixed
* Fixed focus indicators for orion-fusion-theme.

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,6 +1,6 @@
{
"name": "terra-form-select",
"version": "6.59.0",
"version": "6.60.0",
"description": "Provides a drop down of selectable options.",
"author": "Cerner Corporation",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-hyperlink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.68.0 - (March 27, 2024)

* Changed
* Hyperlink now ellipses when its content should overflow.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-hyperlink",
"version": "2.67.1",
"version": "2.68.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

0 comments on commit f819166

Please sign in to comment.