Skip to content

Commit ec8f9d3

Browse files
🚀 Release 2.10.2 (#26332)
Co-authored-by: schrothbn <68321970+schrothbn@users.noreply.github.com>
1 parent bb00801 commit ec8f9d3

File tree

11 files changed

+21
-10
lines changed

11 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.10.2](https://github.com/n8n-io/n8n/compare/n8n@2.10.1...n8n@2.10.2) (2026-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Don't show setup in demo mode ([#26233](https://github.com/n8n-io/n8n/issues/26233)) ([a0f85d0](https://github.com/n8n-io/n8n/commit/a0f85d0e3082ecc8ba54564240d3a5afb13e3182))
7+
* **editor:** Fix grid alignment on Safari 18.6 ([#26234](https://github.com/n8n-io/n8n/issues/26234)) ([5b80bba](https://github.com/n8n-io/n8n/commit/5b80bbafc075aa9b647bb9b05860f87898b273e6))
8+
* Enable external secrets multi-connection to vault ([#26189](https://github.com/n8n-io/n8n/issues/26189)) ([3fa5359](https://github.com/n8n-io/n8n/commit/3fa5359385c050e00ceb1ce4fba85113975c45ee))
9+
10+
11+
112
## [2.10.1](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.10.1) (2026-02-25)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/ai-workflow-builder.ee/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-workflow-builder",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"typecheck": "tsc --noEmit",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/chat-hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/chat-hub",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/db",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/@n8n/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/chat",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"scripts": {
55
"dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs",
66
"build": "pnpm build:vite && pnpm build:bundle",

packages/frontend/@n8n/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@n8n/design-system",
4-
"version": "2.10.0",
4+
"version": "2.10.1",
55
"main": "src/index.ts",
66
"import": "src/index.ts",
77
"scripts": {

packages/frontend/@n8n/rest-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@n8n/rest-api-client",
33
"type": "module",
4-
"version": "2.10.1",
4+
"version": "2.10.2",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
 (0)