From a6c20060b34706ea05c0f1930f1cc31bb8bb5adf Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Tue, 17 Sep 2019 21:09:09 +0100 Subject: [PATCH] Release v2.0.3 (#1294) * Update CHANGELOG.md * bump version & run npm install --- CHANGELOG.md | 9 +++++++-- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be086115b..4cc84dd3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.3...master) * _Contributing to this repo? Add info about your change here to be included in next release_ -* Fix: Feature "masterkey parameters" requires Parse Server >= 3.9.0 + +### 2.0.3 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...2.0.3) +* Fix: Feature "masterkey parameters" requires Parse Server >= 3.9.0 ([#1281](https://github.com/parse-community/parse-dashboard/pull/1281)), thanks to [Manuel Trezza](https://github.com/mtrezza) +* Fix: CLP dialog for pointer fields ([#1283](https://github.com/parse-community/parse-dashboard/pull/1283)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo) +* Fix: Force pointer array items to always be pointers ([#1291](https://github.com/parse-community/parse-dashboard/pull/1291)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo) ### 2.0.2 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...2.0.2) diff --git a/package-lock.json b/package-lock.json index 1065c7fe6f..8fe1ad31e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1478,15 +1478,6 @@ } } }, - "@parse/s3-files-adapter": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@parse/s3-files-adapter/-/s3-files-adapter-1.2.3.tgz", - "integrity": "sha512-fmCf2X1akoCSpY3x4TOC7wj1jWI1qM0u6thUwwOXyREebw+YvEclufXGorpbIEhLeZj+foyg2s7nxDaxKqmAQg==", - "dev": true, - "requires": { - "aws-sdk": "^2.59.0" - } - }, "@parse/simple-mailgun-adapter": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@parse/simple-mailgun-adapter/-/simple-mailgun-adapter-1.1.0.tgz", @@ -10220,7 +10211,7 @@ "@apollographql/graphql-playground-html": "1.6.24", "@parse/fs-files-adapter": "1.0.1", "@parse/push-adapter": "3.0.10", - "@parse/s3-files-adapter": "1.2.3", + "@parse/s3-files-adapter": "1.3.0", "@parse/simple-mailgun-adapter": "1.1.0", "apollo-server-express": "2.9.3", "bcrypt": "3.0.6", @@ -10231,7 +10222,7 @@ "deepcopy": "2.0.0", "express": "4.17.1", "follow-redirects": "1.9.0", - "graphql": "14.5.4", + "graphql": "14.5.6", "graphql-list-fields": "2.0.2", "graphql-tools": "^4.0.5", "graphql-upload": "8.0.7", @@ -10300,6 +10291,15 @@ } } }, + "@parse/s3-files-adapter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@parse/s3-files-adapter/-/s3-files-adapter-1.3.0.tgz", + "integrity": "sha512-Sw5P2qLt5wxFv/j8auChfOomZFIZ4jhP5f85qpgOk1OCITFwvd7FWF6Qo3N72Hqn/9MCr76tblb/JBNEU+Qgjw==", + "dev": true, + "requires": { + "aws-sdk": "^2.59.0" + } + }, "@types/body-parser": { "version": "1.17.1", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.17.1.tgz", @@ -10497,9 +10497,9 @@ } }, "graphql": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.4.tgz", - "integrity": "sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==", + "version": "14.5.6", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.6.tgz", + "integrity": "sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg==", "dev": true, "requires": { "iterall": "^1.2.2" diff --git a/package.json b/package.json index 363e05780d..94e8ed5039 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.2", + "version": "2.0.3", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"