diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bd55cdb7..8a521df457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 2.0.2 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...2.0.2) +* Fix: filter tab not working for _User, and ohter classes starting with _ ([#1275](https://github.com/parse-community/parse-dashboard/pull/1275)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo) +* Fix: Data Browser is not updating accordingly ([#1276](https://github.com/parse-community/parse-dashboard/pull/1276)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo) +* NEW: Copy cell value using CTRL+C ([#1272](https://github.com/parse-community/parse-dashboard/pull/1272)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* Docs: Update NodeJS required version in README ([#1265](https://github.com/parse-community/parse-dashboard/pull/1265)), thanks to [Jerome](https://github.com/JeromeDeLeon) + ### 2.0.1 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.0...2.0.1) * Publishing it again since there is an old test 2.0.0 release already published to npm diff --git a/package-lock.json b/package-lock.json index 3674f7df91..e5c1675227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10205,7 +10205,7 @@ "cors": "2.8.5", "deepcopy": "2.0.0", "express": "4.17.1", - "follow-redirects": "1.8.1", + "follow-redirects": "1.9.0", "graphql": "14.5.4", "graphql-list-fields": "2.0.2", "graphql-tools": "^4.0.5", @@ -10217,8 +10217,8 @@ "mime": "2.4.4", "mongodb": "3.3.2", "node-rsa": "1.0.5", - "parse": "2.7.0", - "pg-promise": "9.1.2", + "parse": "2.7.1", + "pg-promise": "9.1.4", "pluralize": "^8.0.0", "redis": "2.8.0", "semver": "6.3.0", diff --git a/package.json b/package.json index 4efa7f3c34..125bf2374f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"