Skip to content

Commit ce72559

Browse files
chore(release): 2.1.0-next.1 [skip ci]
## [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))
1 parent 07dced6 commit ce72559

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ cardHeadline: Changelog
55
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
66
---
77

8+
## [2.1.0-next.1](https://github.com/freenowtech/wave/compare/v2.0.0...v2.1.0-next.1) (2021-10-14)
9+
10+
11+
### Features
12+
13+
* replace tslint with eslint ([#163](https://github.com/freenowtech/wave/issues/163)) ([38c6da6](https://github.com/freenowtech/wave/commit/38c6da61581db49d7a44a3c3c29e44a6e0b21cd4))
14+
* **checkbox:** add the indeterminate state to the checkbox component ([c2ef780](https://github.com/freenowtech/wave/commit/c2ef780481f29992c4112e27d8a614d7b546b1b3))
15+
16+
17+
### Bug Fixes
18+
19+
* remove margin around Toggle component ([#168](https://github.com/freenowtech/wave/issues/168)) ([c745695](https://github.com/freenowtech/wave/commit/c745695c33fda61ffd2bab24cef517ba11afeda1))
20+
* set search input autocomplete to off ([#161](https://github.com/freenowtech/wave/issues/161)) ([4a2f66a](https://github.com/freenowtech/wave/commit/4a2f66ad6079404ee2a7f4f91bb3bda9039a4b7f))
21+
822
## [1.15.0](https://github.com/freenowtech/wave/compare/v1.14.0...v1.15.0) (2021-10-07)
923

1024

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freenow/wave",
3-
"version": "2.0.0",
3+
"version": "2.1.0-next.1",
44
"description": "React components of the Wave design system for your Front-End project",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/types/index.d.ts",

0 commit comments

Comments
 (0)