diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 67a8c0f997..48f5e5b54c 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [3.3.0-alpha.9](/~https://github.com/ParsePlatform/parse-dashboard/compare/3.3.0-alpha.8...3.3.0-alpha.9) (2021-10-20) + + +### Features + +* add visual distinction in data browser for internal classes and display their real names with underscore ([#1878](/~https://github.com/ParsePlatform/parse-dashboard/issues/1878)) ([ac8d85e](/~https://github.com/ParsePlatform/parse-dashboard/commit/ac8d85e368d1ff0f2bc644b30264b9af7c86c76d)) + # [3.3.0-alpha.8](/~https://github.com/ParsePlatform/parse-dashboard/compare/3.3.0-alpha.7...3.3.0-alpha.8) (2021-10-20) diff --git a/package-lock.json b/package-lock.json index 35c44d2cf1..49fee75875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.3.0-alpha.8", + "version": "3.3.0-alpha.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16144e80db..d8450a84c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.3.0-alpha.8", + "version": "3.3.0-alpha.9", "repository": { "type": "git", "url": "/~https://github.com/ParsePlatform/parse-dashboard"