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

Commit

Permalink
Publish 12-08-2020 (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenEsser authored Dec 8, 2020
1 parent ad9e29e commit a831aaf
Show file tree
Hide file tree
Showing 104 changed files with 269 additions and 122 deletions.
5 changes: 5 additions & 0 deletions packages/terra-action-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.56.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 2.55.0 - (November 17, 2020)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-action-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.55.0",
"version": "2.56.0",
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.50.0",
"terra-hyperlink": "^2.42.0",
"terra-spacer": "^3.49.0",
"terra-button": "^3.51.0",
"terra-hyperlink": "^2.43.0",
"terra-spacer": "^3.50.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-action-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.61.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 2.60.0 - (November 17, 2020)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions 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.60.0",
"version": "2.61.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 Expand Up @@ -30,9 +30,9 @@
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.50.0",
"terra-button-group": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-button": "^3.51.0",
"terra-button-group": "^3.51.0",
"terra-icon": "^3.39.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.47.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 4.46.0 - (November 17, 2020)

* Changed
Expand Down
10 changes: 5 additions & 5 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.46.0",
"version": "4.47.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 @@ -29,11 +29,11 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-responsive-element": "^5.26.0",
"terra-button": "^3.51.0",
"terra-icon": "^3.39.0",
"terra-responsive-element": "^5.27.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.41.0"
"terra-toggle": "^3.42.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.41.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.40.0 - (November 17, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-arrange/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-arrange",
"main": "lib/Arrange.js",
"version": "3.40.0",
"version": "3.41.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-icon": "^3.38.0"
"terra-icon": "^3.39.0"
},
"devDependencies": {
"terra-icon": "^3.14.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.10.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.9.0 - (November 17, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-avatar",
"main": "lib/index.js",
"version": "3.9.0",
"version": "3.10.0",
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and Generic.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-image": "^3.31.0",
"terra-image": "^3.32.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.46.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.45.0 - (November 17, 2020)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions 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.45.0",
"version": "3.46.0",
"description": "The terra-badge component displays content classification.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-icon": "^3.38.0",
"terra-icon": "^3.39.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
"terra-visually-hidden-text": "^2.31.0"
}
}
5 changes: 5 additions & 0 deletions packages/terra-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.42.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 5.41.0 - (November 10, 2020)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-base",
"main": "lib/Base.js",
"version": "5.41.0",
"version": "5.42.0",
"description": "The base component sets minimal global styles for an application.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-i18n": "^4.33.0"
"terra-i18n": "^4.34.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.51.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.50.0 - (November 17, 2020)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-button-group",
"main": "lib/ButtonGroup.js",
"version": "3.50.0",
"version": "3.51.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"classnames": "^2.2.5",
"keycode-js": "^2.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.50.0",
"terra-icon": "^3.38.0",
"terra-button": "^3.51.0",
"terra-icon": "^3.39.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.51.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.50.0 - (November 17, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-button",
"main": "lib/Button.js",
"version": "3.50.0",
"version": "3.51.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"keycode-js": "^2.0.1",
"prop-types": "^15.5.8",
"terra-icon": "^3.38.0",
"terra-icon": "^3.39.0",
"terra-theme-context": "^1.0.0"
}
}
5 changes: 5 additions & 0 deletions packages/terra-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.37.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.36.0 - (November 17, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.36.0",
"version": "3.37.0",
"description": "Card is a basic container with some base styling to help seperate elements with different content",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
"terra-visually-hidden-text": "^2.31.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-cell-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.8.0 - (December 8, 2020)

* Changed
* Update wdio tests to remove deprecated Terra.it helpers

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-cell-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-cell-grid",
"main": "lib/index.js",
"version": "1.7.0",
"version": "1.8.0",
"description": "The terra-cell-grid is a structural row based layout for aligning column cells within 100% width of its parent",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-content-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.32.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.31.0 - (November 17, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-content-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-content-container",
"main": "lib/ContentContainer.js",
"version": "3.31.0",
"version": "3.32.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-scroll": "^2.28.0"
"terra-scroll": "^2.29.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.48.0 - (December 8, 2020)

* Changed
* Minor dependency version bump

## 3.47.0 - (November 17, 2020)

* Changed
Expand Down
Loading

0 comments on commit a831aaf

Please sign in to comment.