Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed May 18, 2024
1 parent 7452982 commit 891b665
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.0.0](https://github.com/zakodium-oss/react-science/compare/v3.1.0...v4.0.0) (2024-05-17)


### ⚠ BREAKING CHANGES

* remove hasBorder prop from Table component

### Features

* add logger components ([#709](https://github.com/zakodium-oss/react-science/issues/709)) ([30b6212](https://github.com/zakodium-oss/react-science/commit/30b6212d3c87f5f5c88eae5685e8eaf110785f8b))
* provide only one way to add borders to Table ([90cc00e](https://github.com/zakodium-oss/react-science/commit/90cc00e59a416c1222f01a90361d9a38ffe3ea2f))
* tooltip help content ([#715](https://github.com/zakodium-oss/react-science/issues/715)) ([287f1c3](https://github.com/zakodium-oss/react-science/commit/287f1c3eff668e687ca5a19b04d23fd42185b6bf))


### Bug Fixes

* update selected dependencies ([#724](https://github.com/zakodium-oss/react-science/issues/724)) ([7452982](https://github.com/zakodium-oss/react-science/commit/7452982f3ccec44e8c4ba6f95465ed50be093711))

## [3.1.0](https://github.com/zakodium-oss/react-science/compare/v3.0.0...v3.1.0) (2024-04-09)


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": "3.1.0",
"version": "4.0.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit 891b665

Please sign in to comment.