🚀 Release 1.107.0 (#18208)

Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-11 14:23:26 +02:00
committed by GitHub
parent 6429c2644d
commit 8fc1e8ddd6
24 changed files with 88 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "0.51.0",
"version": "0.52.0",
"scripts": {
"dev": "pnpm run storybook",
"build": "pnpm build:vite && pnpm build:bundle",

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "1.10.0",
"version": "1.11.0",
"files": [
"dist"
],

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/rest-api-client",
"type": "module",
"version": "1.9.0",
"version": "1.10.0",
"files": [
"dist"
],

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/stores",
"type": "module",
"version": "1.13.0",
"version": "1.14.0",
"files": [
"dist"
],

View File

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