🚀 Release 2.4.6-exp.0 (#24976)

Co-authored-by: romeobalta <7095569+romeobalta@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-01-29 11:15:07 +01:00 committed by GitHub
parent fe14aa1706
commit e56752dcc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
## [2.4.6-exp.0](https://github.com/n8n-io/n8n/compare/n8n@2.4.6...n8n@2.4.6-exp.0) (2026-01-29)
## [2.4.6](https://github.com/n8n-io/n8n/compare/n8n@2.4.5...n8n@2.4.6) (2026-01-23)

View File

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.4.6",
"version": "2.4.6-exp.0",
"private": true,
"engines": {
"node": ">=22.16",

View File

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.4.6",
"version": "2.4.6-exp.0",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "1.4.0",
"version": "1.4.0-exp.0",
"scripts": {
"dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs",
"build": "pnpm build:vite && pnpm build:bundle",

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@n8n/design-system",
"version": "2.4.0",
"version": "2.4.0-exp.0",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "2.4.4",
"version": "2.4.4-exp.0",
"files": [
"dist"
],

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/stores",
"type": "module",
"version": "2.4.3",
"version": "2.4.3-exp.0",
"files": [
"dist"
],

View File

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "2.4.6",
"version": "2.4.6-exp.0",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"type": "module",