Skip to content

Commit

Permalink
chore(main): release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored and stropitek committed Aug 14, 2023
1 parent d9d75c4 commit 2913e3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/zakodium-oss/react-well-plates/compare/v6.0.0...v7.0.0) (2023-08-14)


### ⚠ BREAKING CHANGES

* change rangeSelectionMode to be an union type instead of enum

### Miscellaneous Chores

* update deps ([d9d75c4](https://github.com/zakodium-oss/react-well-plates/commit/d9d75c42284b36c33076991a6aa77279ff715c2a))

## [6.0.0](https://github.com/zakodium-oss/react-well-plates/compare/v5.0.0...v6.0.0) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-well-plates",
"version": "6.0.0",
"version": "7.0.0",
"description": "Render well plates in react",
"main": "lib/src/index.js",
"module": "lib-es/src/index.js",
Expand Down

0 comments on commit 2913e3e

Please sign in to comment.