🚀 Release 1.121.2 (#22080)

Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-20 15:34:19 +02:00 committed by GitHub
parent 42483582cc
commit b98f511667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
## [1.121.2](https://github.com/n8n-io/n8n/compare/n8n@1.121.1...n8n@1.121.2) (2025-11-20)
### Bug Fixes
* **core:** Fix mcp access scope issue ([#22031](https://github.com/n8n-io/n8n/issues/22031)) ([6335c88](https://github.com/n8n-io/n8n/commit/6335c885904aa093d7cf828482ef0a3dde7ba81e))
* **editor:** Notice background colors ([#22044](https://github.com/n8n-io/n8n/issues/22044)) ([610594e](https://github.com/n8n-io/n8n/commit/610594ea36a7ecbe7344f5d4b12654245ba2db71))
## [1.121.1](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.121.1) (2025-11-19)

View File

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.121.1",
"version": "1.121.2",
"private": true,
"engines": {
"node": ">=22.16",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "0.66.0",
"version": "0.66.1",
"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.108.0",
"version": "1.108.1",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View File

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