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

Commit

Permalink
Publish on 8-11-2020 (#3124)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel,Ryan <Ryan.Manuel@Cerner.com>
  • Loading branch information
ryanthemanuel and rm012685 authored Aug 11, 2020
1 parent ef4bb9c commit 892cfc0
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.40.0 - (August 11, 2020)

* Changed
* Add missing theme variables

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.39.0",
"version": "4.40.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-heading/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.36.0 - (August 11, 2020)

* Changed
* Add missing theme variables

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-heading/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-heading",
"main": "lib/Heading.js",
"version": "4.35.0",
"version": "4.36.0",
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-progress-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.28.0 - (August 11, 2020)

* Changed
* Add missing theme variables

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-progress-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-progress-bar",
"main": "lib/ProgressBar.js",
"version": "4.27.0",
"version": "4.28.0",
"description": "The progress bar component provides users a way to display the progress of process or activity in a graphical manner.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.36.0 - (August 11, 2020)

* Changed
* Add missing theme variables

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-status/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-status",
"main": "lib/Status.js",
"version": "4.35.0",
"version": "4.36.0",
"description": "The status component provides a customizable color indictor to signify a specific condition.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.36.0 - (August 11, 2020)

* Changed
* Add missing theme variables

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-text",
"main": "lib/Text.js",
"version": "4.35.0",
"version": "4.36.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.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 892cfc0

Please sign in to comment.