Bump for 0.19.2

This commit is contained in:
Nick O'Leary 2018-08-24 13:25:02 +01:00
parent c1a1a73599
commit 3169f93cc2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,12 @@
#### 0.19.2: Maintenance Release
- Ensure node default colour is used if palette.theme has no match
- fix lost messages / properties in TCPRequest Node; closes #1863 (#1864)
- Fix typo in template.html
- Improve error reporting from context plugin loading
- Prevent no-op edit of node marking as changed due to icon
- Change node must handle empty rule set
#### 0.19.1: Maintenance Release #### 0.19.1: Maintenance Release
- Pull in latest twitter node - Pull in latest twitter node

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red", "name": "node-red",
"version": "0.19.1", "version": "0.19.2",
"description": "A visual tool for wiring the Internet of Things", "description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org", "homepage": "http://nodered.org",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -33,7 +33,7 @@
"flow" "flow"
], ],
"dependencies": { "dependencies": {
"ajv": "6.5.2", "ajv": "6.5.3",
"basic-auth": "2.0.0", "basic-auth": "2.0.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.18.3", "body-parser": "1.18.3",
@ -56,7 +56,7 @@
"jsonata": "1.5.4", "jsonata": "1.5.4",
"media-typer": "0.3.0", "media-typer": "0.3.0",
"memorystore": "1.6.0", "memorystore": "1.6.0",
"mqtt": "2.18.3", "mqtt": "2.18.5",
"multer": "1.3.1", "multer": "1.3.1",
"mustache": "2.3.1", "mustache": "2.3.1",
"node-red-node-email": "0.1.*", "node-red-node-email": "0.1.*",
@ -71,9 +71,9 @@
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"raw-body": "2.3.3", "raw-body": "2.3.3",
"request": "2.88.0", "request": "2.88.0",
"semver": "5.5.0", "semver": "5.5.1",
"sentiment": "2.1.0", "sentiment": "2.1.0",
"uglify-js": "3.4.7", "uglify-js": "3.4.8",
"when": "3.7.8", "when": "3.7.8",
"ws": "1.1.5", "ws": "1.1.5",
"xml2js": "0.4.19" "xml2js": "0.4.19"
@ -103,6 +103,7 @@
"http-proxy": "^1.16.2", "http-proxy": "^1.16.2",
"istanbul": "0.4.5", "istanbul": "0.4.5",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"node-red-node-test-helper": "0.1.7",
"should": "^8.4.0", "should": "^8.4.0",
"sinon": "1.17.7", "sinon": "1.17.7",
"stoppable": "^1.0.6", "stoppable": "^1.0.6",
@ -110,8 +111,7 @@
"wdio-chromedriver-service": "^0.1.3", "wdio-chromedriver-service": "^0.1.3",
"wdio-mocha-framework": "^0.6.2", "wdio-mocha-framework": "^0.6.2",
"wdio-spec-reporter": "^0.1.5", "wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.1", "webdriverio": "^4.13.1"
"node-red-node-test-helper": "^0.1.7"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=4"