Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.0...v1.2.0) (2021-06-03)

### Features

* **text:** adding the disabled text color, fixing inverted text colors ([#96](#96)) ([40b529d](40b529d))

### Bug Fixes

* **checkbox:** Adds disabled checkbox text color ([#97](#97)) ([d2dc31d](d2dc31d))
  • Loading branch information
semantic-release-bot committed Jun 3, 2021
1 parent d2dc31d commit b961d30
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<TitleCard title="Release Notes">
Keep up to date with the latest releases of the design system.
</TitleCard>



## [1.1.0](https://github.com/freenowtech/wave/compare/v1.0.7...v1.1.0) (2021-05-31)


Expand Down

0 comments on commit b961d30

Please sign in to comment.