From 979360f013060ca772db388809997e9449398539 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Jun 2021 08:38:43 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ### [1.2.1](https://github.com/freenowtech/wave/compare/v1.2.0...v1.2.1) (2021-06-04) ### Bug Fixes * **password:** allow to set width of the password input ([#101](https://github.com/freenowtech/wave/issues/101)) ([17d9a9a](https://github.com/freenowtech/wave/commit/17d9a9a338f3769ac02e6a1537271bf6d37ca081)) --- docs/changelog.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 1e8a75290..bf1502e67 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -11,6 +11,25 @@ import { TitleCard } from './components/TitleCard'; +### [1.2.1](https://github.com/freenowtech/wave/compare/v1.2.0...v1.2.1) (2021-06-04) + + +### Bug Fixes + +* **password:** allow to set width of the password input ([#101](https://github.com/freenowtech/wave/issues/101)) ([17d9a9a](https://github.com/freenowtech/wave/commit/17d9a9a338f3769ac02e6a1537271bf6d37ca081)) + +--- +name: Changelog +route: /changelog +--- +import { TitleCard } from './components/TitleCard'; + + + Keep up to date with the latest releases of the design system. + + + + ## [1.2.0](https://github.com/freenowtech/wave/compare/v1.1.0...v1.2.0) (2021-06-03)