diff --git a/CHANGELOG.md b/CHANGELOG.md index 99977af0..cb3e3743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/zakodium-oss/react-science/compare/v3.0.0...v3.1.0) (2024-04-09) + + +### Features + +* spread Table.Row props into HTML row tag ([#718](https://github.com/zakodium-oss/react-science/issues/718)) ([e02f013](https://github.com/zakodium-oss/react-science/commit/e02f01370e1adb43ec63feaa1ae51b18449749bb)) +* toolbar in accordion ([#698](https://github.com/zakodium-oss/react-science/issues/698)) ([93f8f45](https://github.com/zakodium-oss/react-science/commit/93f8f45afc197a013c9038ebf4829067c4e54e11)) + ## [3.0.0](https://github.com/zakodium-oss/react-science/compare/v2.0.0...v3.0.0) (2024-04-03) diff --git a/package-lock.json b/package-lock.json index 9de41319..77ed3461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.1.2", diff --git a/package.json b/package.json index 3f560943..dc6a3645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "3.0.0", + "version": "3.1.0", "description": "React components to build scientific applications UI", "exports": { "./app": {