Skip to content

Commit

Permalink
chore(main): release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored and stropitek committed Dec 12, 2023
1 parent 88e0b37 commit dce2b63
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.30.0](https://github.com/zakodium-oss/react-science/compare/v0.29.0...v0.30.0) (2023-12-12)


### ⚠ BREAKING CHANGES

* remove Select component. Use blueprintjs select component instead
* remove our Input, Textarea, Checkbox and Field components. Use blueprintjs components directly instead.

### Features

* remove Input, Textarea, Checkbox and Field ([#579](https://github.com/zakodium-oss/react-science/issues/579)) ([104e2ad](https://github.com/zakodium-oss/react-science/commit/104e2ad54bf39d11f235381561fb4e1766a15f97))
* remove Select component ([#588](https://github.com/zakodium-oss/react-science/issues/588)) ([f695596](https://github.com/zakodium-oss/react-science/commit/f69559624335640473dc4dd6e5bc7098e427926d))
* use NonIdealState for empty DropZone ([#586](https://github.com/zakodium-oss/react-science/issues/586)) ([4ed7560](https://github.com/zakodium-oss/react-science/commit/4ed75604ccf19a1983957a546f8aeb57f5e7914f))


### Bug Fixes

* do not render button in span in Button component ([#595](https://github.com/zakodium-oss/react-science/issues/595)) ([88e0b37](https://github.com/zakodium-oss/react-science/commit/88e0b37afb49412e9f5b42b077f403fe6eea56cc))

## [0.29.0](https://github.com/zakodium-oss/react-science/compare/v0.28.1...v0.29.0) (2023-12-06)


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

0 comments on commit dce2b63

Please sign in to comment.