Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.1...v2.0.2) (2025-09-05)


### 🐛 Bug Fixes

* refactor child validation logic in useValidateChildren for improved clarity ([#23](https://github.com/dorixdev/react-dual-scroll-sync/issues/23)) ([913a78b](https://github.com/dorixdev/react-dual-scroll-sync/commit/913a78be4c10670b09a3d9fbd38d2d691d74b625))

## [2.0.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.0...v2.0.1) (2025-09-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dorixdev/react-dual-scroll-sync",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "A lightweight React library to synchronize navigation menus with scrollable content sections.",
"type": "module",
Expand Down