Skip to content

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.0.0](v17.5.0...v18.0.0) (2024-09-09)

### Features

* support Plates with other coordinate systems then 96 wells ([#281](#281)) ([b6eaf5a](b6eaf5a))

### BREAKING CHANGES

* require explicit coordinate system value and type instead of implicit 96 well
  • Loading branch information
semantic-release-bot committed Sep 9, 2024
1 parent b6eaf5a commit 6b156f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6b156f2

Please sign in to comment.