Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-Prod -> Main - 08/27/24 #851

Merged
merged 10 commits into from
Sep 13, 2024
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [21.13.4-pre-prod.1](https://github.com/WTW-IM/es-components/compare/v21.13.4-pre-prod.0...v21.13.4-pre-prod.1) (2024-09-13)

### Fix

- updating to @im-open/react-text-mask to fix issues with Web Components ([782d87a](https://github.com/WTW-IM/es-components/commit/782d87abafaab13d537d156792d4c68a1de47e61))

### Update

- including MaskedInputProps in MaskedTextboxProps ([67edd64](https://github.com/WTW-IM/es-components/commit/67edd64382566260089514ca1bdbc3a0aa434239))

## [21.13.4-pre-prod.0](https://github.com/WTW-IM/es-components/compare/v21.13.3...v21.13.4-pre-prod.0) (2024-08-27)

### Fix

- removed unnecessary aria-labels from dateinputs ([83c9c90](https://github.com/WTW-IM/es-components/commit/83c9c901758a1f9e977d7a758acd999fa2235bfd))

### Upgrade

- lint-staged and minor version audit fixes ([74185c7](https://github.com/WTW-IM/es-components/commit/74185c70420c130bb4d049f964468277d6f431bd))

## [21.13.3](https://github.com/WTW-IM/es-components/compare/v21.13.3-pre-prod.1...v21.13.3) (2024-08-14)

**Note:** Version bump only for package es-components-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.11.0",
"packages": ["packages/*"],
"version": "21.13.3",
"version": "21.13.4-pre-prod.1",
"command": {
"publish": {
"message": "Build: [skip ci][skip-release] %s"
Expand Down
Loading
Loading