Skip to content

Commit 15b02cd

Browse files
authored
chore(main): release 2.0.1 (#22)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2025-09-04) ### ✅ Tests * update scrollToSectionView tests for clarity and consistency ([7ee73a2](7ee73a2)) * update useValidateChildren tests to use async/await for clarity and consistency ([7ee73a2](7ee73a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7ee73a2 commit 15b02cd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.0...v2.0.1) (2025-09-04)
4+
5+
6+
### ✅ Tests
7+
8+
* update scrollToSectionView tests for clarity and consistency ([7ee73a2](https://github.com/dorixdev/react-dual-scroll-sync/commit/7ee73a2088dd6cb9441dfefd407449330c3433c1))
9+
* update useValidateChildren tests to use async/await for clarity and consistency ([7ee73a2](https://github.com/dorixdev/react-dual-scroll-sync/commit/7ee73a2088dd6cb9441dfefd407449330c3433c1))
10+
311
## [2.0.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.2.3...v2.0.0) (2025-09-04)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dorixdev/react-dual-scroll-sync",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "A lightweight React library to synchronize navigation menus with scrollable content sections.",
66
"type": "module",

0 commit comments

Comments
 (0)