Skip to content

Commit

Permalink
chore(release): 2.20.2 [skip ci]
Browse files Browse the repository at this point in the history
### [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))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent b39e7f8 commit b25eefa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

### [2.20.2](https://github.com/freenowtech/wave/compare/v2.20.1...v2.20.2) (2024-12-11)


### Bug Fixes

* **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))

### [2.20.1](https://github.com/freenowtech/wave/compare/v2.20.0...v2.20.1) (2024-12-05)


Expand Down
4 changes: 2 additions & 2 deletions 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.20.1",
"version": "2.20.2",
"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 b25eefa

Please sign in to comment.