Skip to content

Commit 6ef3fb1

Browse files
committed
chore: 🔖 update version to 1.1.0 in package.json
1 parent a5c9827 commit 6ef3fb1

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.1.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v1.0.0...v1.1.0) (2025-08-25)
2+
3+
### ✨ Features
4+
5+
- :sparkles: add types for DualScrollSync component ([f255dc0](https://github.com/dorixdev/react-dual-scroll-sync/commit/f255dc05612997a65ef9b4ea86b64112c66b0bab))
6+
- :sparkles: implement DualScrollSync component and update exports ([60f1fd7](https://github.com/dorixdev/react-dual-scroll-sync/commit/60f1fd732b06f1b740c7378e7670ed379b76c641))
7+
- :sparkles: rename useScrollSyncObserver to useDualScrollSyncObserver and update export ([da4e3f1](https://github.com/dorixdev/react-dual-scroll-sync/commit/da4e3f10f33ab81c7afa109a8a584b5e5d23a9c1))
8+
9+
### 📝 Documentation
10+
11+
- :sparkles: add documentation and stories for DualScrollSync component ([8044096](https://github.com/dorixdev/react-dual-scroll-sync/commit/8044096e60cb25a1a951c52cb2f569cbf3032cc2))
12+
13+
### ✅ Tests
14+
15+
- :white_check_mark: add tests for DualScrollSync component and its hooks ([6969b8d](https://github.com/dorixdev/react-dual-scroll-sync/commit/6969b8dc03e5aa390ef8e51301e87f0ce6360ea7))
16+
117
## [1.0.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v0.0.0...v1.0.0) (2025-08-22)
218

319
### ✨ Features

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": "1.0.0",
3+
"version": "1.1.0",
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)