From 22d748fdc1e95661dc39226f5f797dc8fb0e5c2f Mon Sep 17 00:00:00 2001 From: Douglas Muraoka Date: Thu, 11 Jul 2019 13:00:32 -0300 Subject: [PATCH 1/4] 1.4.0 version bump + changelog --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 5 +++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bceab1b840..d81db95a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.0...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.4.0 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0) + +* Feature: GraphQL API playground (#1123), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) +* Fix: Can't switch (dropdown list) between servers #1045, thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) + ### 1.3.3 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3) diff --git a/package-lock.json b/package-lock.json index 3ab2fc01bf..637addccb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10041,7 +10041,7 @@ "graphql-upload": "8.0.7", "intersect": "1.0.1", "jsonwebtoken": "8.5.1", - "lodash": "4.17.13", + "lodash": "4.17.14", "lru-cache": "5.1.1", "mime": "2.4.4", "mongodb": "3.2.7", diff --git a/package.json b/package.json index 089828ffbd..6ee245b6c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "Cloud Code Viewer", "Cloud Code Jobs Viewer and Runner", "Parse Config", - "API Console", + "REST API Console", + "GraphQL API Console", "Class Level Permissions Editor", "Pointer Permissions Editor", "Send Push Notifications", @@ -20,7 +21,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.3.3", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From f6dad5e85a21aaa23354adf25850045d08aef57a Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Thu, 11 Jul 2019 17:12:12 +0100 Subject: [PATCH 2/4] formatting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81db95a6c..1cb53d8a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ ### 1.4.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0) -* Feature: GraphQL API playground (#1123), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) -* Fix: Can't switch (dropdown list) between servers #1045, thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) +* Feature: GraphQL API playground ([#1123](https://github.com/parse-community/parse-dashboard/pull/1123)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) +* Fix: Can't switch (dropdown list) between servers [#1045](https://github.com/parse-community/parse-dashboard/issues/1045) ([#1125](https://github.com/parse-community/parse-dashboard/pull/1125)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) ### 1.3.3 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3) From 8bdd2b2ce71fe31a82258b81db7278df6cc429ce Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Thu, 11 Jul 2019 12:31:15 -0400 Subject: [PATCH 3/4] Add Lodash Security fix to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb53d8a4a..f71eda513c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### 1.4.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0) - +* Security Fix: see: https://github.com/parse-community/parse-dashboard/network/alert/package-lock.json/lodash/open [22d748](https://github.com/parse-community/parse-dashboard/pull/1134/commits/22d748fdc1e95661dc39226f5f797dc8fb0e5c2f) * Feature: GraphQL API playground ([#1123](https://github.com/parse-community/parse-dashboard/pull/1123)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) * Fix: Can't switch (dropdown list) between servers [#1045](https://github.com/parse-community/parse-dashboard/issues/1045) ([#1125](https://github.com/parse-community/parse-dashboard/pull/1125)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) From 22a21024811c7ac76a7fbed916b19dde4bae2126 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Thu, 11 Jul 2019 12:32:13 -0400 Subject: [PATCH 4/4] nit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71eda513c..cce5e3328f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### 1.4.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0) -* Security Fix: see: https://github.com/parse-community/parse-dashboard/network/alert/package-lock.json/lodash/open [22d748](https://github.com/parse-community/parse-dashboard/pull/1134/commits/22d748fdc1e95661dc39226f5f797dc8fb0e5c2f) +* Security Fix: see the [advisory](https://github.com/parse-community/parse-dashboard/network/alert/package-lock.json/lodash/open) for details. [22d748](https://github.com/parse-community/parse-dashboard/pull/1134/commits/22d748fdc1e95661dc39226f5f797dc8fb0e5c2f) * Feature: GraphQL API playground ([#1123](https://github.com/parse-community/parse-dashboard/pull/1123)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) * Fix: Can't switch (dropdown list) between servers [#1045](https://github.com/parse-community/parse-dashboard/issues/1045) ([#1125](https://github.com/parse-community/parse-dashboard/pull/1125)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka)