From 6b156f2682d9cc4f3f0e190fdc14bfeaf3785cf6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 14:51:57 +0000 Subject: [PATCH] chore(release): 18.0.0 [skip ci] # [18.0.0](https://github.com/mll-lab/react-components/compare/v17.5.0...v18.0.0) (2024-09-09) ### Features * support Plates with other coordinate systems then 96 wells ([#281](https://github.com/mll-lab/react-components/issues/281)) ([b6eaf5a](https://github.com/mll-lab/react-components/commit/b6eaf5abdf8fddd6012d64b1fb9dadcf72ec4f0e)) ### BREAKING CHANGES * require explicit coordinate system value and type instead of implicit 96 well --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab193de..69c6b91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [18.0.0](https://github.com/mll-lab/react-components/compare/v17.5.0...v18.0.0) (2024-09-09) + + +### Features + +* support Plates with other coordinate systems then 96 wells ([#281](https://github.com/mll-lab/react-components/issues/281)) ([b6eaf5a](https://github.com/mll-lab/react-components/commit/b6eaf5abdf8fddd6012d64b1fb9dadcf72ec4f0e)) + + +### BREAKING CHANGES + +* require explicit coordinate system value and type instead of implicit 96 well + # [17.5.0](https://github.com/mll-lab/react-components/compare/v17.4.0...v17.5.0) (2024-09-09) diff --git a/package.json b/package.json index 658b072a..a50e463b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "17.5.0", + "version": "18.0.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",