mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
🚀 Release 2.4.6-exp.0 (#24976)
Co-authored-by: romeobalta <7095569+romeobalta@users.noreply.github.com>
This commit is contained in:
parent
fe14aa1706
commit
e56752dcc3
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "2.4.6",
|
||||
"version": "2.4.6-exp.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@n8n/i18n",
|
||||
"type": "module",
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.4-exp.0",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@n8n/stores",
|
||||
"type": "module",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.3-exp.0",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user