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

Releases Following Terra-Core Components #3869

Merged
merged 1 commit into from
Aug 8, 2023
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-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.80.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 2.79.0 - (August 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 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.79.0",
"version": "2.80.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 @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "2.36.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.73.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 4.72.0 - (August 2, 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.72.0",
"version": "4.73.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,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-icon": "^3.55.0",
"terra-responsive-element": "^5.37.0",
"terra-theme-context": "^1.0.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.65.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 3.64.0 - (March 1, 2023)

* Added
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.64.0",
"version": "3.65.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": "^3.1.0",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-theme-context": "^1.0.0"
},
"scripts": {
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.66.0 - (August 8, 2023)

* Changed
* Reduced package size by excluding unneeded files when publishing.

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.65.0",
"version": "3.66.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"repository": {
"type": "git",
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.34.0 - (August 8, 2023)

* Updated
* Updated `terra-tag` to include realistic examples.

Expand Down
24 changes: 12 additions & 12 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.33.0",
"version": "1.34.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -38,28 +38,28 @@
"@cerner/terra-docs": "^1.9.0",
"moment": "^2.29.4",
"terra-action-footer": "^2.65.0",
"terra-action-header": "^2.79.0",
"terra-alert": "^4.72.0",
"terra-action-header": "^2.80.0",
"terra-alert": "^4.73.0",
"terra-arrange": "^3.52.0",
"terra-avatar": "^3.17.0",
"terra-badge": "^3.57.0",
"terra-base": "^5.50.0",
"terra-breakpoints": "^2.38.0",
"terra-button": "^3.65.0",
"terra-button-group": "^3.64.0",
"terra-button": "^3.66.0",
"terra-button-group": "^3.65.0",
"terra-card": "^3.45.0",
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.39.1",
"terra-demographics-banner": "^3.63.0",
"terra-dialog": "^2.72.0",
"terra-dialog": "^2.73.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.35.0",
"terra-dropdown-button": "^1.36.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.21.0",
"terra-form-field": "^4.26.0",
"terra-form-fieldset": "^2.73.0",
"terra-form-input": "^4.24.0",
"terra-form-radio": "^4.36.0",
"terra-form-radio": "^4.37.0",
"terra-form-select": "^6.44.0",
"terra-form-textarea": "^5.25.0",
"terra-grid": "^6.34.0",
Expand All @@ -76,22 +76,22 @@
"terra-progress-bar": "^4.34.0",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.35.0",
"terra-search-field": "^3.84.0",
"terra-search-field": "^3.85.0",
"terra-section-header": "^2.61.0",
"terra-show-hide": "^2.61.0",
"terra-signature": "^2.39.0",
"terra-spacer": "^3.61.0",
"terra-status": "^4.56.0",
"terra-status-view": "^4.57.0",
"terra-status-view": "^4.58.0",
"terra-switch": "^1.12.0",
"terra-table": "^4.36.0",
"terra-tag": "^2.58.0",
"terra-text": "^4.52.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.56.0",
"terra-toggle-button": "^3.69.0",
"terra-toggle-button": "^3.70.0",
"terra-toggle-section-header": "^2.66.0",
"terra-toolbar": "^1.33.0",
"terra-toolbar": "^1.34.0",
"terra-visually-hidden-text": "^2.36.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.73.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 2.72.0 - (August 1, 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.72.0",
"version": "2.73.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.65.0",
"terra-button": "^3.66.0",
"terra-content-container": "^3.39.1",
"terra-icon": "^3.55.0",
"terra-mixins": "^1.40.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.36.0 - (August 8, 2023)

* Added
* Added isMac helper in `_DropdownListUtil.js` file.

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.35.0",
"version": "1.36.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
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.37.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 4.36.0 - (June 14, 2023)

* Fixed
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.36.0",
"version": "4.37.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.65.0",
"terra-button": "^3.66.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.85.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 3.84.0 - (August 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-search-field",
"main": "lib/SearchField.js",
"version": "3.84.0",
"version": "3.85.0",
"description": "A search component with a field that automatically performs a search callback after user input.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-icon": "^3.55.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-status-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.58.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 4.57.0 - (August 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-status-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-status-view",
"main": "lib/StatusView.js",
"version": "4.57.0",
"version": "4.58.0",
"description": "The status view component provides an icon, title, message, and buttons inside a view.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-divider": "^3.38.0",
"terra-icon": "^3.55.0",
"terra-mixins": "^1.40.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toggle-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.70.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 3.69.0 - (August 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toggle-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-toggle-button",
"main": "lib/ToggleButton.js",
"version": "3.69.0",
"version": "3.70.0",
"description": "Toggle button component that transitions content in and out with the click on a button.",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.65.0",
"terra-button": "^3.66.0",
"terra-icon": "^3.55.0",
"terra-toggle": "^3.56.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.34.0 - (August 8, 2023)

* Changed
* Minor dependency version bump

## 1.33.0 - (March 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-toolbar",
"main": "lib/Toolbar.js",
"version": "1.33.0",
"version": "1.34.0",
"description": "The terra-toolbar component is used to display bar containing items such as buttons, button groups, and links.",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"react-dom": "^16.8.5"
},
"devDependencies": {
"terra-button": "^3.65.0"
"terra-button": "^3.66.0"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down