Skip to content

Commit

Permalink
Publish on 8-31-2021 (cerner#3485)
Browse files Browse the repository at this point in the history
* Publish on 8-31-2021

* Update CHANGELOG.md
  • Loading branch information
ryanthemanuel authored Sep 1, 2021
1 parent 85c6413 commit 163be6b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.8.0 - (August 31, 2021)

* Changed
* Minor dependency version bump

## 1.7.0 - (August 25, 2021)

* Changed
Expand Down
4 changes: 2 additions & 2 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.7.0",
"version": "1.8.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"terra-form-fieldset": "^2.62.0",
"terra-form-input": "^4.16.0",
"terra-form-radio": "^4.27.0",
"terra-form-select": "^6.33.0",
"terra-form-select": "^6.34.0",
"terra-form-textarea": "^5.18.0",
"terra-grid": "^6.29.0",
"terra-heading": "^4.46.0",
Expand Down
8 changes: 5 additions & 3 deletions packages/terra-form-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## Unreleased

## 6.34.0 - (August 31, 2021)

* Fixed
* Fixed missing i18n context variables.

## 6.33.0 - (August 25, 2021)

* Changed
* Minor dependency version bump

## 6.32.0 - (August 3, 2021)

* Fixed
* Fixed missing i18n context variables.

* Fixed
* Fixed focus issue in mobile devices for menu with large number of options.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-select",
"main": "lib/Select.js",
"version": "6.33.0",
"version": "6.34.0",
"description": "Provides a drop down of selectable options.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 163be6b

Please sign in to comment.