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

Commit

Permalink
March 1 2022 release (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoworf authored Mar 2, 2022
1 parent 4a95c9f commit b35b8bb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
4 changes: 3 additions & 1 deletion packages/terra-date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## Unreleased

## 1.33.0 - (March 1, 2022)

* Added
* A11y improvements
Expand Down
4 changes: 2 additions & 2 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.32.1",
"version": "1.33.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 @@ -35,7 +35,7 @@
"terra-icon": "^3.19.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.7.0",
"terra-time-input": "^4.45.0",
"terra-time-input": "^4.45.1",
"terra-visually-hidden-text": "^2.0.0",
"uuid": "^3.3.2"
},
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.73.1 - (March 1, 2022)

* Changed
* Minor dependency version bump

## 4.73.0 - (February 15, 2022)

* 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.73.0",
"version": "4.73.1",
"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 @@ -35,7 +35,7 @@
"terra-button": "^3.3.0",
"terra-date-picker": "^4.72.0",
"terra-theme-context": "^1.7.0",
"terra-time-input": "^4.45.0"
"terra-time-input": "^4.45.1"
},
"devDependencies": {
"terra-form-field": "^4.5.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-form-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.69.4 - (March 1, 2022)

* Changed
* Minor dependency version bump

## 1.69.3 - (February 15, 2022)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-validation",
"main": "lib/FormValidationUtil.js",
"version": "1.69.3",
"version": "1.69.4",
"description": "Form Validation Examples for Terra",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.5.8",
"react-final-form": ">=5.0.2 <7.0.0",
"terra-button": "^3.3.0",
"terra-date-input": "^1.32.1",
"terra-date-input": "^1.33.0",
"terra-date-picker": "^4.72.0",
"terra-form-checkbox": "^4.8.0",
"terra-form-field": "^4.5.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-time-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.45.1 - (March 1, 2022)

* Fixed
* Supply isInvalid as well as aria-invalid to AccessibleInput

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-time-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-time-input",
"main": "lib/TimeInput.js",
"version": "4.45.0",
"version": "4.45.1",
"description": "A controlled input component for entering time.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b35b8bb

Please sign in to comment.