diff --git a/CHANGELOG.md b/CHANGELOG.md index 2072505c..003bb394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [12.1.0](https://github.com/zakodium-oss/react-science/compare/v12.0.0...v12.1.0) (2024-12-11) + + +### Features + +* make Table component compatible with styled components libraries ([#813](https://github.com/zakodium-oss/react-science/issues/813)) ([a76181c](https://github.com/zakodium-oss/react-science/commit/a76181cd0c072345942670026961862409fe9b35)) + + +### Bug Fixes + +* **table_root:** show border when table is sticky ([#810](https://github.com/zakodium-oss/react-science/issues/810)) ([93fae28](https://github.com/zakodium-oss/react-science/commit/93fae283a43019afed22e395fa5aaec19e6a2bcb)) + ## [12.0.0](https://github.com/zakodium-oss/react-science/compare/v11.2.0...v12.0.0) (2024-12-09) diff --git a/package-lock.json b/package-lock.json index fe0d2668..877b188f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "12.0.0", + "version": "12.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "12.0.0", + "version": "12.1.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.3.5", diff --git a/package.json b/package.json index 9be773c4..c5b234f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "12.0.0", + "version": "12.1.0", "description": "React components to build scientific applications UI", "type": "module", "exports": {