diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ace60b3..cf1b0d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f3e15c4c..ba833bb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.3.5", diff --git a/package.json b/package.json index c2485566..c54fe7c0 100644 --- a/package.json +++ b/package.json @@ -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": {