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

Commit

Permalink
Merge branch 'main' into combobox_placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
KV106606Viswanath authored Nov 2, 2023
2 parents f01efc5 + 3703224 commit 186bf4d
Show file tree
Hide file tree
Showing 43 changed files with 286 additions and 110 deletions.
67 changes: 34 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.86.0 - (November 2, 2023)

* Changed
* Minor dependency version bump

## 2.85.0 - (October 23, 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.85.0",
"version": "2.86.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.69.0",
"terra-button": "^3.70.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.85.0 - (November 2, 2023)

* Changed
* Minor dependency version bump

## 4.84.0 - (October 23, 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.84.0",
"version": "4.85.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.69.0",
"terra-button": "^3.70.0",
"terra-icon": "^3.58.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.72.0 - (November 2, 2023)

* Changed
* Minor dependency version bump

## 3.71.0 - (October 23, 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.71.0",
"version": "3.72.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.69.0",
"terra-button": "^3.70.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.70.0 - (November 2, 2023)

* Changed
* Added support to programmatically set selection state for Fusion-Button

## 3.69.0 - (October 23, 2023)

* Changed
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.69.0",
"version": "3.70.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 186bf4d

Please sign in to comment.