From b961d3004e72c0d0638f1a5b7ed5fb9f1582e849 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Jun 2021 09:30:56 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] ## [1.2.0](https://github.com/freenowtech/wave/compare/v1.1.0...v1.2.0) (2021-06-03) ### Features * **text:** adding the disabled text color, fixing inverted text colors ([#96](https://github.com/freenowtech/wave/issues/96)) ([40b529d](https://github.com/freenowtech/wave/commit/40b529d2f51397ac7d95373ffd2f40a130853864)) ### Bug Fixes * **checkbox:** Adds disabled checkbox text color ([#97](https://github.com/freenowtech/wave/issues/97)) ([d2dc31d](https://github.com/freenowtech/wave/commit/d2dc31db1323e3947bb95139f80e02db5599a928)) --- docs/changelog.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 875020ae2..1e8a75290 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -11,6 +11,30 @@ import { TitleCard } from './components/TitleCard'; +## [1.2.0](https://github.com/freenowtech/wave/compare/v1.1.0...v1.2.0) (2021-06-03) + + +### Features + +* **text:** adding the disabled text color, fixing inverted text colors ([#96](https://github.com/freenowtech/wave/issues/96)) ([40b529d](https://github.com/freenowtech/wave/commit/40b529d2f51397ac7d95373ffd2f40a130853864)) + + +### Bug Fixes + +* **checkbox:** Adds disabled checkbox text color ([#97](https://github.com/freenowtech/wave/issues/97)) ([d2dc31d](https://github.com/freenowtech/wave/commit/d2dc31db1323e3947bb95139f80e02db5599a928)) + +--- +name: Changelog +route: /changelog +--- +import { TitleCard } from './components/TitleCard'; + + + Keep up to date with the latest releases of the design system. + + + + ## [1.1.0](https://github.com/freenowtech/wave/compare/v1.0.7...v1.1.0) (2021-05-31)