From fcdac88ef9edf70c6f03407147e5b927f9abf238 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Sep 2024 08:21:34 +0000 Subject: [PATCH] chore(release): 18.2.0 [skip ci] # [18.2.0](https://github.com/mll-lab/react-components/compare/v18.1.0...v18.2.0) (2024-09-13) ### Features * add 2x16 coordinate system for plates ([3cde81d](https://github.com/mll-lab/react-components/commit/3cde81dc2c99328faf1db2e43fef478191aa15b7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07191c42..043b3c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [18.2.0](https://github.com/mll-lab/react-components/compare/v18.1.0...v18.2.0) (2024-09-13) + + +### Features + +* add 2x16 coordinate system for plates ([3cde81d](https://github.com/mll-lab/react-components/commit/3cde81dc2c99328faf1db2e43fef478191aa15b7)) + # [18.1.0](https://github.com/mll-lab/react-components/compare/v18.0.0...v18.1.0) (2024-09-10) diff --git a/package.json b/package.json index 0baa769b..b0abb55d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "18.1.0", + "version": "18.2.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",