Skip to content

Commit d826e0d

Browse files
authored
Merge branch 'alpha' into feature/relative-date-filter
2 parents 79a274e + adb9b5c commit d826e0d

File tree

7 files changed

+366
-208
lines changed

7 files changed

+366
-208
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.2.0-alpha.4](https://github.com/parse-community/parse-dashboard/compare/7.2.0-alpha.3...7.2.0-alpha.4) (2025-05-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Improperly aligned unfolding sub-items in context menu in data browser ([#2726](https://github.com/parse-community/parse-dashboard/issues/2726)) ([3fed292](https://github.com/parse-community/parse-dashboard/commit/3fed292b70f9400d4fb09b44d215de377d568c03))
7+
18
# [7.2.0-alpha.3](https://github.com/parse-community/parse-dashboard/compare/7.2.0-alpha.2...7.2.0-alpha.3) (2025-05-19)
29

310

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "7.2.0-alpha.3",
3+
"version": "7.2.0-alpha.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/parse-community/parse-dashboard"
@@ -46,11 +46,12 @@
4646
"core-js": "3.41.0",
4747
"csurf": "1.11.0",
4848
"express": "4.21.2",
49+
"fast-deep-equal": "3.1.3",
4950
"graphiql": "2.0.8",
5051
"graphql": "16.11.0",
5152
"immutable": "5.1.2",
5253
"immutable-devtools": "0.1.5",
53-
"inquirer": "12.6.0",
54+
"inquirer": "12.6.1",
5455
"js-beautify": "1.15.4",
5556
"otpauth": "8.0.3",
5657
"package-json": "7.0.0",

0 commit comments

Comments
 (0)