Commit 57f0c9eaec for handsontable.com

commit 57f0c9eaec11b70b04d16e61c9ee73c67592c8cf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Sep 15 08:33:21 2026 +0000

    18.1.1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f74964d554..51b1f56777 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.1-rc2] - 2026-09-15
+## [18.1.1] - 2026-09-15

 ### Fixed
 - Fixed copying, cutting, and pasting doing nothing in a grid embedded in a Salesforce Lightning Web Component. [#13388](https://github.com/handsontable/handsontable/issues/13388)
diff --git a/docs/content/guides/upgrade-and-migration/changelog/changelog.md b/docs/content/guides/upgrade-and-migration/changelog/changelog.md
index 9f1d979f6a..840d88cb09 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.1-rc2
+## 18.1.1

 Released on September 15th, 2026

diff --git a/handsontable/package.json b/handsontable/package.json
index 40f71cb397..293ac98b0c 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.1-rc2",
+  "version": "18.1.1",
   "main": "index",
   "module": "index.mjs",
   "jsnext:main": "index.mjs",
diff --git a/hot.config.js b/hot.config.js
index 44641ce7f4..e217e9bda0 100644
--- a/hot.config.js
+++ b/hot.config.js
@@ -1,6 +1,6 @@
 module.exports = {
   HOT_FILENAME: 'handsontable',
-  HOT_VERSION: '18.1.1-rc2',
+  HOT_VERSION: '18.1.1',
   HOT_PACKAGE_NAME: 'handsontable',
   HOT_BUILD_DATE: (() => {
     const d = new Date();
diff --git a/visual-tests/package.json b/visual-tests/package.json
index cc80221fc1..d82a339216 100644
--- a/visual-tests/package.json
+++ b/visual-tests/package.json
@@ -1,7 +1,7 @@
 {
   "name": "handsontable-visual-tests",
   "private": true,
-  "version": "18.1.1-rc2",
+  "version": "18.1.1",
   "description": "",
   "main": "index.js",
   "scripts": {
diff --git a/wrappers/angular-wrapper/package.json b/wrappers/angular-wrapper/package.json
index 2fdb2638bc..352ac5e800 100644
--- a/wrappers/angular-wrapper/package.json
+++ b/wrappers/angular-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/angular-wrapper",
-  "version": "18.1.1-rc2",
+  "version": "18.1.1",
   "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 1a15ce00e9..0a46df935f 100644
--- a/wrappers/react-wrapper/package.json
+++ b/wrappers/react-wrapper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/react-wrapper",
-  "version": "18.1.1-rc2",
+  "version": "18.1.1",
   "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 40766fd7d0..f952be0dd1 100644
--- a/wrappers/vue3/package.json
+++ b/wrappers/vue3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@handsontable/vue3",
-  "version": "18.1.1-rc2",
+  "version": "18.1.1",
   "description": "Best Data Grid for Vue with Spreadsheet Look and Feel.",
   "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
   "homepage": "https://handsontable.com",