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

Commit

Permalink
Release Feb 16 (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Feb 16, 2024
1 parent e78fb87 commit 4c62c76
Show file tree
Hide file tree
Showing 33 changed files with 135 additions and 88 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions packages/terra-abstract-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.46.0 - (February 16, 2024)

* Added
* Added FocusOn to confine focus within the modal popup.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-abstract-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-abstract-modal",
"main": "lib/AbstractModal.js",
"version": "3.45.0",
"version": "3.46.0",
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.81.0 - (February 16, 2024)

* Changed
* Minor dependency version bump.

## 5.80.0 - (January 22, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-layout",
"main": "lib/ApplicationLayout.js",
"version": "5.80.0",
"version": "5.81.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"terra-application-utility": "^2.55.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.70.0",
"terra-modal-manager": "^6.71.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-side-menu": "^2.49.0",
"terra-popup": "^6.74.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.4.0 - (February 16, 2024)

* Changed
* Minor dependency version bump.

## 1.3.0 - (February 1, 2024)

* Fixed
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,7 +1,7 @@
{
"name": "terra-compact-interactive-list",
"main": "lib/index.js",
"version": "1.3.0",
"version": "1.4.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.58.0",
"terra-table": "^5.5.0",
"terra-table": "^5.6.0",
"terra-theme-context": "^1.9.0"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.13.0 - (February 16, 2024)

* Changed
* Removed the default rowMinimumHeight from FlowsheetDataGrid so that the `terra-table` default value is used.

Expand Down
Loading

0 comments on commit 4c62c76

Please sign in to comment.