Skip to content

Commit

Permalink
chore(release): 2.1.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-next.1](v2.0.0...v2.1.0-next.1) (2021-10-14)

### Features

* replace tslint with eslint ([#163](#163)) ([38c6da6](38c6da6))
* **checkbox:** add the indeterminate state to the checkbox component ([c2ef780](c2ef780))

### Bug Fixes

* remove margin around Toggle component ([#168](#168)) ([c745695](c745695))
* set search input autocomplete to off ([#161](#161)) ([4a2f66a](4a2f66a))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent 07dced6 commit ce72559
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

## [2.1.0-next.1](https://github.com/freenowtech/wave/compare/v2.0.0...v2.1.0-next.1) (2021-10-14)


### Features

* replace tslint with eslint ([#163](https://github.com/freenowtech/wave/issues/163)) ([38c6da6](https://github.com/freenowtech/wave/commit/38c6da61581db49d7a44a3c3c29e44a6e0b21cd4))
* **checkbox:** add the indeterminate state to the checkbox component ([c2ef780](https://github.com/freenowtech/wave/commit/c2ef780481f29992c4112e27d8a614d7b546b1b3))


### Bug Fixes

* remove margin around Toggle component ([#168](https://github.com/freenowtech/wave/issues/168)) ([c745695](https://github.com/freenowtech/wave/commit/c745695c33fda61ffd2bab24cef517ba11afeda1))
* set search input autocomplete to off ([#161](https://github.com/freenowtech/wave/issues/161)) ([4a2f66a](https://github.com/freenowtech/wave/commit/4a2f66ad6079404ee2a7f4f91bb3bda9039a4b7f))

## [1.15.0](https://github.com/freenowtech/wave/compare/v1.14.0...v1.15.0) (2021-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freenow/wave",
"version": "2.0.0",
"version": "2.1.0-next.1",
"description": "React components of the Wave design system for your Front-End project",
"main": "lib/cjs/index.js",
"typings": "lib/types/index.d.ts",
Expand Down

0 comments on commit ce72559

Please sign in to comment.