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

Releases Following Terra core Packages 23/10 #3948

Merged
merged 2 commits into from
Oct 25, 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.85.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 2.84.0 - (October 3, 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.84.0",
"version": "2.85.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.68.2",
"terra-button": "^3.69.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.84.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 4.83.0 - (October 16, 2023)

* Updated
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.83.0",
"version": "4.84.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.68.2",
"terra-button": "^3.69.0",
"terra-icon": "^3.58.0",
"terra-responsive-element": "^5.37.0",
"terra-theme-context": "^1.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 3.54.0 - (October 23, 2023)

* Fixed
* Fixed reflow issue when the viewport is resized to 320x256 px.

Expand Down
2 changes: 1 addition & 1 deletion 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.53.0",
"version": "3.54.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"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.71.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 3.70.0 - (October 3, 2023)

* Changed
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.70.0",
"version": "3.71.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.68.2",
"terra-button": "^3.69.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.69.0 - (October 23, 2023)

* Changed
* Added support of selection state for Fusion-Button

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.68.2",
"version": "3.69.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.46.0 - (October 23, 2023)

* Updated
* Updated `terra-arrange` examples to use `terra-form-radio`.
* Updated `terra-paginator` custom page label and count example to display correct page count.
Expand Down
38 changes: 19 additions & 19 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.45.0",
"version": "1.46.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -38,60 +38,60 @@
"@cerner/terra-docs": "^1.9.0",
"moment": "^2.29.4",
"terra-action-footer": "^2.65.0",
"terra-action-header": "^2.84.0",
"terra-alert": "^4.83.0",
"terra-arrange": "^3.53.0",
"terra-action-header": "^2.85.0",
"terra-alert": "^4.84.0",
"terra-arrange": "^3.54.0",
"terra-avatar": "^3.17.0",
"terra-badge": "^3.58.0",
"terra-base": "^5.50.0",
"terra-breakpoints": "^2.38.0",
"terra-button": "^3.68.2",
"terra-button-group": "^3.70.0",
"terra-button": "^3.69.0",
"terra-button-group": "^3.71.0",
"terra-card": "^3.45.0",
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.39.1",
"terra-demographics-banner": "^3.63.1",
"terra-dialog": "^2.81.0",
"terra-dialog": "^2.82.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.36.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.21.0",
"terra-form-field": "^4.30.0",
"terra-form-fieldset": "^2.77.0",
"terra-form-input": "^4.28.0",
"terra-form-radio": "^4.43.0",
"terra-form-select": "^6.48.0",
"terra-form-radio": "^4.44.0",
"terra-form-select": "^6.49.0",
"terra-form-textarea": "^5.29.0",
"terra-grid": "^6.34.0",
"terra-heading": "^4.52.0",
"terra-heading": "^4.53.0",
"terra-html-table": "^1.16.0",
"terra-hyperlink": "^2.64.0",
"terra-i18n": "^4.40.0",
"terra-icon": "^3.58.0",
"terra-image": "^3.38.0",
"terra-list": "^4.65.0",
"terra-list": "^4.66.0",
"terra-overlay": "^3.79.0",
"terra-paginator": "^2.86.0",
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.34.1",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.35.0",
"terra-search-field": "^3.94.0",
"terra-section-header": "^2.62.0",
"terra-search-field": "^3.95.0",
"terra-section-header": "^2.63.0",
"terra-show-hide": "^2.66.0",
"terra-signature": "^2.39.0",
"terra-slide-panel": "^3.46.0",
"terra-spacer": "^3.61.0",
"terra-status": "^4.60.0",
"terra-status-view": "^4.66.0",
"terra-status": "^4.61.0",
"terra-status-view": "^4.67.0",
"terra-switch": "^1.12.0",
"terra-tag": "^2.63.0",
"terra-text": "^4.53.0",
"terra-text": "^4.54.0",
"terra-theme-context": "^1.0.0",
"terra-toggle": "^3.60.0",
"terra-toggle-button": "^3.78.0",
"terra-toggle-section-header": "^2.70.0",
"terra-toolbar": "^1.38.0",
"terra-toggle-button": "^3.79.0",
"terra-toggle-section-header": "^2.71.0",
"terra-toolbar": "^1.39.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.82.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 2.81.0 - (October 16, 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.81.0",
"version": "2.82.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.68.2",
"terra-button": "^3.69.0",
"terra-content-container": "^3.39.1",
"terra-icon": "^3.58.0",
"terra-mixins": "^1.40.0",
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.44.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 4.43.0 - (October 3, 2023)

* 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.43.0",
"version": "4.44.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.68.2",
"terra-button": "^3.69.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Unreleased

## 6.49.0 - (October 23, 2023)

* Changed
* Changed `class` selector used for accessing input text with data-attribute in form select `combobox` and `tag`.

## 6.48.0 - (October 16, 2023)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.48.0",
"version": "6.49.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-heading/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.53.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 4.52.0 - (August 23, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-heading/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-heading",
"main": "lib/Heading.js",
"version": "4.52.0",
"version": "4.53.0",
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-arrange": "^3.53.0"
"terra-arrange": "^3.54.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.66.0 - (October 23, 2023)

* Added
* Added `isTabFocusDisabled` prop to disable tab key navigation.

Expand Down
2 changes: 1 addition & 1 deletion 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.65.0",
"version": "4.66.0",
"description": "The Terra List is a structural component to arrange content within list/listitems.",
"repository": {
"type": "git",
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.95.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 3.94.0 - (October 16, 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.94.0",
"version": "3.95.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.68.2",
"terra-button": "^3.69.0",
"terra-icon": "^3.58.0",
"terra-mixins": "^1.40.0",
"terra-theme-context": "^1.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-section-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.63.0 - (October 23, 2023)

* Changed
* Minor dependency version bump

## 2.62.0 - (August 23, 2023)

* Changed
Expand Down
Loading
Loading