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

Commit

Permalink
Release to fix terra-hyperlink and Terra-ui build failure (#3774)
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 Apr 7, 2023
1 parent 91601e7 commit 1a0ccd7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 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.25.0 - (April 7, 2023)

* Fixed
* Fixed `terra-ui` build failures happening due to usage of relative paths on mdx file.
* Fixed `terra-button` A11y guide example to match the description.
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.24.0",
"version": "1.25.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -54,17 +54,17 @@
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.32.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.18.0",
"terra-form-checkbox": "^4.19.0",
"terra-form-field": "^4.24.0",
"terra-form-fieldset": "^2.68.0",
"terra-form-input": "^4.21.0",
"terra-form-radio": "^4.34.0",
"terra-form-radio": "^4.35.0",
"terra-form-select": "^6.39.0",
"terra-form-textarea": "^5.23.0",
"terra-grid": "^6.34.0",
"terra-heading": "^4.50.0",
"terra-html-table": "^1.16.0",
"terra-hyperlink": "^2.58.0",
"terra-hyperlink": "^2.58.1",
"terra-i18n": "^4.40.0",
"terra-icon": "^3.53.0",
"terra-image": "^3.38.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.19.0 - (April 7, 2023)

* Fixed
* Fixed cloning of CheckboxField child to extend property instead of overriding it.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-checkbox",
"main": "lib/Checkbox.js",
"version": "4.18.0",
"version": "4.19.0",
"description": "The Terra Form Checkbox is a responsive input component rendered as a box. When activated, a check mark shall appear. Focus can be activated through tabbing and the checked state can be toggled with the space bar.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-radio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.35.0 - (April 7, 2023)

* Fixed
* Fixed cloning of RadioField child to extend property instead of overriding it.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-radio",
"main": "lib/Radio.js",
"version": "4.34.0",
"version": "4.35.0",
"description": "The Terra Form Radio is a responsive input component rendered as a radio button next to label text. When activated, a dot shall appear. Use the `name` attribute to group radio buttons together. Tabbing switches focus between radio button groups; arrow keys switch between radio buttons of the same group. The checked state can be activated with a space.",
"repository": {
"type": "git",
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.58.1 - (April 7, 2023)

* Fixed
* Fixed passivity bug to allow rendering `children` also.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-hyperlink",
"main": "lib/Hyperlink.js",
"version": "2.58.0",
"version": "2.58.1",
"description": "The terra hyperlink component allows linking to other web pages, files, locations within the same page, email addresses, or any other URL.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a0ccd7

Please sign in to comment.