Skip to content

Commit

Permalink
chore(main): release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Jun 12, 2024
1 parent d7a0f85 commit dc8c2fc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.1.0](https://github.com/zakodium-oss/react-science/compare/v4.0.0...v4.1.0) (2024-06-12)


### Features

* add sticky table header option ([#729](https://github.com/zakodium-oss/react-science/issues/729)) ([1827fe7](https://github.com/zakodium-oss/react-science/commit/1827fe72a7391acd7c5ceb06db9984cbaa5f01d1))
* improve useSelect hook item render ([#732](https://github.com/zakodium-oss/react-science/issues/732)) ([76ac3f4](https://github.com/zakodium-oss/react-science/commit/76ac3f43faccc8fd8bca575a68ceeb3a20df9ad9))


### Bug Fixes

* disable button tooltips with empty content ([#730](https://github.com/zakodium-oss/react-science/issues/730)) ([ebdd792](https://github.com/zakodium-oss/react-science/commit/ebdd792930bc8aac01e5b857cc367bff32859284))

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


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

0 comments on commit dc8c2fc

Please sign in to comment.