Skip to content

Commit

Permalink
Bump for 3.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 18, 2024
1 parent dc239db commit 38a77d2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 3.1.11: Maintenance Release

- Add/Update German Translations for delay node (#4762) @dceejay
- Update ws dependency

#### 3.1.10: Maintenance Release

- Include rewired nodes when calculating Modified Flows stop list (#4754) @knolleary
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.10",
"version": "3.1.11",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"tough-cookie": "4.1.3",
"uglify-js": "3.17.4",
"uuid": "9.0.0",
"ws": "7.5.6",
"ws": "7.5.10",
"xml2js": "0.6.2"
},
"optionalDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/node_modules/@node-red/editor-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "3.1.10",
"@node-red/editor-client": "3.1.10",
"@node-red/util": "3.1.11",
"@node-red/editor-client": "3.1.11",
"bcryptjs": "2.4.3",
"body-parser": "1.20.2",
"clone": "2.1.2",
Expand All @@ -32,7 +32,7 @@
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport": "0.6.0",
"ws": "7.5.6"
"ws": "7.5.10"
},
"optionalDependencies": {
"bcrypt": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/editor-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node_modules/@node-red/nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"raw-body": "2.5.2",
"tough-cookie": "4.1.3",
"uuid": "9.0.0",
"ws": "7.5.6",
"ws": "7.5.10",
"xml2js": "0.6.2",
"iconv-lite": "0.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/node_modules/@node-red/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "3.1.10",
"@node-red/util": "3.1.11",
"clone": "2.1.2",
"fs-extra": "11.1.1",
"semver": "7.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/node_modules/@node-red/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.10",
"@node-red/util": "3.1.10",
"@node-red/registry": "3.1.11",
"@node-red/util": "3.1.11",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "3.1.10",
"version": "3.1.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/node_modules/node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.10",
"version": "3.1.11",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "3.1.10",
"@node-red/runtime": "3.1.10",
"@node-red/util": "3.1.10",
"@node-red/nodes": "3.1.10",
"@node-red/editor-api": "3.1.11",
"@node-red/runtime": "3.1.11",
"@node-red/util": "3.1.11",
"@node-red/nodes": "3.1.11",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.19.2",
Expand Down

0 comments on commit 38a77d2

Please sign in to comment.