Skip to content

Commit

Permalink
chore(main): release 0.29.0 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Dec 6, 2023
1 parent 40314a6 commit 4a72f7f
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.29.0](https://github.com/zakodium-oss/react-science/compare/v0.28.1...v0.29.0) (2023-12-06)


### ⚠ BREAKING CHANGES

* remove ContextMenu and Dropdown components. We advise using the equivalent components provided by blueprintjs.
* rewrite buttons to be wrappers around blueprintjs buttons

### Features

* remove ContextMenu and Dropdown components in favour of using blueprintjs ([#585](https://github.com/zakodium-oss/react-science/issues/585)) ([03d9ce9](https://github.com/zakodium-oss/react-science/commit/03d9ce980108245b0d305e1018ede8b17f90670f))
* rewrite buttons to be wrappers around blueprintjs buttons ([c191026](https://github.com/zakodium-oss/react-science/commit/c191026e986e11cf097c9170cd429fe6dff2edde))


### Bug Fixes

* render explicit string literals for representing boolean values ([#589](https://github.com/zakodium-oss/react-science/issues/589)) ([40314a6](https://github.com/zakodium-oss/react-science/commit/40314a67bb899f8f9681eae1d37e71ffbd0dd853))
* update dependencies ([#580](https://github.com/zakodium-oss/react-science/issues/580)) ([a85d339](https://github.com/zakodium-oss/react-science/commit/a85d339d06aae45371349ec7ecb2607df25ee61a))

## [0.28.1](https://github.com/zakodium-oss/react-science/compare/v0.28.0...v0.28.1) (2023-10-18)


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

0 comments on commit 4a72f7f

Please sign in to comment.