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

Commit

Permalink
release April 18, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed Apr 18, 2024
1 parent b4563e0 commit 05369c4
Show file tree
Hide file tree
Showing 25 changed files with 106 additions and 58 deletions.
58 changes: 29 additions & 29 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-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.98.0 - (April 18, 2024)

* Changed
* Minor dependency version bump.

## 6.97.1 - (April 17, 2024)

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-collapsible-menu-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-collapsible-menu-view",
"version": "6.97.1",
"version": "6.98.0",
"description": "The collapsible menu view is a mechanism that can be used in toolbar scenarios where actionable items will be displayed face-up and flex based on the space available. Any items that can not fit in the available space will be rolled into an ellipsis menu.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.92.0",
"terra-menu": "^6.93.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.9.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-compact-interactive-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.19.0 - (April 18, 2024)

* Changed
* Minor dependency version bump.

## 1.18.0 - (April 17, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-compact-interactive-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-compact-interactive-list",
"version": "1.18.0",
"version": "1.19.0",
"description": "The Terra Compact Interactive List component provides users a way to render a collection of interactive data in a list format into a single tab stop.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.58.0",
"terra-table": "^5.21.0",
"terra-table": "^5.21.1",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.29.0 - (April 18, 2024)

* Changed
* Minor dependency version bump.

## 1.28.0 - (April 17, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-data-grid",
"version": "1.28.0",
"version": "1.29.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-table": "^5.21.0",
"terra-table": "^5.21.1",
"terra-visually-hidden-text": "^2.36.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.55.1 - (April 18, 2024)

* Fixed
* Fixed focus style to not be overridden by form-input focus styling.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-date-input",
"version": "1.55.0",
"version": "1.55.1",
"description": "The DateInput allows for easy data entry of known dates like birthdays, anniversaries, etc. The display of the DateInput is localized based on the locale but can be customized via the `displayFormat` prop. The DateInput uses the ISO 8601 format for date values (YYYY-MM-DD).",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-file-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.16.0 - (April 18, 2024)

* Changed
* Minor dependency version bump.

## 1.15.0 - (April 17, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-file-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-file-path",
"version": "1.15.0",
"version": "1.16.0",
"description": "Terra File Path is a horizontal menu that indicates where the user is. It is also more commonly known as a breadcrumb component.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-collapsible-menu-view": "^6.97.1"
"terra-collapsible-menu-view": "^6.98.0"
},
"peerDependencies": {
"react": "^16.8.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.2.0 - (April 18, 2024)

* Changed
* Enlarged radio button click target for selectable folder tree items.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-folder-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-folder-tree",
"version": "1.1.0",
"version": "1.2.0",
"description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.107.0 - (April 18, 2024)

* Changed
* Minor dependency version bump.

## 1.106.0 - (April 4, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-form-validation",
"version": "1.106.0",
"version": "1.107.0",
"description": "Form Validation Examples for Terra",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"prop-types": "^15.5.8",
"react-final-form": ">=5.0.2 <7.0.0",
"terra-button": "^3.3.0",
"terra-date-input": "^1.55.0",
"terra-date-input": "^1.55.1",
"terra-date-picker": "^4.106.0",
"terra-form-checkbox": "^4.8.0",
"terra-form-field": "^4.5.0",
Expand Down
Loading

0 comments on commit 05369c4

Please sign in to comment.