Skip to content

Commit b25eefa

Browse files
chore(release): 2.20.2 [skip ci]
### [2.20.2](v2.20.1...v2.20.2) (2024-12-11) ### Bug Fixes * **combo-box:** fix clearing the state in the controlled variant ([#505](#505)) ([b39e7f8](b39e7f8))
1 parent b39e7f8 commit b25eefa

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/changelog.mdx

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

8+
### [2.20.2](https://github.com/freenowtech/wave/compare/v2.20.1...v2.20.2) (2024-12-11)
9+
10+
11+
### Bug Fixes
12+
13+
* **combo-box:** fix clearing the state in the controlled variant ([#505](https://github.com/freenowtech/wave/issues/505)) ([b39e7f8](https://github.com/freenowtech/wave/commit/b39e7f882911b4b2262c33f57d80b6cc3ed336f5))
14+
815
### [2.20.1](https://github.com/freenowtech/wave/compare/v2.20.0...v2.20.1) (2024-12-05)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
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.20.1",
3+
"version": "2.20.2",
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)