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

Commit

Permalink
Publish on 4-13-2021 (#3421)
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 Apr 13, 2021
1 parent ba8904a commit 84b066e
Show file tree
Hide file tree
Showing 64 changed files with 237 additions and 83 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.60.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 2.59.0 - (April 6, 2021)

* 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.59.0",
"version": "2.60.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.54.0",
"terra-hyperlink": "^2.46.0",
"terra-spacer": "^3.53.0",
"terra-button": "^3.55.0",
"terra-hyperlink": "^2.47.0",
"terra-spacer": "^3.54.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.66.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 2.65.0 - (April 6, 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.65.0",
"version": "2.66.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.3.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.54.0",
"terra-button-group": "^3.54.0",
"terra-icon": "^3.42.0",
"terra-button": "^3.55.0",
"terra-button-group": "^3.55.0",
"terra-icon": "^3.43.0",
"terra-mixins": "^1.40.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.52.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 4.51.0 - (April 6, 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.51.0",
"version": "4.52.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.54.0",
"terra-icon": "^3.42.0",
"terra-button": "^3.55.0",
"terra-icon": "^3.43.0",
"terra-responsive-element": "^5.30.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.45.0"
"terra-toggle": "^3.46.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.45.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 3.44.0 - (April 6, 2021)

* 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.44.0",
"version": "3.45.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.42.0"
"terra-icon": "^3.43.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.50.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 3.49.0 - (April 6, 2021)

* Changed
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.49.0",
"version": "3.50.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.42.0",
"terra-icon": "^3.43.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.32.0"
}
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.55.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 3.54.0 - (April 6, 2021)

* 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.54.0",
"version": "3.55.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.54.0",
"terra-icon": "^3.42.0",
"terra-button": "^3.55.0",
"terra-icon": "^3.43.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.55.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 3.54.0 - (April 6, 2021)

* 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.54.0",
"version": "3.55.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.42.0",
"terra-icon": "^3.43.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.58.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 2.57.0 - (April 6, 2021)

* Changed
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.57.0",
"version": "2.58.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.54.0",
"terra-button": "^3.55.0",
"terra-content-container": "^3.34.0",
"terra-icon": "^3.42.0",
"terra-icon": "^3.43.0",
"terra-mixins": "^1.40.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.17.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 4.16.0 - (April 6, 2021)

* Changed
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.16.0",
"version": "4.17.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.42.0",
"terra-icon": "^3.43.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.59.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 2.58.0 - (April 6, 2021)

* 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.58.0",
"version": "2.59.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.16.0",
"terra-form-input": "^4.12.0",
"terra-form-field": "^4.17.0",
"terra-form-input": "^4.13.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.13.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 4.12.0 - (April 6, 2021)

* Changed
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.12.0",
"version": "4.13.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.16.0",
"terra-icon": "^3.42.0",
"terra-form-field": "^4.17.0",
"terra-icon": "^3.43.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.24.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 4.23.0 - (April 6, 2021)

* 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.23.0",
"version": "4.24.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.54.0",
"terra-button": "^3.55.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.32.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.28.0 - (April 13, 2021)

* Changed
* Minor dependency version bump

## 6.27.0 - (April 6, 2021)

* Changed
Expand Down
Loading

0 comments on commit 84b066e

Please sign in to comment.