From 39f74d877c49ec0257a0d420c445d5aec7857d3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jan 2025 07:13:44 +0000 Subject: [PATCH] chore(release): 19.3.0 [skip ci] # [19.3.0](https://github.com/mll-lab/react-components/compare/v19.2.0...v19.3.0) (2025-01-09) ### Features * mark last master mix column as total volume ([#289](https://github.com/mll-lab/react-components/issues/289)) ([041faff](https://github.com/mll-lab/react-components/commit/041faff92af3bcc86e052df959081158ac8d1950)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99a227..bea7eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [19.3.0](https://github.com/mll-lab/react-components/compare/v19.2.0...v19.3.0) (2025-01-09) + + +### Features + +* mark last master mix column as total volume ([#289](https://github.com/mll-lab/react-components/issues/289)) ([041faff](https://github.com/mll-lab/react-components/commit/041faff92af3bcc86e052df959081158ac8d1950)) + # [19.2.0](https://github.com/mll-lab/react-components/compare/v19.1.0...v19.2.0) (2024-12-31) diff --git a/package.json b/package.json index 17eaf8f..619e4d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "19.2.0", + "version": "19.3.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",