Skip to content

Commit e973664

Browse files
chore(release): 20.2.0 [skip ci]
# [20.2.0](v20.1.0...v20.2.0) (2025-11-19) ### Features * introduce TecanDeckView component for visualizing labware layout ([#315](#315)) ([86e0994](86e0994))
1 parent 86e0994 commit e973664

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+
# [20.2.0](https://github.com/mll-lab/react-components/compare/v20.1.0...v20.2.0) (2025-11-19)
2+
3+
4+
### Features
5+
6+
* introduce TecanDeckView component for visualizing labware layout ([#315](https://github.com/mll-lab/react-components/issues/315)) ([86e0994](https://github.com/mll-lab/react-components/commit/86e0994f67505ea9cbdc27cfa513a064ddb86802))
7+
18
# [20.1.0](https://github.com/mll-lab/react-components/compare/v20.0.1...v20.1.0) (2025-11-13)
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": "20.1.0",
4+
"version": "20.2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)