Bump for 2.0.5

This commit is contained in:
Nick O'Leary 2021-07-30 13:28:52 +01:00
parent 23765d9139
commit f1e7ec0c6b
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
9 changed files with 33 additions and 17 deletions

View File

@ -1,3 +1,19 @@
#### 2.0.5: Maintenance Release
Editor
- Remove default ctrl-enter keybinding from monaco editor Fixes #3093
Runtime
- Update tar dependency
- Add support for maintenance streams in generate-publish-script
Nodes
- Fix regression in Join node when manual joining array with msg.parts present Fixes #3096
#### 2.0.4: Maintenance Release
Editor

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "2.0.4",
"version": "2.0.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "2.0.4",
"@node-red/util": "2.0.4",
"@node-red/registry": "2.0.5",
"@node-red/util": "2.0.5",
"async-mutex": "0.3.1",
"clone": "2.1.2",
"express": "4.17.1",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "2.0.4",
"version": "2.0.5",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "2.0.4",
"@node-red/runtime": "2.0.4",
"@node-red/util": "2.0.4",
"@node-red/nodes": "2.0.4",
"@node-red/editor-api": "2.0.5",
"@node-red/runtime": "2.0.5",
"@node-red/util": "2.0.5",
"@node-red/nodes": "2.0.5",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",