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

Commit

Permalink
Release for Dec 18th, 2023 (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
artpark authored Dec 18, 2023
1 parent 5af9e3a commit d5d24e2
Show file tree
Hide file tree
Showing 77 changed files with 430 additions and 270 deletions.
270 changes: 135 additions & 135 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.45.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 3.44.0 - (November 23, 2023)

* Fixed
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,7 +1,7 @@
{
"name": "terra-abstract-modal",
"main": "lib/AbstractModal.js",
"version": "3.44.0",
"version": "3.45.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 Expand Up @@ -33,7 +33,7 @@
"mutationobserver-shim": "<=0.3.3",
"prop-types": "^15.5.8",
"react-portal": "^4.1.2",
"terra-theme-context": "^1.8.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0",
"wicg-inert": "^3.0.0"
},
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.40.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 3.39.0 - (July 31, 2023)

* 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,7 +1,7 @@
{
"name": "terra-application-header-layout",
"main": "lib/ApplicationHeaderLayout.js",
"version": "3.39.0",
"version": "3.40.0",
"description": "This component renders an application header layout. To be used with a layout.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.8.0"
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
"terra-responsive-element": "^5.0.0"
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.78.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 5.77.0 - (December 13, 2023)

* Added
Expand Down
20 changes: 10 additions & 10 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.77.0",
"version": "5.78.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,18 +32,18 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-router-dom": "^5.0.0",
"terra-application-header-layout": "^3.39.0",
"terra-application-links": "^6.72.0",
"terra-application-header-layout": "^3.40.0",
"terra-application-links": "^6.73.0",
"terra-application-menu-layout": "^3.32.0",
"terra-application-name": "^3.43.0",
"terra-application-utility": "^2.54.0",
"terra-application-name": "^3.44.0",
"terra-application-utility": "^2.55.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.68.0",
"terra-navigation-layout": "^5.39.0",
"terra-navigation-side-menu": "^2.48.0",
"terra-popup": "^6.72.0",
"terra-theme-context": "^1.8.0"
"terra-modal-manager": "^6.69.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-side-menu": "^2.49.0",
"terra-popup": "^6.73.0",
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
"terra-action-header": "^2.0.0",
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.73.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 6.72.0 - (November 23, 2023)

* Changed
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,7 +1,7 @@
{
"name": "terra-application-links",
"main": "lib/ApplicationLinks.js",
"version": "6.72.0",
"version": "6.73.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.19.0",
"terra-popup": "^6.72.0",
"terra-theme-context": "^1.8.0"
"terra-popup": "^6.73.0",
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
"react-router-dom": "^5.0.0"
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.44.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 3.43.0 - (July 31, 2023)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-name",
"main": "lib/ApplicationName.js",
"version": "3.43.0",
"version": "3.44.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.8.0"
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
"terra-application-header-layout": "^3.39.0",
"terra-application-header-layout": "^3.40.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
},
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.75.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 1.74.0 - (November 23, 2023)

* Changed
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,7 +1,7 @@
{
"name": "terra-application-navigation",
"main": "lib/ApplicationNavigation.js",
"version": "1.74.0",
"version": "1.75.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +49,8 @@
"terra-icon": "^3.19.0",
"terra-image": "^3.0.0",
"terra-overlay": "^3.0.0",
"terra-popup": "^6.72.0",
"terra-theme-context": "^1.8.0",
"terra-popup": "^6.73.0",
"terra-theme-context": "^1.9.0",
"terra-visually-hidden-text": "^2.0.0"
},
"scripts": {
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.55.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 2.54.0 - (October 3, 2023)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-application-utility",
"main": "lib/ApplicationUtility.js",
"version": "2.54.0",
"version": "2.55.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,10 +34,10 @@
"terra-button": "^3.3.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.19.0",
"terra-theme-context": "^1.8.0"
"terra-theme-context": "^1.9.0"
},
"devDependencies": {
"terra-application-header-layout": "^3.39.0",
"terra-application-header-layout": "^3.40.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
},
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.12.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 3.11.0 - (July 31, 2023)

* 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,7 +1,7 @@
{
"name": "terra-brand-footer",
"main": "lib/BrandFooter.js",
"version": "3.11.0",
"version": "3.12.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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.8.0"
"terra-theme-context": "^1.9.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
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.87.0 - (December 18, 2023)

* Added
* New stylings for the focus indicator.

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,7 +1,7 @@
{
"name": "terra-collapsible-menu-view",
"main": "lib/index.js",
"version": "6.86.0",
"version": "6.87.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,9 +36,9 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.82.0",
"terra-menu": "^6.83.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
"terra-theme-context": "^1.9.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.0.0-alpha.4 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 1.0.0-alpha.3 - (December 13, 2023)

* Added
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.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"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-theme-context": "^1.0.0"
"terra-theme-context": "^1.9.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.9.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 1.8.0 - (December 13, 2023)

* Breaking Change
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.8.0",
"version": "1.9.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.3.1",
"terra-table": "^5.3.2",
"terra-visually-hidden-text": "^2.36.0"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.47.0 - (December 18, 2023)

* Changed
* Minor dependency version bump.

## 1.46.0 - (October 11, 2023)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-date-input",
"main": "lib/DateInput.js",
"version": "1.46.0",
"version": "1.47.0",
"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).",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"terra-form-input": "^4.4.0",
"terra-icon": "^3.19.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0",
"terra-time-input": "^4.58.0",
"terra-theme-context": "^1.9.0",
"terra-time-input": "^4.59.0",
"terra-visually-hidden-text": "^2.0.0",
"uuid": "3.4.0"
},
Expand Down
Loading

0 comments on commit d5d24e2

Please sign in to comment.