From 0c37bfd308772a9a3682fd2b280f7db920c3cf45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Feb 2021 13:58:56 +0000 Subject: [PATCH] chore(release): 66.8.0 [skip ci] ## [66.8.0](https://github.com/Sage/carbon/compare/v66.7.0...v66.8.0) (2021-02-18) ### Features * **text-editor:** add rows prop to support custom min height ([966d405](https://github.com/Sage/carbon/commit/966d405be3e4b9aff3b28d01633a2108b7996c63)), closes [#3632](https://github.com/Sage/carbon/issues/3632) --- 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 a8af64a3e0..9de96179ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [66.8.0](https://github.com/Sage/carbon/compare/v66.7.0...v66.8.0) (2021-02-18) + + +### Features + +* **text-editor:** add rows prop to support custom min height ([966d405](https://github.com/Sage/carbon/commit/966d405be3e4b9aff3b28d01633a2108b7996c63)), closes [#3632](https://github.com/Sage/carbon/issues/3632) + ## [66.7.0](https://github.com/Sage/carbon/compare/v66.6.1...v66.7.0) (2021-02-18) diff --git a/package-lock.json b/package-lock.json index 2b335dd180..ae33f974a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "66.7.0", + "version": "66.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b5fbc7117..6960edacb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "66.7.0", + "version": "66.8.0", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {