Skip to content

Commit

Permalink
chore(main): release 9.0.0 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Oct 18, 2024
1 parent 9eb75ae commit a5d6d1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [9.0.0](https://github.com/zakodium-oss/react-science/compare/v8.0.1...v9.0.0) (2024-10-18)


### ⚠ BREAKING CHANGES

* the `fill`, `large` and `minimal` props have been removed from the Toolbar component

### Features

* add ActivityBar component ([a51279a](https://github.com/zakodium-oss/react-science/commit/a51279abde657877bf199f8c0b56e0fc8a4a2506))
* remove fill, large and minimal props from Toolbar component ([40069b1](https://github.com/zakodium-oss/react-science/commit/40069b1c1a9ec924b96809dd2649ef5c047cc2a1))


### Bug Fixes

* correct regression to incorrect layout in Toolbar component ([9eb75ae](https://github.com/zakodium-oss/react-science/commit/9eb75ae416d5ca3b9883464a7009b7a2bb0af142))
* Toolbar should have a backdrop only with "click" as the interaction kind ([19d5350](https://github.com/zakodium-oss/react-science/commit/19d53503010b72a4996762cb4ee473a411148291))

## [8.0.1](https://github.com/zakodium-oss/react-science/compare/v8.0.0...v8.0.1) (2024-10-16)


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": "8.0.1",
"version": "9.0.0",
"description": "React components to build scientific applications UI",
"type": "module",
"exports": {
Expand Down

0 comments on commit a5d6d1d

Please sign in to comment.