diff --git a/CHANGELOG.md b/CHANGELOG.md index d2648b85..edd6a633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [19.9.0](https://github.com/zakodium-oss/react-science/compare/v19.8.0...v19.9.0) (2026-02-12) + + +### Features + +* add RadioGroup integration with stories examples ([#976](https://github.com/zakodium-oss/react-science/issues/976)) ([9b58540](https://github.com/zakodium-oss/react-science/commit/9b5854047934e0ea9abfd1959f4a56aaceb66c76)) + ## [19.8.0](https://github.com/zakodium-oss/react-science/compare/v19.7.1...v19.8.0) (2026-02-05) diff --git a/package-lock.json b/package-lock.json index e796cae0..bc674920 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "19.8.0", + "version": "19.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "19.8.0", + "version": "19.9.0", "license": "MIT", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", diff --git a/package.json b/package.json index f31dadd7..73233e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "19.8.0", + "version": "19.9.0", "description": "React components to build scientific applications UI", "type": "module", "exports": {