Skip to content

Commit

Permalink
Publish on 10-13-2020 (cerner#3189)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel,Ryan <[email protected]>
  • Loading branch information
ryanthemanuel and rm012685 authored Oct 13, 2020
1 parent d5f972a commit cd74576
Show file tree
Hide file tree
Showing 26 changed files with 45 additions and 16 deletions.
2 changes: 2 additions & 0 deletions packages/terra-action-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.57.0 - (October 13, 2020)

* Changed
* Replaced references to terra-doc-template with terra-docs

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-action-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-action-header",
"main": "lib/ActionHeader.js",
"version": "2.56.0",
"version": "2.57.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"repository": {
"type": "git",
Expand Down
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.43.0 - (October 13, 2020)

* Changed
* Fixed text alignment at ultrawide browser widths

Expand Down
4 changes: 2 additions & 2 deletions 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.42.0",
"version": "4.43.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 Expand Up @@ -31,7 +31,7 @@
"prop-types": "^15.5.8",
"terra-button": "^3.47.0",
"terra-icon": "^3.36.0",
"terra-responsive-element": "^5.23.0",
"terra-responsive-element": "^5.24.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.38.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.43.0 - (October 13, 2020)

* Changed
* Reference terra-theme-context 1.0.0 to enable hoisting.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-badge",
"main": "lib/Badge.js",
"version": "3.42.0",
"version": "3.43.0",
"description": "The terra-badge component displays content classification.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.35.0 - (October 13, 2020)

* Changed
* Remove reference to terra-doc-template

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-card",
"main": "lib/Card.js",
"version": "3.34.0",
"version": "3.35.0",
"description": "Card is a basic container with some base styling to help seperate elements with different content",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-demographics-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.45.0 - (October 13, 2020)

* Changed
* Minor dependency version bump

## 3.44.0 - (August 4, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-demographics-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "3.44.0",
"version": "3.45.0",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-image": "^3.31.0",
"terra-responsive-element": "^5.23.0",
"terra-responsive-element": "^5.24.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.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.22.0 - (October 13, 2020)

* Fixed
* Fix to prevent modal from closing on pressing escape to close dropdown.

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

## Unreleased

## 6.18.0 - (October 13, 2020)

* Fixed
* Fix to prevent modal from closing on pressing escape to close select.

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,7 +1,7 @@
{
"name": "terra-form-select",
"main": "lib/Select.js",
"version": "6.17.0",
"version": "6.18.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.6.0 - (October 13, 2020)

* Changed
* Removed reference to terra-markdown

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-textarea",
"main": "lib/Textarea.js",
"version": "5.5.0",
"version": "5.6.0",
"description": "Element for building out textareas in a form.",
"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.37.0 - (October 13, 2020)

* Changed
* Removed reference to terra-markdown

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

## Unreleased

## 4.38.0 - (October 13, 2020)

* Changed
* Replaced references to terra-doc-template with terra-docs

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-list",
"main": "lib/index.js",
"version": "4.37.0",
"version": "4.38.0",
"description": "The Terra List is a structural component to arrange content within list/listitems.",
"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.63.0 - (October 13, 2020)

* Changed
* Removed reference to terra-props-table.

Expand Down
4 changes: 2 additions & 2 deletions 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.62.0",
"version": "2.63.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 Expand Up @@ -35,7 +35,7 @@
"terra-form-input": "^4.5.0",
"terra-icon": "^3.36.0",
"terra-mixins": "^1.38.0",
"terra-responsive-element": "^5.23.0",
"terra-responsive-element": "^5.24.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-responsive-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.24.0 - (October 13, 2020)

* Changed
* Replaced references to terra-doc-template with terra-docs

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-responsive-element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-responsive-element",
"main": "lib/ResponsiveElement.js",
"version": "5.23.0",
"version": "5.24.0",
"description": "The terra-responsive-element conditionally renders components based on viewport size",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.17.0 - (October 13, 2020)

* Changed
* Replaced references to terra-doc-template with terra-docs

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-table",
"main": "lib/index.js",
"version": "4.16.0",
"version": "4.17.0",
"description": "The terra-table component provides user a way to render selectable data in a tabular format",
"repository": {
"type": "git",
Expand Down

0 comments on commit cd74576

Please sign in to comment.