We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23fb22 commit 3d58b2eCopy full SHA for 3d58b2e
2 files changed
CHANGELOG.md
@@ -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
8
# [19.13.0](https://github.com/mll-lab/react-components/compare/v19.12.0...v19.13.0) (2025-09-02)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@mll-lab/react-components",
"description": "Shared React components of MLL",
- "version": "19.13.0",
+ "version": "19.14.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
0 commit comments