Skip to content

Commit 3d58b2e

Browse files
chore(release): 19.14.0 [skip ci]
# [19.14.0](v19.13.0...v19.14.0) (2025-09-30) ### Features * add `showMean` prop to RangeWithValue component ([#306](#306)) ([d23fb22](d23fb22))
1 parent d23fb22 commit 3d58b2e

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.14.0](https://github.com/mll-lab/react-components/compare/v19.13.0...v19.14.0) (2025-09-30)
2+
3+
4+
### Features
5+
6+
* add `showMean` prop to RangeWithValue component ([#306](https://github.com/mll-lab/react-components/issues/306)) ([d23fb22](https://github.com/mll-lab/react-components/commit/d23fb22a2e516461fda15c62bbc9803ccd0064cb))
7+
18
# [19.13.0](https://github.com/mll-lab/react-components/compare/v19.12.0...v19.13.0) (2025-09-02)
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.13.0",
4+
"version": "19.14.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)