Skip to content

Commit

Permalink
chore(main): release 0.24.0 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jun 17, 2023
1 parent d303cb8 commit e0706c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.24.0](https://github.com/zakodium-oss/react-science/compare/v0.23.0...v0.24.0) (2023-06-17)


### Features

* disableable buttons ([#504](https://github.com/zakodium-oss/react-science/issues/504)) ([e4ddf56](https://github.com/zakodium-oss/react-science/commit/e4ddf560e81f8394611f85ba9e93f2f1e7c9f9aa))


### Bug Fixes

* enforce Select component to be controlled ([#501](https://github.com/zakodium-oss/react-science/issues/501)) ([b8d2150](https://github.com/zakodium-oss/react-science/commit/b8d215018c53989a74990ab95a5b441b83495213))
* set min width on percentage uncontrolled side ([#505](https://github.com/zakodium-oss/react-science/issues/505)) ([d303cb8](https://github.com/zakodium-oss/react-science/commit/d303cb89c92914e938af6ca8d7f38af110cc129b))

## [0.23.0](https://github.com/zakodium-oss/react-science/compare/v0.22.2...v0.23.0) (2023-06-07)


Expand Down
2 changes: 1 addition & 1 deletion 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": "0.23.0",
"version": "0.24.0",
"description": "React components to build analysis UI",
"exports": {
"./app": {
Expand Down

0 comments on commit e0706c6

Please sign in to comment.