Bump for 4.1.7

pull/5529/head
Nick O'Leary 2026-03-06 11:41:51 +00:00
parent 4d25f071fb
commit aa52779a8c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
10 changed files with 30 additions and 19 deletions

View File

@ -1,3 +1,14 @@
#### 4.1.7: Maintenance Release
- Do not block touch events on ports (#5527) @knolleary
- Allow palette.categories to be set via theme plugin (#5526) @knolleary
- Bump i18next version (#5519) @knolleary
- Suppress i18n notice in frontend (#5528) @knolleary
- Set showSupportNotice option on i18n (#5520) @knolleary
- Do not cache subflow colors as each subflow can have its own (#5518) @knolleary
- Update tar/multer deps (#5515) @knolleary
- Remove IE7 CSS hacks (#5511) @bonanitech
#### 4.1.6: Maintenance Release
- Allow palette.theme to be set via theme plugin and include icons (#5500) @knolleary

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "node-red",
"version": "4.1.6",
"version": "4.1.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-red",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"dependencies": {
"acorn": "8.16.0",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "4.1.6",
"version": "4.1.7",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "4.1.6",
"@node-red/editor-client": "4.1.6",
"@node-red/util": "4.1.7",
"@node-red/editor-client": "4.1.7",
"bcryptjs": "3.0.3",
"body-parser": "1.20.4",
"clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "4.1.6",
"@node-red/util": "4.1.7",
"clone": "2.1.2",
"fs-extra": "11.3.0",
"semver": "7.7.4",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "4.1.6",
"@node-red/util": "4.1.6",
"@node-red/registry": "4.1.7",
"@node-red/util": "4.1.7",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"cronosjs": "1.7.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "4.1.6",
"version": "4.1.7",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "4.1.6",
"version": "4.1.7",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "4.1.6",
"@node-red/runtime": "4.1.6",
"@node-red/util": "4.1.6",
"@node-red/nodes": "4.1.6",
"@node-red/editor-api": "4.1.7",
"@node-red/runtime": "4.1.7",
"@node-red/util": "4.1.7",
"@node-red/nodes": "4.1.7",
"basic-auth": "2.0.1",
"bcryptjs": "3.0.3",
"cors": "2.8.5",