From a03186c4bed8c9625a2cb54e3cfb9866af4b3346 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:15:48 +0100 Subject: [PATCH] chore(main): release 12.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003bb394..b3453db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.2.0](https://github.com/zakodium-oss/react-science/compare/v12.1.0...v12.2.0) (2024-12-17) + + +### Features + +* **Table:** add scrollToRowRef prop to the Table component ([#816](https://github.com/zakodium-oss/react-science/issues/816)) ([49cd819](https://github.com/zakodium-oss/react-science/commit/49cd819126c7fe1b361c45587c4f259f808cdc82)) + ## [12.1.0](https://github.com/zakodium-oss/react-science/compare/v12.0.0...v12.1.0) (2024-12-11) diff --git a/package-lock.json b/package-lock.json index 76b686d4..315ac13c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "12.1.0", + "version": "12.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "12.1.0", + "version": "12.2.0", "license": "MIT", "dependencies": { "@blueprintjs/select": "^5.3.5", diff --git a/package.json b/package.json index be5ffff6..334a4675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "12.1.0", + "version": "12.2.0", "description": "React components to build scientific applications UI", "type": "module", "exports": {