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

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Avijit Das committed May 22, 2024
1 parent 1ca9c2e commit 2a3a24f
Show file tree
Hide file tree
Showing 89 changed files with 514 additions and 306 deletions.
306 changes: 153 additions & 153 deletions package-lock.json

Large diffs are not rendered by default.

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

## Unreleased

## 3.52.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 3.51.0 - (May 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-abstract-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-abstract-modal",
"version": "3.51.0",
"version": "3.52.0",
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"prop-types": "15",
"react-focus-on": "3",
"react-portal": "4",
"terra-theme-context": "^1.10.0",
"terra-theme-context": "^1.11.0",
"terra-visually-hidden-text": "2",
"wicg-inert": "3"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.79.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 4.78.0 - (May 20, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-aggregator",
"version": "4.78.0",
"version": "4.79.0",
"description": "The Aggregator provides focus-based mechanisms for managing actions across disparate components.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-header-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.43.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 3.42.0 - (May 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-header-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-header-layout",
"version": "3.42.0",
"version": "3.43.0",
"description": "This component renders an application header layout. To be used with a layout.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "^1.10.0"
"terra-theme-context": "^1.11.0"
},
"devDependencies": {
"terra-responsive-element": "5"
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.97.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 5.96.1 - (May 20, 2024)

* Fixed
Expand Down
22 changes: 11 additions & 11 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-layout",
"version": "5.96.1",
"version": "5.97.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"classnames": "2",
"prop-types": "15",
"react-router-dom": "5",
"terra-application-header-layout": "^3.42.0",
"terra-application-links": "^6.85.1",
"terra-application-menu-layout": "^3.33.1",
"terra-application-name": "^3.46.1",
"terra-application-utility": "^2.59.1",
"terra-application-header-layout": "^3.43.0",
"terra-application-links": "^6.86.0",
"terra-application-menu-layout": "^3.34.0",
"terra-application-name": "^3.47.0",
"terra-application-utility": "^2.60.0",
"terra-breakpoints": "2",
"terra-icon": "^3.61.0",
"terra-modal-manager": "^6.79.0",
"terra-navigation-layout": "^5.42.1",
"terra-navigation-side-menu": "^2.58.1",
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0"
"terra-modal-manager": "^6.80.0",
"terra-navigation-layout": "^5.43.0",
"terra-navigation-side-menu": "^2.59.0",
"terra-popup": "^6.85.0",
"terra-theme-context": "^1.11.0"
},
"devDependencies": {
"terra-action-header": "2",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.86.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 6.85.1 - (May 20, 2024)

* Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-links",
"version": "6.85.1",
"version": "6.86.0",
"description": "This packages contains a list and tab form of ApplicationLinks, to be used in horizontal and vertical display styles. Selection is managed by react-router.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"prop-types": "15",
"resize-observer-polyfill": "1",
"terra-icon": "^3.61.0",
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0"
"terra-popup": "^6.85.0",
"terra-theme-context": "^1.11.0"
},
"devDependencies": {
"react-router-dom": "5"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-menu-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.34.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 3.33.1 - (May 20, 2024)

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application-menu-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-menu-layout",
"version": "3.33.1",
"version": "3.34.0",
"description": "This component renders an application menu layout. To be used with a terra-layout or terra-navigation-layout.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-name/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.47.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 3.46.1 - (May 20, 2024)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-name",
"version": "3.46.1",
"version": "3.47.0",
"description": "Houses the title of the application, along with a logo. There are two versions - a header version and menu version. These should be used with the corresponding header and menu layouts.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "^1.10.0"
"terra-theme-context": "^1.11.0"
},
"devDependencies": {
"terra-application-header-layout": "^3.42.0",
"terra-application-menu-layout": "^3.33.1",
"terra-application-header-layout": "^3.43.0",
"terra-application-menu-layout": "^3.34.0",
"terra-image": "3"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.87.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 1.86.1 - (May 20, 2024)

* Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-navigation",
"version": "1.86.1",
"version": "1.87.0",
"description": "The Terra Application Navigation is a responsive, themeable layout for building applications. ApplicationNavigation is comprised of selectable navigation and utility elements with selection callbacks.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"terra-icon": "^3.61.0",
"terra-image": "3",
"terra-overlay": "3",
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0",
"terra-popup": "^6.85.0",
"terra-theme-context": "^1.11.0",
"terra-visually-hidden-text": "2"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-utility/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.60.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 2.59.1 - (May 20, 2024)

* Fixed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-application-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-utility",
"version": "2.59.1",
"version": "2.60.0",
"description": "The Utility is used to disclose a utility menu. There are two versions - a header version and menu version. These should be used with the corresponding `terra-application-header-layout` and `terra-application-menu-layout` components.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -43,11 +43,11 @@
"terra-button": "3",
"terra-content-container": "3",
"terra-icon": "^3.61.0",
"terra-theme-context": "^1.10.0"
"terra-theme-context": "^1.11.0"
},
"devDependencies": {
"terra-application-header-layout": "^3.42.0",
"terra-application-menu-layout": "^3.33.1",
"terra-application-header-layout": "^3.43.0",
"terra-application-menu-layout": "^3.34.0",
"terra-image": "3"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-brand-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.14.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 3.13.0 - (May 20, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-brand-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-brand-footer",
"version": "3.13.0",
"version": "3.14.0",
"description": "A standard footer for application layout which provides content areas to display options such as branding, copyright information, logo and navigation to related pages.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "^1.10.0"
"terra-theme-context": "^1.11.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
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.104.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 6.103.1 - (May 20, 2024)

* Fixed
Expand Down
6 changes: 3 additions & 3 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.103.1",
"version": "6.104.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 @@ -45,9 +45,9 @@
"terra-hyperlink": "2",
"terra-icon": "^3.61.0",
"terra-list": "4",
"terra-menu": "^6.98.1",
"terra-menu": "^6.99.0",
"terra-mixins": "1",
"terra-theme-context": "^1.10.0"
"terra-theme-context": "^1.11.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
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.23.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 1.22.1 - (May 20, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 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.22.1",
"version": "1.23.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 @@ -42,8 +42,8 @@
"keycode-js": "3",
"prop-types": "15",
"terra-icon": "^3.61.0",
"terra-table": "^5.24.1",
"terra-theme-context": "^1.10.0"
"terra-table": "^5.25.0",
"terra-theme-context": "^1.11.0"
},
"scripts": {
"clean:install": "npm run clean && time npm install",
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.33.0 - (May 22, 2024)

* Changed
* Minor dependency version bump.

## 1.32.1 - (May 20, 2024)

* Fixed
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.32.1",
"version": "1.33.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 @@ -41,7 +41,7 @@
"classnames": "2",
"keycode-js": "3",
"prop-types": "15",
"terra-table": "^5.24.1",
"terra-table": "^5.25.0",
"terra-visually-hidden-text": "2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2a3a24f

Please sign in to comment.