Commit 5ed236e85a for handsontable.com

commit 5ed236e85afb23fe13ac73ec943b132f0d379504
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 19 08:33:59 2026 +0000

    17.1.0

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d13fc6e678..540f23101d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

 <!-- UNVERSIONED -->

-## [17.1.0-rc15] - 2026-05-19
+## [17.1.0] - 2026-05-19

 ### Added
 - Added a hit area for dropdown menu and collapsible buttons [#12070](https://github.com/handsontable/handsontable/pull/12070)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index a3576bbf38..a3fe33cfbd 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -27,7 +27,7 @@ This page aggregates all Handsontable release notes. For upgrade instructions, s

 [[toc]]

-## 17.1.0-rc15
+## 17.1.0

 Released on May 19th, 2026

diff --git a/handsontable/package.json b/handsontable/package.json
index f4ceff884a..ed4c358eb5 100644
--- a/handsontable/package.json
+++ b/handsontable/package.json
@@ -10,7 +10,7 @@
     "url": "https://github.com/handsontable/handsontable/issues"
   },
   "author": "Handsoncode <hello@handsontable.com>",
-  "version": "17.1.0-rc15",
+  "version": "17.1.0",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index e043f483c1..9491c9de71 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -2,7 +2,7 @@ const moment = require('moment');

 module.exports = {
   HOT_FILENAME: 'handsontable',
-  HOT_VERSION: '17.1.0-rc15',
+  HOT_VERSION: '17.1.0',
   HOT_PACKAGE_NAME: 'handsontable',
   HOT_BUILD_DATE: moment().format('DD/MM/YYYY HH:mm:ss'),
   HOT_RELEASE_DATE: '19/05/2026',
diff --git a/visual-tests/package.json b/visual-tests/package.json
index 5612486bef..54e2407983 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
 {
   "name": "handsontable-visual-tests",
   "private": true,
-  "version": "17.1.0-rc15",
+  "version": "17.1.0",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index e8a2c7f383..afd5d45100 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/angular-wrapper",
-  "version": "17.1.0-rc15",
+  "version": "17.1.0",
   "description": "Best Data Grid for Angular with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "license": "SEE LICENSE IN LICENSE.txt",
diff --git a/wrappers/react-wrapper/package.json b/wrappers/react-wrapper/package.json
index 6d8797b5a6..4b0e670977 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/react-wrapper",
-  "version": "17.1.0-rc15",
+  "version": "17.1.0",
   "description": "Best Data Grid for React with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",
diff --git a/wrappers/vue3/package.json b/wrappers/vue3/package.json
index 71b9e04d08..77d6ab4188 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "17.1.0-rc15",
+  "version": "17.1.0",
   "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",