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

Commit

Permalink
Relese 07/02 (#3718)
Browse files Browse the repository at this point in the history
  • Loading branch information
udaymattam authored Feb 7, 2023
1 parent 04cdbc1 commit 5baec33
Show file tree
Hide file tree
Showing 40 changed files with 155 additions and 61 deletions.
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.63.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 4.62.1 - (January 31, 2023)

* Changed
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.62.1",
"version": "4.63.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 @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.62.0",
"terra-icon": "^3.51.0",
"terra-icon": "^3.52.0",
"terra-responsive-element": "^5.36.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.20.0 - (February 7, 2023)

* Changed
* Updated examples to use informative icons.

Expand Down
40 changes: 20 additions & 20 deletions packages/terra-core-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-core-docs",
"version": "1.19.0",
"version": "1.20.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@cerner/terra-docs": "^1.8.0",
"terra-action-footer": "^2.64.0",
"terra-action-header": "^2.75.0",
"terra-alert": "^4.62.1",
"terra-alert": "^4.63.0",
"terra-arrange": "^3.50.0",
"terra-avatar": "^3.15.1",
"terra-badge": "^3.56.0",
Expand All @@ -50,45 +50,45 @@
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.37.0",
"terra-demographics-banner": "^3.59.1",
"terra-dialog": "^2.65.1",
"terra-dialog": "^2.66.0",
"terra-divider": "^3.37.0",
"terra-dropdown-button": "^1.30.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.17.0",
"terra-form-field": "^4.22.1",
"terra-form-fieldset": "^2.66.1",
"terra-form-input": "^4.19.1",
"terra-form-field": "^4.23.0",
"terra-form-fieldset": "^2.67.0",
"terra-form-input": "^4.20.0",
"terra-form-radio": "^4.31.0",
"terra-form-select": "^6.37.1",
"terra-form-textarea": "^5.21.1",
"terra-form-select": "^6.38.0",
"terra-form-textarea": "^5.22.0",
"terra-grid": "^6.33.0",
"terra-heading": "^4.49.0",
"terra-html-table": "^1.15.0",
"terra-hyperlink": "^2.55.1",
"terra-hyperlink": "^2.56.0",
"terra-i18n": "^4.39.0",
"terra-icon": "^3.51.0",
"terra-icon": "^3.52.0",
"terra-image": "^3.37.0",
"terra-list": "^4.53.2",
"terra-overlay": "^3.71.1",
"terra-list": "^4.54.0",
"terra-overlay": "^3.72.0",
"terra-paginator": "^2.81.0",
"terra-profile-image": "^3.42.1",
"terra-progress-bar": "^4.33.0",
"terra-responsive-element": "^5.36.0",
"terra-scroll": "^2.33.0",
"terra-search-field": "^3.77.1",
"terra-search-field": "^3.78.0",
"terra-section-header": "^2.57.0",
"terra-show-hide": "^2.57.1",
"terra-show-hide": "^2.58.0",
"terra-signature": "^2.38.0",
"terra-spacer": "^3.60.1",
"terra-status": "^4.52.1",
"terra-status-view": "^4.50.1",
"terra-status": "^4.53.0",
"terra-status-view": "^4.51.0",
"terra-switch": "^1.11.0",
"terra-table": "^4.33.0",
"terra-tag": "^2.54.1",
"terra-tag": "^2.55.0",
"terra-text": "^4.50.0",
"terra-toggle": "^3.52.1",
"terra-toggle-button": "^3.63.1",
"terra-toggle-section-header": "^2.60.1",
"terra-toggle": "^3.53.0",
"terra-toggle-button": "^3.64.0",
"terra-toggle-section-header": "^2.61.0",
"terra-toolbar": "^1.30.0",
"terra-visually-hidden-text": "^2.36.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.66.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 2.65.1 - (January 31, 2023)

* 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.65.1",
"version": "2.66.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 @@ -31,7 +31,7 @@
"prop-types": "^15.5.8",
"terra-button": "^3.62.0",
"terra-content-container": "^3.37.0",
"terra-icon": "^3.51.0",
"terra-icon": "^3.52.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.23.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 4.22.1 - (January 31, 2023)

* 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.22.1",
"version": "4.23.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.51.0",
"terra-icon": "^3.52.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.67.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 2.66.1 - (January 31, 2023)

* 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.66.1",
"version": "2.67.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.22.1",
"terra-form-input": "^4.19.1",
"terra-form-field": "^4.23.0",
"terra-form-input": "^4.20.0",
"terra-theme-context": "^1.0.0",
"uuid": "^3.3.2"
},
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.20.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 4.19.1 - (January 31, 2023)

* 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.19.1",
"version": "4.20.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.22.1",
"terra-icon": "^3.51.0",
"terra-form-field": "^4.23.0",
"terra-icon": "^3.52.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.38.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 6.37.1 - (January 31, 2023)

* Changed
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.37.1",
"version": "6.38.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.22.1",
"terra-form-field": "^4.23.0",
"terra-hookshot": "^5.0.0",
"terra-mixins": "^1.40.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.22.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 5.21.1 - (January 31, 2023)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions 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.21.1",
"version": "5.22.0",
"description": "Element for building out textareas 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.22.1",
"terra-icon": "^3.51.0",
"terra-form-field": "^4.23.0",
"terra-icon": "^3.52.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-hyperlink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.56.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 2.55.1 - (January 31, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-hyperlink",
"main": "lib/Hyperlink.js",
"version": "2.55.1",
"version": "2.56.0",
"description": "The terra hyperlink component allows linking to other web pages, files, locations within the same page, email addresses, or any other URL.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.51.0",
"terra-icon": "^3.52.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.52.0 - (February 7, 2023)

* Fixed
* Fixed console error `Each child in a list should have a unique "key" prop` thrown due to use of Array.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-icon",
"version": "3.51.0",
"version": "3.52.0",
"description": "The terra-icon component is used to visually represent a literal or symbolic object intended to initiate an action, communicate a status, or navigate the workflow.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.54.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 4.53.2 - (January 31, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.53.2",
"version": "4.54.0",
"description": "The Terra List is a structural component to arrange content within list/listitems.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.51.0",
"terra-icon": "^3.52.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.72.0 - (February 7, 2023)

* Changed
* Minor dependency version bump

## 3.71.1 - (January 31, 2023)

* Changed
Expand Down
Loading

0 comments on commit 5baec33

Please sign in to comment.