Skip to content

Commit

Permalink
chore(main): release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored and stropitek committed Mar 13, 2023
1 parent 7374555 commit 4917e19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* renamed `initialSize` and `initialClosed` props to `size` and `closed`

### Features

* make SplitPane semi-controlled ([#457](https://github.com/zakodium-oss/react-science/issues/457)) ([7374555](https://github.com/zakodium-oss/react-science/commit/7374555e3cab0a56f0461970c00e8dfa414a76d2))


### Bug Fixes

* parse decimal size ([#453](https://github.com/zakodium-oss/react-science/issues/453)) ([cb0da96](https://github.com/zakodium-oss/react-science/commit/cb0da96c6aa5cb29113dadac1dc07725a90d6927))

## [0.20.1](https://github.com/zakodium-oss/react-science/compare/v0.20.0...v0.20.1) (2023-01-19)


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

0 comments on commit 4917e19

Please sign in to comment.