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

Commit

Permalink
Release Nov 9, 2023 (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
artpark authored Nov 9, 2023
1 parent 0cdf151 commit 624d819
Show file tree
Hide file tree
Showing 29 changed files with 107 additions and 67 deletions.
66 changes: 33 additions & 33 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-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.84.0 - (November 9, 2023)

* Added
* Added `GroupId` prop that used in menu item for `aria-describedby` that labels the group for accessibility.

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,7 +1,7 @@
{
"name": "terra-collapsible-menu-view",
"main": "lib/index.js",
"version": "6.83.0",
"version": "6.84.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.79.0",
"terra-menu": "^6.80.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
},
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.1.0 - (November 9, 2023)

* Fixed
* Fixed the column header background color for the Orion Fusion theme.
* Fixed pinned column divider issue during keyboard resize.
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,7 +1,7 @@
{
"name": "terra-data-grid",
"main": "lib/index.js",
"version": "1.0.0",
"version": "1.1.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-table": "^5.1.1-alpha.0",
"terra-table": "^5.1.1-alpha.1",
"terra-visually-hidden-text": "^2.36.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.93.0 - (November 9, 2023)

* Changed
* Updated screen reader response to announce hot keys suggestions.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-date-picker",
"main": "lib/DatePicker.js",
"version": "4.92.0",
"version": "4.93.0",
"description": "The terra-date-picker component provides users a way to enter or select a date from the date picker.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-date-time-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.99.0 - (November 9, 2023)

* Changed
* Minor dependency version bump

## 4.98.0 - (October 11, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-date-time-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-date-time-picker",
"main": "lib/DateTimePicker.js",
"version": "4.98.0",
"version": "4.99.0",
"description": "The DateTimePicker component has a date picker for selecting date and a time input for entering time",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.5.8",
"terra-abstract-modal": "^3.43.1",
"terra-button": "^3.3.0",
"terra-date-picker": "^4.92.0",
"terra-date-picker": "^4.93.0",
"terra-theme-context": "^1.8.0",
"terra-time-input": "^4.58.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-dialog-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.95.0 - (November 9, 2023)

* Changed
* Minor dependency version bump

## 3.94.0 - (October 11, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-dialog-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-dialog-modal",
"main": "lib/DialogModal.js",
"version": "3.94.0",
"version": "3.95.0",
"description": "The Dialog Modal allows dynamic height modals. It's limited use case, as dynamic heights break with more complicated DOM structures. If content is too complicated, the terra-modal-manager should be used. The components is placed at an 8000 z-index. The dialog supports release and request focus props similar to terra-popup and terra-date-picker, so it can be presented from another modal with focus.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-action-footer": "^2.0.0",
"terra-action-header": "^2.0.0",
"terra-button": "^3.3.0",
"terra-date-picker": "^4.92.0",
"terra-date-picker": "^4.93.0",
"terra-form-select": "^6.8.0",
"terra-popup": "^6.71.1"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-embedded-content-consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.40.0 - (November 9, 2023)

* Added
* Added screenreader support to announce context of embedded iframe content.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-embedded-content-consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-embedded-content-consumer",
"main": "lib/EmbeddedContentConsumer.js",
"version": "3.39.0",
"version": "3.40.0",
"description": "The Embedded Content Consumer is the application component which is embedding web content within it.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 624d819

Please sign in to comment.