Skip to content

Commit

Permalink
Release for April 25th, 2024 (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
artpark committed Apr 25, 2024
1 parent 778bfbc commit ab02fbc
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 36 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.56.1 - (April 25, 2024)

* Changed
* Stable release for v3.56.1.

## 3.56.1-alpha.1 - (April 24, 2024)

* Removed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-arrange/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-arrange",
"version": "3.56.1-alpha.1",
"version": "3.56.1",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.73.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 1.72.0 - (April 24, 2024)

* Changed
Expand Down
14 changes: 7 additions & 7 deletions packages/terra-core-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-core-docs",
"version": "1.72.0",
"version": "1.73.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"terra-action-footer": "^2.68.0",
"terra-action-header": "^2.93.0",
"terra-alert": "^4.95.0",
"terra-arrange": "^3.56.1-alpha.1",
"terra-arrange": "^3.56.1",
"terra-avatar": "^3.20.0",
"terra-badge": "^3.61.0",
"terra-base": "^5.53.0",
Expand All @@ -62,7 +62,7 @@
"terra-form-select": "^6.61.0",
"terra-form-textarea": "^5.33.0",
"terra-grid": "^6.36.0",
"terra-heading": "^4.57.0",
"terra-heading": "^4.58.0",
"terra-html-table": "^1.18.0",
"terra-hyperlink": "^2.69.0",
"terra-i18n": "^4.42.0",
Expand All @@ -76,21 +76,21 @@
"terra-responsive-element": "^5.41.0",
"terra-scroll": "^2.37.0",
"terra-search-field": "^3.102.0",
"terra-section-header": "^2.69.0",
"terra-section-header": "^2.70.0",
"terra-show-hide": "^2.68.0",
"terra-signature": "^2.42.0",
"terra-slide-panel": "^3.46.0",
"terra-spacer": "^3.64.0",
"terra-status": "^4.65.0",
"terra-status": "^4.66.0",
"terra-status-view": "^4.76.0",
"terra-switch": "^1.14.0",
"terra-tabs": "^7.21.0",
"terra-tag": "^2.69.0",
"terra-text": "^4.58.0",
"terra-text": "^4.59.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.62.0",
"terra-toggle-button": "^3.87.0",
"terra-toggle-section-header": "^2.80.0",
"terra-toggle-section-header": "^2.81.0",
"terra-toolbar": "^1.47.0",
"terra-visually-hidden-text": "^2.38.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-heading/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.58.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 4.57.0 - (April 24, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-heading/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-heading",
"version": "4.57.0",
"version": "4.58.0",
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.56.1-alpha.1"
"terra-arrange": "^3.56.1"
},
"peerDependencies": {
"react": "^16.8.5",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-section-header/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.70.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 2.69.0 - (April 24, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-section-header/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-section-header",
"version": "2.69.0",
"version": "2.70.0",
"description": "Section Header component that contains text and can be optionally interacted with.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-arrange": "^3.56.1-alpha.1",
"terra-arrange": "^3.56.1",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-status/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.66.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 4.65.0 - (April 24, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-status/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-status",
"version": "4.65.0",
"version": "4.66.0",
"description": "The status component provides a customizable color indictor to signify a specific condition.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.56.1-alpha.1",
"terra-arrange": "^3.56.1",
"terra-icon": "^3.60.0",
"terra-visually-hidden-text": "^2.38.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-text/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.59.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 4.58.0 - (April 24, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-text/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-text",
"version": "4.58.0",
"version": "4.59.0",
"description": "The font size, font weight, font family, and font color in terra components are set to defaults in terra-base which is then inherited into all components. Components can override these base styles as needed in their specific component CSS. In some cases, you may need text that differs from the base font styles, though, the text doesn't belong to a specific component. In these cases, the text component may be helpful. Using terra-text, you can create text that differs from the base text styles by changing the font size, font weight, and color. However, there are some drawbacks to be aware of with this component. The styles set with this component are not themable and will be static. If this is a concern, we recommend building a custom component that handles your font styles that need to differ from the base font styles so you can control the themability of them.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.56.1-alpha.1",
"terra-arrange": "^3.56.1",
"terra-theme-context": "^1.0.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toggle-section-header/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.81.0 - (April 25, 2024)

* Changed
* Minor dependency version bump.

## 2.80.0 - (April 24, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toggle-section-header/package.json
@@ -1,6 +1,6 @@
{
"name": "terra-toggle-section-header",
"version": "2.80.0",
"version": "2.81.0",
"description": "Toggle section header component that transitions content in and out with a click on the header.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-mixins": "^1.41.0",
"terra-section-header": "^2.69.0",
"terra-section-header": "^2.70.0",
"terra-toggle": "^3.62.0"
},
"peerDependencies": {
Expand Down

0 comments on commit ab02fbc

Please sign in to comment.