🚀 Release 1.112.0 (#19556)

Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-15 14:25:52 +02:00
committed by GitHub
parent 7ded694ce7
commit 26441d7b85
26 changed files with 79 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "0.21.0",
"version": "0.22.0",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "0.45.0",
"version": "0.46.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-common",
"version": "0.21.0",
"version": "0.22.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "0.14.0",
"version": "0.15.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/codemirror-lang-sql",
"version": "1.0.2",
"version": "1.1.0",
"description": "SQL + n8n expression language support for CodeMirror 6",
"scripts": {
"clean": "rimraf dist .turbo",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/create-node",
"version": "0.6.0",
"version": "0.7.0",
"description": "Official CLI to create new community nodes for n8n",
"bin": {
"create-node": "bin/create-node.cjs"

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/db",
"version": "0.22.0",
"version": "0.23.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/decorators",
"version": "0.21.0",
"version": "0.22.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/node-cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "Official CLI for developing community nodes for n8n",
"bin": {
"n8n-node": "bin/n8n-node.mjs"

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/permissions",
"version": "0.34.0",
"version": "0.35.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "1.47.0",
"version": "1.48.0",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.111.0",
"version": "1.112.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.110.0",
"version": "1.111.0",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "0.56.0",
"version": "0.57.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.98.0",
"version": "1.99.0",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.109.0",
"version": "1.110.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.109.0",
"version": "1.110.0",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.108.0",
"version": "1.109.0",
"description": "Workflow base code of n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",