Update changelog and bump dependencies

This commit is contained in:
Nick O'Leary 2020-10-13 21:49:11 +01:00
parent 9af883231d
commit 82ad5839fa
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
9 changed files with 38 additions and 22 deletions

View File

@ -1,3 +1,19 @@
### 1.2.0: Milestone Release
Editor
- Fix selection of link node not existing within active workspace #2722 (@HiroyasuNishiyama)
- Fix import of merged flow
- Fix width of upload button in Safari #2718 (@HiroyasuNishiyama)
- Update Chinese translations #2719 (@JiyeYu)
- Update Japanese translations needed for 1.2 #2710 (@kazuhitoyokoi)
- Fix unexpected line break of sidebar tab name popover #2716 (@HiroyasuNishiyama)
- i18n module refresh tooltip #2717 (@HiroyasuNishiyama)
- Add better error message if context file gets corrupted
- Update info text of function node #2714 (@HiroyasuNishiyama)
- Use markdown editor if editText called with md mode
- Prevent group actions when in non-default mouse mode
### 1.2.0-beta.1: Beta Release
Editor

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -26,7 +26,7 @@
}
],
"dependencies": {
"ajv": "6.12.5",
"ajv": "6.12.6",
"async-mutex": "0.2.4",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
@ -73,7 +73,7 @@
"request": "2.88.0",
"semver": "6.3.0",
"tar": "6.0.5",
"uglify-js": "3.11.0",
"uglify-js": "3.11.2",
"when": "3.7.8",
"ws": "6.2.1",
"xml2js": "0.4.23"
@ -111,7 +111,7 @@
"mosca": "^2.8.3",
"node-red-node-test-helper": "^0.2.5",
"node-sass": "^4.14.1",
"nodemon": "2.0.4",
"nodemon": "2.0.5",
"should": "13.2.3",
"sinon": "1.17.7",
"stoppable": "^1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "1.2.0-beta.1",
"@node-red/editor-client": "1.2.0-beta.1",
"@node-red/util": "1.2.0",
"@node-red/editor-client": "1.2.0",
"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": "1.2.0-beta.1",
"version": "1.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
}
],
"dependencies": {
"ajv": "6.12.5",
"ajv": "6.12.6",
"body-parser": "1.19.0",
"cheerio": "0.22.0",
"content-type": "1.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,10 +16,10 @@
}
],
"dependencies": {
"@node-red/util": "1.2.0-beta.1",
"@node-red/util": "1.2.0",
"semver": "6.3.0",
"tar": "6.0.5",
"uglify-js": "3.11.0",
"uglify-js": "3.11.2",
"when": "3.7.8"
}
}

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"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": "1.2.0-beta.1",
"@node-red/runtime": "1.2.0-beta.1",
"@node-red/util": "1.2.0-beta.1",
"@node-red/nodes": "1.2.0-beta.1",
"@node-red/editor-api": "1.2.0",
"@node-red/runtime": "1.2.0",
"@node-red/util": "1.2.0",
"@node-red/nodes": "1.2.0",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",