🚀 Release 1.98.0 (#16225)

Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-11 11:35:19 +02:00
committed by GitHub
parent b10effb3fc
commit 2b51ad8cab
26 changed files with 107 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/constants",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/vitest-config",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"peerDependencies": {
"vite": "catalog:frontend",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.97.0",
"version": "1.98.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.96.0",
"version": "1.97.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.42.0",
"version": "0.43.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.84.0",
"version": "1.85.0",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.95.0",
"version": "1.96.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.95.0",
"version": "1.96.0",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

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