Commit 31f2d6d01b for handsontable.com

commit 31f2d6d01bdc637321a92463a7bb932164914287
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Sep 1 11:37:35 2026 +0000

    18.1.0

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

 <!-- UNVERSIONED -->

-## [18.1.0-rc11] - 2026-09-01
+## [18.1.0] - 2026-09-01

 ### Added
 - Added the `modifySinglePassLayout` hook, which forces the previous measure-then-render layout path for a table. [#12951](https://github.com/handsontable/handsontable/pull/12951)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 4dbe14c2bd..5ae9541aec 100644
--- a/docs/content/guides/upgrade-and-migration/changelog/changelog.md
+++ b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
@@ -26,7 +26,7 @@ This page aggregates all Handsontable release notes. For upgrade instructions, s

 [[toc]]

-## 18.1.0-rc11
+## 18.1.0

 Released on September 1st, 2026

diff --git a/handsontable/package.json b/handsontable/package.json
index 35eaf02167..8961dcf86c 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": "18.1.0-rc11",
+  "version": "18.1.0",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 071f5b2b51..722fb6acf7 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -1,6 +1,6 @@
 module.exports = {
   HOT_FILENAME: 'handsontable',
-  HOT_VERSION: '18.1.0-rc11',
+  HOT_VERSION: '18.1.0',
   HOT_PACKAGE_NAME: 'handsontable',
   HOT_BUILD_DATE: (() => {
     const d = new Date();
diff --git a/visual-tests/package.json b/visual-tests/package.json
index 9b0abc2c26..fd2d11feec 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
 {
   "name": "handsontable-visual-tests",
   "private": true,
-  "version": "18.1.0-rc11",
+  "version": "18.1.0",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index d137466ca7..891e7c578b 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/angular-wrapper",
-  "version": "18.1.0-rc11",
+  "version": "18.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 adaa600cea..3585e095f3 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/react-wrapper",
-  "version": "18.1.0-rc11",
+  "version": "18.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 d407bf8608..d91483cb78 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "18.1.0-rc11",
+  "version": "18.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",