Skip to content

Commit 65291e6

Browse files
committed
chore: 🔖 update version to 1.0.0
1 parent a84f4b9 commit 65291e6

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1+
## [1.0.0](https://github.com/dorixdev/scroll-sync/compare/v0.0.0...v1.0.0) (2025-08-22)
2+
3+
### ✨ Features
4+
5+
- :label: add ScrollSync types for component props and structure ([6e61d98](https://github.com/dorixdev/scroll-sync/commit/6e61d9893eca66ffe9ef190fefa00bd26300694c))
6+
- :sparkles: add scrollToSectionView utility function for smooth scrolling ([17aeef9](https://github.com/dorixdev/scroll-sync/commit/17aeef9fb5a75306addecd62ca11cce54a090e44))
7+
- :sparkles: implement ScrollSync component with navigation and content sections ([7a95d63](https://github.com/dorixdev/scroll-sync/commit/7a95d63acfc1bececa19a2b327eab8737b2ad668))
8+
- :sparkles: implement useScrollSyncObserver hook for synchronized scrolling behavior ([30ec6db](https://github.com/dorixdev/scroll-sync/commit/30ec6dbcf564c81561ff98109a10390da0875287))
9+
10+
### 📝 Documentation
11+
12+
- :memo: add documentation and stories for ScrollSync component ([79ace88](https://github.com/dorixdev/scroll-sync/commit/79ace888bbbdf6ed7d5c726d2a1793d0ea35d1c6))
13+
- :memo: add README.md with project description, features, installation, and usage examples ([f28b6e4](https://github.com/dorixdev/scroll-sync/commit/f28b6e40880f6a668fe926935ac1c7189135372e))
14+
15+
### 🎨 Styles & Theming
16+
17+
- :lipstick: add SCSS styles and tokens for ScrollSync component ([a3fbd5a](https://github.com/dorixdev/scroll-sync/commit/a3fbd5acca700fb3f2d81d7c25d13a32f550bb99))
18+
19+
### ✅ Tests
20+
21+
- :white_check_mark: add tests for ScrollSync component and utility functions ([5e503b0](https://github.com/dorixdev/scroll-sync/commit/5e503b00947951645a626e2311a7b30bf6c7c785))
22+
123
## [0.0.0](https://github.com/dorixdev/scroll-sync/compare/d84b180172c8f3d8343c7a9413694b5aec1da8d2...v0.0.0) (2025-08-22)
224

325
### ✨ Features
426

5-
* :tada: add initial configuration files for TypeScript, Vite, and pnpm workspace ([d84b180](https://github.com/dorixdev/scroll-sync/commit/d84b180172c8f3d8343c7a9413694b5aec1da8d2))
27+
- :tada: add initial configuration files for TypeScript, Vite, and pnpm workspace ([d84b180](https://github.com/dorixdev/scroll-sync/commit/d84b180172c8f3d8343c7a9413694b5aec1da8d2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dorixdev/scroll-sync",
3-
"version": "0.0.0",
3+
"version": "1.0.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)