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

Commit

Permalink
release-23-05-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
adavijit committed May 24, 2024
1 parent a32dc9a commit a968866
Show file tree
Hide file tree
Showing 115 changed files with 636 additions and 360 deletions.
360 changes: 180 additions & 180 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/terra-action-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.69.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 2.68.0 - (February 27, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-action-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-action-footer",
"version": "2.68.0",
"version": "2.69.0",
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",
"author": "Cerner Corporation",
"repository": {
Expand Down
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.94.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 2.93.0 - (April 4, 2024)

* Changed
Expand Down
8 changes: 4 additions & 4 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.93.0",
"version": "2.94.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 Down Expand Up @@ -36,14 +36,14 @@
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"@cerner/terra-docs": "^1.11.0",
"@cerner/terra-docs": "^1.12.0",
"classnames": "2",
"lodash.uniqueid": "4",
"prop-types": "15",
"terra-button": "^3.77.0",
"terra-button": "^3.78.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "1",
"terra-visually-hidden-text": "^2.38.0"
"terra-visually-hidden-text": "^2.39.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.97.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 4.96.0 - (May 8, 2024)

* Changed
Expand Down
10 changes: 5 additions & 5 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.96.0",
"version": "4.97.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 @@ -38,11 +38,11 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-button": "^3.77.0",
"terra-icon": "^3.61.0",
"terra-responsive-element": "^5.41.0",
"terra-button": "^3.78.0",
"terra-icon": "^3.62.0",
"terra-responsive-element": "^5.42.0",
"terra-theme-context": "1",
"terra-visually-hidden-text": "^2.38.0",
"terra-visually-hidden-text": "^2.39.0",
"uuid": "3.4.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-arrange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.57.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.56.1 - (April 25, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-arrange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-arrange",
"version": "3.56.1",
"version": "3.57.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.21.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.20.0 - (February 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-avatar",
"version": "3.20.0",
"version": "3.21.0",
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and Generic.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-image": "^3.41.0",
"terra-image": "^3.42.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "1"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.62.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.61.0 - (February 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-badge",
"version": "3.61.0",
"version": "3.62.0",
"description": "The terra-badge component displays content classification.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"prop-types": "15",
"terra-enzyme-intl": "^3.0.0",
"terra-theme-context": "1",
"terra-visually-hidden-text": "^2.38.0"
"terra-visually-hidden-text": "^2.39.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.54.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 5.53.0 - (February 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-base",
"version": "5.53.0",
"version": "5.54.0",
"description": "The base component sets minimal global styles for an application.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-i18n": "^4.42.0"
"terra-i18n": "^4.43.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-breakpoints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.41.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 2.40.0 - (February 15, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-breakpoints",
"version": "2.40.0",
"version": "2.41.0",
"description": "Contains components and utilities related to Terra's supported responsive breakpoints",
"author": "Cerner Corporation",
"repository": {
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.80.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.79.0 - (April 4, 2024)

* 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,6 +1,6 @@
{
"name": "terra-button-group",
"version": "3.79.0",
"version": "3.80.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"classnames": "2",
"keycode-js": "3",
"prop-types": "15",
"terra-button": "^3.77.0",
"terra-button": "^3.78.0",
"terra-theme-context": "1"
},
"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.78.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.77.0 - (April 4, 2024)

* 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,6 +1,6 @@
{
"name": "terra-button",
"version": "3.77.0",
"version": "3.78.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.49.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.48.0 - (February 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-card",
"version": "3.48.0",
"version": "3.49.0",
"description": "Card is a basic container with some base styling to help seperate elements with different content",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1",
"terra-visually-hidden-text": "^2.38.0"
"terra-visually-hidden-text": "^2.39.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-cell-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.16.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 1.15.0 - (February 15, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-cell-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-cell-grid",
"version": "1.15.0",
"version": "1.16.0",
"description": "The terra-cell-grid is a structural row based layout for aligning column cells within 100% width of its parent",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-content-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.43.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 3.42.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-content-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-content-container",
"version": "3.42.0",
"version": "3.43.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-scroll": "^2.37.0",
"terra-scroll": "^2.38.0",
"terra-theme-context": "1"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.75.0 - (May 24, 2024)

* Changed
* Minor dependency version bump.

## 1.74.0 - (May 8, 2024)

* Changed
Expand Down
Loading

0 comments on commit a968866

Please sign in to comment.