diff --git a/.changeset/weak-spies-happen.md b/.changeset/weak-spies-happen.md deleted file mode 100644 index 779c94504..000000000 --- a/.changeset/weak-spies-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ingred-ui": minor ---- - -Feat i18n support for DatePicker and DateRangePicker diff --git a/CHANGELOG.md b/CHANGELOG.md index b1902deca..429121797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 14.7.0 + +### Minor Changes + +- [#1398](https://github.com/voyagegroup/ingred-ui/pull/1398) [`a61bcfe4`](https://github.com/voyagegroup/ingred-ui/commit/a61bcfe45013361d8a8a11baf008b1b2bf4a2a1b) Thanks [@takurinton](https://github.com/takurinton)! - Feat i18n support for DatePicker and DateRangePicker + ## 14.6.0 ### Minor Changes diff --git a/package.json b/package.json index 90077fb4b..4b8919ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingred-ui", - "version": "14.6.0", + "version": "14.7.0", "description": "", "author": "CARTA HOLDINGS, Inc.", "license": "MIT",