diff --git a/CHANGELOG.md b/CHANGELOG.md index 418998a..2ee379b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.0.17 (2026-07-17) +## 2.0.18 (2026-07-17) ### Bug Fixes diff --git a/index.html b/index.html index bbca6db..2e11c09 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ "description": "React component library for drag-and-drop row and column reordering in tables. Features 60fps animations, auto-scroll, virtual scrolling for 100k+ rows, mobile long-press support, drag handles, and full style customization.", "url": "https://samiodeh1337.github.io/react-table-dnd/", "downloadUrl": "https://www.npmjs.com/package/react-table-dnd", - "softwareVersion": "2.0.17", + "softwareVersion": "2.0.18", "programmingLanguage": ["TypeScript", "React"], "license": "https://opensource.org/licenses/MIT", "author": { diff --git a/package-lock.json b/package-lock.json index e16b500..e8387ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-table-dnd", - "version": "2.0.17", + "version": "2.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-table-dnd", - "version": "2.0.17", + "version": "2.0.18", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 2453b20..a7bfc81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table-dnd", - "version": "2.0.17", + "version": "2.0.18", "type": "module", "description": "Sortable table with draggable rows and columns", "main": "dist/index.cjs.js",