Skip to content

Commit

Permalink
Publish 01/09/2023 (cerner#3711)
Browse files Browse the repository at this point in the history
* Prepare 01/09/23 release

* Update changelogs for which dependencies were updated
  • Loading branch information
sycombs authored Jan 9, 2023
1 parent a0020ba commit fbdaa53
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.62.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon

## 4.61.0 - (December 7, 2022)

* 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.61.0",
"version": "4.62.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.49.0",
"terra-icon": "^3.50.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.18.0 - (January 9, 2023)

* Changed
* Updated `iconAll` test to accommodate new icons added from OCS icon library v1.49.0.
* Added `react-intl` to peerDependency list for `terra-list` doc info.
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.17.0",
"version": "1.18.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.61.0",
"terra-alert": "^4.62.0",
"terra-arrange": "^3.50.0",
"terra-avatar": "^3.15.0",
"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.0",
"terra-dialog": "^2.64.0",
"terra-dialog": "^2.65.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.21.0",
"terra-form-fieldset": "^2.65.0",
"terra-form-input": "^4.18.0",
"terra-form-field": "^4.22.0",
"terra-form-fieldset": "^2.66.0",
"terra-form-input": "^4.19.0",
"terra-form-radio": "^4.31.0",
"terra-form-select": "^6.36.0",
"terra-form-textarea": "^5.20.0",
"terra-form-select": "^6.37.0",
"terra-form-textarea": "^5.21.0",
"terra-grid": "^6.33.0",
"terra-heading": "^4.49.0",
"terra-html-table": "^1.15.0",
"terra-hyperlink": "^2.54.0",
"terra-hyperlink": "^2.55.0",
"terra-i18n": "^4.39.0",
"terra-icon": "^3.49.0",
"terra-icon": "^3.50.0",
"terra-image": "^3.36.0",
"terra-list": "^4.53.0",
"terra-overlay": "^3.70.0",
"terra-list": "^4.53.1",
"terra-overlay": "^3.71.0",
"terra-paginator": "^2.81.0",
"terra-profile-image": "^3.42.0",
"terra-progress-bar": "^4.33.0",
"terra-responsive-element": "^5.36.0",
"terra-scroll": "^2.33.0",
"terra-search-field": "^3.76.0",
"terra-search-field": "^3.77.0",
"terra-section-header": "^2.57.0",
"terra-show-hide": "^2.56.0",
"terra-show-hide": "^2.57.0",
"terra-signature": "^2.38.0",
"terra-spacer": "^3.60.0",
"terra-status": "^4.51.0",
"terra-status-view": "^4.49.0",
"terra-status": "^4.52.0",
"terra-status-view": "^4.50.0",
"terra-switch": "^1.11.0",
"terra-table": "^4.33.0",
"terra-tag": "^2.53.0",
"terra-tag": "^2.54.0",
"terra-text": "^4.50.0",
"terra-toggle": "^3.51.0",
"terra-toggle-button": "^3.62.0",
"terra-toggle-section-header": "^2.59.0",
"terra-toggle": "^3.52.0",
"terra-toggle-button": "^3.63.0",
"terra-toggle-section-header": "^2.60.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.65.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon

## 2.64.0 - (December 7, 2022)

* 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.64.0",
"version": "2.65.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.49.0",
"terra-icon": "^3.50.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.22.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon

## 4.21.0 - (December 7, 2022)

* 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.21.0",
"version": "4.22.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.49.0",
"terra-icon": "^3.50.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.66.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-form-field and terra-form-input

## 2.65.0 - (January 3, 2023)

* Added
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.65.0",
"version": "2.66.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.21.0",
"terra-form-input": "^4.18.0",
"terra-form-field": "^4.22.0",
"terra-form-input": "^4.19.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.19.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon and terra-form-field

## 4.18.0 - (December 7, 2022)

* 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.18.0",
"version": "4.19.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.21.0",
"terra-icon": "^3.49.0",
"terra-form-field": "^4.22.0",
"terra-icon": "^3.50.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.37.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-form-field

## 6.36.0 - (December 7, 2022)

* 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.36.0",
"version": "6.37.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.21.0",
"terra-form-field": "^4.22.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.21.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon and terra-form-field

## 5.20.0 - (December 7, 2022)

* 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.20.0",
"version": "5.21.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.21.0",
"terra-icon": "^3.49.0",
"terra-form-field": "^4.22.0",
"terra-icon": "^3.50.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.55.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon

## 2.54.0 - (December 7, 2022)

* 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.54.0",
"version": "2.55.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.49.0",
"terra-icon": "^3.50.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.50.0 - (January 9, 2023)

* Changed
* Minor dependency version bump

## 3.49.0 - (December 7, 2022)

* Changed
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.49.0",
"version": "3.50.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
2 changes: 2 additions & 0 deletions packages/terra-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.53.1 - (January 9, 2023)

* Fixed
* Fixed `react-intl` import to peerDependency and match other Terra components.

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.0",
"version": "4.53.1",
"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.49.0",
"terra-icon": "^3.50.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.71.0 - (January 9, 2023)

* Changed
* Minor dependency version bump of terra-icon

## 3.70.0 - (December 7, 2022)

* Changed
Expand Down
Loading

0 comments on commit fbdaa53

Please sign in to comment.