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

Publish on 02-02-21 #3338

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.58.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 2.57.0 - (January 5, 2021)

* Fixed
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.57.0",
"version": "2.58.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.52.0",
"terra-hyperlink": "^2.44.0",
"terra-spacer": "^3.51.0",
"terra-button": "^3.53.0",
"terra-hyperlink": "^2.45.0",
"terra-spacer": "^3.52.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.63.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 2.62.0 - (January 5, 2021)

* 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.62.0",
"version": "2.63.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.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.52.0",
"terra-button-group": "^3.52.0",
"terra-icon": "^3.40.0",
"terra-button": "^3.53.0",
"terra-button-group": "^3.53.0",
"terra-icon": "^3.41.0",
"terra-mixins": "^1.39.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.49.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 4.48.0 - (January 5, 2021)

* 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.48.0",
"version": "4.49.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.52.0",
"terra-icon": "^3.40.0",
"terra-button": "^3.53.0",
"terra-icon": "^3.41.0",
"terra-responsive-element": "^5.28.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.43.0"
"terra-toggle": "^3.44.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.43.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 3.42.0 - (January 5, 2021)

* Fixed
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.42.0",
"version": "3.43.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.40.0"
"terra-icon": "^3.41.0"
},
"devDependencies": {
"terra-icon": "^3.14.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.48.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 3.47.0 - (January 5, 2021)

* Fixed
Expand Down
4 changes: 2 additions & 2 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.47.0",
"version": "3.48.0",
"description": "The terra-badge component displays content classification.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-icon": "^3.40.0",
"terra-icon": "^3.41.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.31.0"
}
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.44.0 - (February 2, 2021)

* Fixed
* Removed duplicate linter declaration.

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.43.0",
"version": "5.44.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.53.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 3.52.0 - (January 5, 2021)

* Fixed
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.52.0",
"version": "3.53.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.52.0",
"terra-icon": "^3.40.0",
"terra-button": "^3.53.0",
"terra-icon": "^3.41.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.53.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 3.52.0 - (January 5, 2021)

* Fixed
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.52.0",
"version": "3.53.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.40.0",
"terra-icon": "^3.41.0",
"terra-theme-context": "^1.0.0"
}
}
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.56.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 2.55.0 - (January 5, 2021)

* Fixed
Expand Down
6 changes: 3 additions & 3 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.55.0",
"version": "2.56.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,9 +29,9 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.52.0",
"terra-button": "^3.53.0",
"terra-content-container": "^3.33.0",
"terra-icon": "^3.40.0",
"terra-icon": "^3.41.0",
"terra-mixins": "^1.39.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.15.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 4.14.0 - (January 5, 2021)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0",
"version": "4.15.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 Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-icon": "^3.40.0",
"terra-icon": "^3.41.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.57.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 2.56.0 - (January 5, 2021)

* Fixed
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.56.0",
"version": "2.57.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 All @@ -28,8 +28,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.14.0",
"terra-form-input": "^4.10.0",
"terra-form-field": "^4.15.0",
"terra-form-input": "^4.11.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.11.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 4.10.0 - (January 5, 2021)

* Fixed
Expand Down
6 changes: 3 additions & 3 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.10.0",
"version": "4.11.0",
"description": "Element for building out inputs in a form.",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.14.0",
"terra-icon": "^3.40.0",
"terra-form-field": "^4.15.0",
"terra-icon": "^3.41.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.21.0 - (February 2, 2021)

* Changed
* Minor dependency version bump

## 4.20.0 - (January 5, 2021)

* Fixed
Expand Down
Loading