This commit is contained in:
Tomi Turtiainen
2025-06-23 16:07:54 +03:00
21 changed files with 77 additions and 21 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/design-system",
"version": "1.86.0",
"version": "1.87.0",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.99.0",
"version": "1.100.0",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {