From e1607e5971fa3114df1c64488a861cf157ffef7d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Feb 2022 12:02:55 +0000 Subject: [PATCH] chore(release): 104.19.1 ### [104.19.1](https://github.com/Sage/carbon/compare/v104.19.0...v104.19.1) (2022-02-18) ### Bug Fixes * **date:** ensure day value is validated against format with the month value included ([61b429e](https://github.com/Sage/carbon/commit/61b429eb59a585f612b9e754d994e2b577c5d996)), closes [#4853](https://github.com/Sage/carbon/issues/4853) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76df51a9bb..f50a1fceac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [104.19.1](https://github.com/Sage/carbon/compare/v104.19.0...v104.19.1) (2022-02-18) + + +### Bug Fixes + +* **date:** ensure day value is validated against format with the month value included ([61b429e](https://github.com/Sage/carbon/commit/61b429eb59a585f612b9e754d994e2b577c5d996)), closes [#4853](https://github.com/Sage/carbon/issues/4853) + ## [104.19.0](https://github.com/Sage/carbon/compare/v104.18.1...v104.19.0) (2022-02-18) diff --git a/package-lock.json b/package-lock.json index 7ff89c888f..b9f350a1f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "104.19.0", + "version": "104.19.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 505da160ba..6b15a140a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "104.19.0", + "version": "104.19.1", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {