Skip to content

Commit 1f95206

Browse files
authored
chore(main): release 2.1.0 (#26)
🤖 I have created a release *beep* *boop* --- ## [2.1.0](v2.0.2...v2.1.0) (2025-09-05) ### ✨ Features * add support for custom className and style props ([#25](#25)) ([202d2b6](202d2b6)) --- 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 202d2b6 commit 1f95206

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.2"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.2...v2.1.0) (2025-09-05)
4+
5+
6+
### ✨ Features
7+
8+
* add support for custom className and style props ([#25](https://github.com/dorixdev/react-dual-scroll-sync/issues/25)) ([202d2b6](https://github.com/dorixdev/react-dual-scroll-sync/commit/202d2b626476b50fb1cd22bbabeea618d48dae4d))
9+
310
## [2.0.2](https://github.com/dorixdev/react-dual-scroll-sync/compare/v2.0.1...v2.0.2) (2025-09-05)
411

512

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