From 850d7b3f20160761a21f68ec398d7207b8226770 Mon Sep 17 00:00:00 2001 From: Ashish Baravaliya <49753983+AshishBarvaliya@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:20:07 -0500 Subject: [PATCH 1/2] fix: App metrics for user and installation counts show dash (#2528) --- src/dashboard/Apps/AppsIndex.react.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/dashboard/Apps/AppsIndex.react.js b/src/dashboard/Apps/AppsIndex.react.js index 17629e578e..51321ca135 100644 --- a/src/dashboard/Apps/AppsIndex.react.js +++ b/src/dashboard/Apps/AppsIndex.react.js @@ -115,11 +115,6 @@ class AppsIndex extends React.Component { } componentWillMount() { - if (AppsManager.apps().length === 1) { - const [app] = AppsManager.apps(); - this.props.navigate(`/apps/${app.slug}/browser`); - return; - } document.body.addEventListener('keydown', this.focusField); AppsManager.getAllAppsIndexStats().then(() => { this.forceUpdate(); From 09f48fc4b1ebfb5c3c5b47a190b4affa5b3ff0d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 00:21:47 +0000 Subject: [PATCH 2/2] chore(release): 5.4.0-alpha.6 [skip ci] # [5.4.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/5.4.0-alpha.5...5.4.0-alpha.6) (2024-02-26) ### Bug Fixes * App metrics for user and installation counts show dash ([#2528](https://github.com/ParsePlatform/parse-dashboard/issues/2528)) ([850d7b3](https://github.com/ParsePlatform/parse-dashboard/commit/850d7b3f20160761a21f68ec398d7207b8226770)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 75c458ee32..cfe78ace9e 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [5.4.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/5.4.0-alpha.5...5.4.0-alpha.6) (2024-02-26) + + +### Bug Fixes + +* App metrics for user and installation counts show dash ([#2528](https://github.com/ParsePlatform/parse-dashboard/issues/2528)) ([850d7b3](https://github.com/ParsePlatform/parse-dashboard/commit/850d7b3f20160761a21f68ec398d7207b8226770)) + # [5.4.0-alpha.5](https://github.com/ParsePlatform/parse-dashboard/compare/5.4.0-alpha.4...5.4.0-alpha.5) (2024-02-18) diff --git a/package-lock.json b/package-lock.json index 2f3f9c5885..b47be52f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "5.4.0-alpha.5", + "version": "5.4.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d0fd52da0..e4a5e51c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "5.4.0-alpha.5", + "version": "5.4.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"