Skip to content

Commit

Permalink
chore(main): release 11.0.0 (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Nov 29, 2024
1 parent 9217809 commit 796865f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [11.0.0](https://github.com/zakodium-oss/react-science/compare/v10.0.0...v11.0.0) (2024-11-29)


### ⚠ BREAKING CHANGES

* remove non-ui exports ([#789](https://github.com/zakodium-oss/react-science/issues/789))

### Features

* add unmountChildren prop to Accordion and Accordion.Item ([#793](https://github.com/zakodium-oss/react-science/issues/793)) ([1f94fc4](https://github.com/zakodium-oss/react-science/commit/1f94fc494840fce85429e526af5b1090ca5b396f))


### Code Refactoring

* remove non-ui exports ([#789](https://github.com/zakodium-oss/react-science/issues/789)) ([9217809](https://github.com/zakodium-oss/react-science/commit/9217809473dab8bbf9f5707a411551d75f3cc249))

## [10.0.0](https://github.com/zakodium-oss/react-science/compare/v9.0.1...v10.0.0) (2024-11-21)


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

0 comments on commit 796865f

Please sign in to comment.