diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5dc02dac25..77663a4794 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.3](https://github.com/mondaycom/vibe/compare/@vibe/core@3.9.2...@vibe/core@3.9.3) (2024-12-24) + + +### Bug Fixes + +* **VirtualizedGrid:** fix onItemsRendered params ([#2674](https://github.com/mondaycom/vibe/issues/2674)) ([48d4711](https://github.com/mondaycom/vibe/commit/48d4711844f7baebd9d10a86cb6cf10d0aa27e6c)) + + + + + ## [3.9.2](https://github.com/mondaycom/vibe/compare/@vibe/core@3.9.1...@vibe/core@3.9.2) (2024-12-23) **Note:** Version bump only for package @vibe/core diff --git a/packages/core/package.json b/packages/core/package.json index 72f740df0e..f887825d23 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/core", - "version": "3.9.2", + "version": "3.9.3", "description": "Official monday.com UI resources for application development in React.js", "repository": { "type": "git",