Skip to content

Commit 97e30f1

Browse files
chore(release): 19.9.1 [skip ci]
## [19.9.1](v19.9.0...v19.9.1) (2025-04-30) ### Bug Fixes * display Input prefix and clear symbol correctly ([#273](#273)) ([7a984a8](7a984a8))
1 parent 7a984a8 commit 97e30f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [19.9.1](https://github.com/mll-lab/react-components/compare/v19.9.0...v19.9.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* display Input prefix and clear symbol correctly ([#273](https://github.com/mll-lab/react-components/issues/273)) ([7a984a8](https://github.com/mll-lab/react-components/commit/7a984a8c47ba8616b7a8b585a316fc7be6833dbc))
7+
18
# [19.9.0](https://github.com/mll-lab/react-components/compare/v19.8.0...v19.9.0) (2025-04-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mll-lab/react-components",
33
"description": "Shared React components of MLL",
4-
"version": "19.9.0",
4+
"version": "19.9.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)