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

Release 04/04 #4083

Merged
merged 1 commit into from
Apr 4, 2024
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
100 changes: 50 additions & 50 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.93.0 - (April 4, 2024)

* Changed
* Minor dependency version bump.

## 2.92.0 - (March 20, 2024)

* 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,6 +1,6 @@
{
"name": "terra-action-header",
"version": "2.92.0",
"version": "2.93.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -26,7 +26,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.76.0",
"terra-button": "^3.77.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.38.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.95.0 - (April 4, 2024)

* Changed
* Minor dependency version bump.

## 4.94.0 - (March 20, 2024)

* 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,6 +1,6 @@
{
"name": "terra-alert",
"version": "4.94.0",
"version": "4.95.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.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.76.0",
"terra-button": "^3.77.0",
"terra-icon": "^3.60.0",
"terra-responsive-element": "^5.41.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.79.0 - (April 4, 2024)

* Changed
* Minor dependency version bump.

## 3.78.0 - (March 20, 2024)

* Changed
Expand Down
Loading
Loading