Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jul 31, 2024
1 parent 19346d9 commit 08ec5c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [6.0.0](https://github.com/zakodium-oss/react-science/compare/v5.0.0...v6.0.0) (2024-07-31)


### ⚠ BREAKING CHANGES

* replace `getRowTrProps` with render prop `renderRowTr` ([#753](https://github.com/zakodium-oss/react-science/issues/753))

### Features

* replace `getRowTrProps` with render prop `renderRowTr` ([#753](https://github.com/zakodium-oss/react-science/issues/753)) ([19346d9](https://github.com/zakodium-oss/react-science/commit/19346d93ea83379c567898344f313b8ee4268881))


### Bug Fixes

* update react-plot ([#754](https://github.com/zakodium-oss/react-science/issues/754)) ([36283d2](https://github.com/zakodium-oss/react-science/commit/36283d2d79fc2749498f455620cd99a9c3a2e2cc))

## [5.0.0](https://github.com/zakodium-oss/react-science/compare/v4.1.3...v5.0.0) (2024-07-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-science",
"version": "5.0.0",
"version": "6.0.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit 08ec5c4

Please sign in to comment.