Skip to content

Commit

Permalink
chore(main): release 0.21.1 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Mar 23, 2023
1 parent 7b273ed commit 60b0eed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.21.1](https://github.com/zakodium-oss/react-science/compare/v0.21.0...v0.21.1) (2023-03-23)


### Bug Fixes

* modal should not take space in the layout if no nodes inside it ([#462](https://github.com/zakodium-oss/react-science/issues/462)) ([7cf740a](https://github.com/zakodium-oss/react-science/commit/7cf740a2664fad892fbc73a57f800d059d6e919d))
* render Modal in a portal and avoid rendering it when closed ([#465](https://github.com/zakodium-oss/react-science/issues/465)) ([7b273ed](https://github.com/zakodium-oss/react-science/commit/7b273ede3cf7513b215c3a150b115dcccb3be62f))

## [0.21.0](https://github.com/zakodium-oss/react-science/compare/v0.20.1...v0.21.0) (2023-03-13)


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.21.0",
"version": "0.21.1",
"description": "React components to build analysis UI",
"exports": {
"./app": {
Expand Down

0 comments on commit 60b0eed

Please sign in to comment.