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

Commit

Permalink
Release 05/04 (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
saket2403 authored Apr 5, 2023
1 parent 11d5c31 commit 730f183
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 12 deletions.
2 changes: 2 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.24.0 - (April 5, 2023)

* Added
* Added Accessibility Guide for `terra-dropdown-button`.

Expand Down
12 changes: 6 additions & 6 deletions packages/terra-core-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-core-docs",
"version": "1.23.0",
"version": "1.24.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -64,19 +64,19 @@
"terra-grid": "^6.34.0",
"terra-heading": "^4.50.0",
"terra-html-table": "^1.16.0",
"terra-hyperlink": "^2.57.0",
"terra-hyperlink": "^2.58.0",
"terra-i18n": "^4.40.0",
"terra-icon": "^3.53.0",
"terra-image": "^3.38.0",
"terra-list": "^4.55.0",
"terra-list": "^4.56.0",
"terra-overlay": "^3.73.0",
"terra-paginator": "^2.82.0",
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.33.0",
"terra-progress-bar": "^4.34.0",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.34.0",
"terra-search-field": "^3.81.0",
"terra-section-header": "^2.59.0",
"terra-section-header": "^2.60.0",
"terra-show-hide": "^2.59.0",
"terra-signature": "^2.39.0",
"terra-spacer": "^3.61.0",
Expand All @@ -88,7 +88,7 @@
"terra-text": "^4.51.0",
"terra-toggle": "^3.54.0",
"terra-toggle-button": "^3.67.0",
"terra-toggle-section-header": "^2.63.0",
"terra-toggle-section-header": "^2.64.0",
"terra-toolbar": "^1.33.0",
"terra-visually-hidden-text": "^2.36.0"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-hyperlink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.58.0 - (April 5, 2023)

* Changed
* updated hyperlink to have underline always.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-hyperlink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-hyperlink",
"main": "lib/Hyperlink.js",
"version": "2.57.0",
"version": "2.58.0",
"description": "The terra hyperlink component allows linking to other web pages, files, locations within the same page, email addresses, or any other URL.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.56.0 - (April 5, 2023)

* Changed
* Removed heading level `1` for list sections.
* Added support for `Home` and `End` key navigation.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-list",
"main": "lib/index.js",
"version": "4.55.0",
"version": "4.56.0",
"description": "The Terra List is a structural component to arrange content within list/listitems.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-progress-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.34.0 - (April 5, 2023)

* Changed
* Added visually hidden component under progress bar to provide
context and status update of progress.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-progress-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-progress-bar",
"main": "lib/ProgressBar.js",
"version": "4.33.0",
"version": "4.34.0",
"description": "The progress bar component provides users a way to display the progress of process or activity in a graphical manner.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-section-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.60.0 - (April 5, 2023)

* Changed
* Removed required for `text` and `title` prop
* Removed button role for non-interactive section header.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-section-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-section-header",
"main": "lib/SectionHeader.js",
"version": "2.59.0",
"version": "2.60.0",
"description": "Section Header component that contains text and can be optionally interacted with.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-toggle-section-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.64.0 - (April 5, 2023)

* Changed
* Minor dependency version bump

## 2.63.0 - (March 1, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-toggle-section-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-toggle-section-header",
"main": "lib/ToggleSectionHeader.js",
"version": "2.63.0",
"version": "2.64.0",
"description": "Toggle section header component that transitions content in and out with a click on the header.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-mixins": "^1.40.0",
"terra-section-header": "^2.59.0",
"terra-section-header": "^2.60.0",
"terra-toggle": "^3.54.0"
},
"scripts": {
Expand Down

0 comments on commit 730f183

Please sign in to comment.