Skip to content

Commit e9ea701

Browse files
authored
chore(main): release 2.1.1 (#28)
🤖 I have created a release *beep* *boop* --- ## [2.1.1](v2.1.0...v2.1.1) (2025-09-05) ### 🐛 Bug Fixes * **context:** add maxVisibleItems to DualScrollSyncContextProps interface ([4c13328](4c13328)) * **DualScrollSync:** add maxVisibleItems support with docs and tests ([#27](#27)) ([4c13328](4c13328)) * **DualScrollSync:** ensure maxVisibleItems is correctly passed from context ([4c13328](4c13328)) ### 📝 Documentation * **README:** update usage patterns and examples for DualScrollSync component ([4c13328](4c13328)) ### ✅ Tests * **DualScrollSyncNav:** update tests to use context mock for maxVisibleItems ([4c13328](4c13328)) --- 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 4c13328 commit e9ea701

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.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.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.1.0...v2.1.1) (2025-09-05)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **context:** add maxVisibleItems to DualScrollSyncContextProps interface ([4c13328](https://github.com/dorixdev/react-dual-scroll-sync/commit/4c133289d9998124cce6ac40349587f43b18ea2d))
9+
* **DualScrollSync:** add maxVisibleItems support with docs and tests ([#27](https://github.com/dorixdev/react-dual-scroll-sync/issues/27)) ([4c13328](https://github.com/dorixdev/react-dual-scroll-sync/commit/4c133289d9998124cce6ac40349587f43b18ea2d))
10+
* **DualScrollSync:** ensure maxVisibleItems is correctly passed from context ([4c13328](https://github.com/dorixdev/react-dual-scroll-sync/commit/4c133289d9998124cce6ac40349587f43b18ea2d))
11+
12+
13+
### 📝 Documentation
14+
15+
* **README:** update usage patterns and examples for DualScrollSync component ([4c13328](https://github.com/dorixdev/react-dual-scroll-sync/commit/4c133289d9998124cce6ac40349587f43b18ea2d))
16+
17+
18+
### ✅ Tests
19+
20+
* **DualScrollSyncNav:** update tests to use context mock for maxVisibleItems ([4c13328](https://github.com/dorixdev/react-dual-scroll-sync/commit/4c133289d9998124cce6ac40349587f43b18ea2d))
21+
322
## [2.1.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.2...v2.1.0) (2025-09-05)
423

524

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.1.0",
3+
"version": "2.1.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)