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

Commit

Permalink
Publish on 11-10-2020 (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenEsser authored Nov 10, 2020
1 parent c3e53c1 commit 1b981da
Show file tree
Hide file tree
Showing 54 changed files with 153 additions and 57 deletions.
2 changes: 2 additions & 0 deletions packages/terra-action-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.54.0 - (November 10, 2020)

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

Expand Down
6 changes: 3 additions & 3 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.53.0",
"version": "2.54.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.48.0",
"terra-button": "^3.49.0",
"terra-hyperlink": "^2.41.0",
"terra-spacer": "^3.47.0",
"terra-spacer": "^3.48.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.59.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 2.58.0 - (October 27, 2020)

* Changed
Expand Down
6 changes: 3 additions & 3 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.58.0",
"version": "2.59.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,8 +30,8 @@
"@cerner/terra-docs": "^1.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.48.0",
"terra-button-group": "^3.48.0",
"terra-button": "^3.49.0",
"terra-button-group": "^3.49.0",
"terra-icon": "^3.37.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.45.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 4.44.0 - (October 27, 2020)

* Changed
Expand Down
8 changes: 4 additions & 4 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.44.0",
"version": "4.45.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.48.0",
"terra-button": "^3.49.0",
"terra-icon": "^3.37.0",
"terra-responsive-element": "^5.24.0",
"terra-responsive-element": "^5.25.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.39.0"
"terra-toggle": "^3.40.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.41.0 - (November 10, 2020)

* Fixed
* Fix the internationalization setup url in the terra-base doc to point to the correct link.

Expand Down
2 changes: 1 addition & 1 deletion 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.40.0",
"version": "5.41.0",
"description": "The base component sets minimal global styles for an application.",
"repository": {
"type": "git",
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.49.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 3.48.0 - (October 27, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 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.48.0",
"version": "3.49.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"keycode-js": "^2.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.48.0",
"terra-button": "^3.49.0",
"terra-icon": "^3.37.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.49.0 - (November 10, 2020)

* Fixed
* Fixed focus styles issue after re-enabling a disabled button.

Expand Down
2 changes: 1 addition & 1 deletion 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.48.0",
"version": "3.49.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"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.46.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 3.45.0 - (October 13, 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.45.0",
"version": "3.46.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.24.0",
"terra-responsive-element": "^5.25.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.52.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 2.51.0 - (October 27, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-dialog",
"main": "lib/Dialog.js",
"version": "2.51.0",
"version": "2.52.0",
"description": "Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorienting the user.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.48.0",
"terra-button": "^3.49.0",
"terra-content-container": "^3.30.0",
"terra-icon": "^3.37.0",
"terra-mixins": "^1.38.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.23.0 - (November 10, 2020)

* Fixed
* Fixed build failures due to the react/sort-comp rule

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

## Unreleased

## 4.11.0 - (November 10, 2020)

* Changed
* Updated `terra-dev-site` examples to use react hooks.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-field",
"main": "lib/Field.js",
"version": "4.10.0",
"version": "4.11.0",
"description": "The Form Field component handles the layout of the label, help text and error text associated with a form element.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-fieldset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.53.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 2.52.0 - (October 27, 2020)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-form-fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-fieldset",
"main": "lib/Fieldset.js",
"version": "2.52.0",
"version": "2.53.0",
"description": "Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.10.0",
"terra-form-input": "^4.6.0",
"terra-form-field": "^4.11.0",
"terra-form-input": "^4.7.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.7.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 4.6.0 - (October 27, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-input",
"main": "lib/Input.js",
"version": "4.6.0",
"version": "4.7.0",
"description": "Element for building out inputs in a form.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.10.0",
"terra-form-field": "^4.11.0",
"terra-icon": "^3.37.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-radio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.17.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 4.16.0 - (October 27, 2020)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "4.17.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 Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.48.0",
"terra-button": "^3.49.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.30.0"
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.20.0 - (November 10, 2020)

* Fixed
* Fixed build failures due to the react/sort-comp rule

Expand Down
4 changes: 2 additions & 2 deletions 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.19.0",
"version": "6.20.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"mutationobserver-shim": "0.3.3",
"prop-types": "^15.5.8",
"react-lifecycles-compat": "^3.0.2",
"terra-form-field": "^4.10.0",
"terra-form-field": "^4.11.0",
"terra-hookshot": "^5.0.0",
"terra-mixins": "^1.38.0",
"terra-theme-context": "^1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.8.0 - (November 10, 2020)

* Changed
* Minor dependency version bump

## 5.7.0 - (October 27, 2020)

* Changed
Expand Down
Loading

0 comments on commit 1b981da

Please sign in to comment.