🚀 Release 1.59.0 (#10775)

Co-authored-by: mutdmour <4711238+mutdmour@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-11 16:56:54 +02:00
committed by GitHub
parent 2bc983ba32
commit 755188897b
13 changed files with 61 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-benchmark",
"version": "1.2.0",
"version": "1.3.0",
"description": "Cli for running benchmark tests for n8n",
"main": "dist/index",
"scripts": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "1.8.0",
"version": "1.9.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.58.0",
"version": "1.59.0",
"description": "",
"main": "index.js",
"scripts": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.58.0",
"version": "1.59.0",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.58.0",
"version": "1.59.0",
"description": "CLI to simplify n8n credentials/node development",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.58.0",
"version": "1.59.0",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.57.0",
"version": "1.58.0",
"description": "Workflow base code of n8n",
"main": "dist/index.js",
"module": "src/index.ts",