diff --git a/CHANGELOG.md b/CHANGELOG.md index d89d25e1..eeb28a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [8.0.1](https://github.com/zakodium-oss/react-science/compare/v8.0.0...v8.0.1) (2024-10-16) + + +### Bug Fixes + +* ensure unique keys by using index in shortcut list ([bc12268](https://github.com/zakodium-oss/react-science/commit/bc1226867f47d56e1494ba0691ebc53172f48159)) +* use relative position on toolbar popover items ([#774](https://github.com/zakodium-oss/react-science/issues/774)) ([761eb4b](https://github.com/zakodium-oss/react-science/commit/761eb4bdc1b74b52aa37e5cab70bb6303e9193ef)) + ## [8.0.0](https://github.com/zakodium-oss/react-science/compare/v7.0.0...v8.0.0) (2024-10-15) diff --git a/package-lock.json b/package-lock.json index 73d6b479..55af61b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.2.5", diff --git a/package.json b/package.json index 6c9afd83..3c3e05f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "8.0.0", + "version": "8.0.1", "description": "React components to build scientific applications UI", "type": "module", "exports": {