Skip to content

Commit 08a78a3

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](6.2.0...7.0.0) (2025-04-04) ### Bug Fixes * Title row disappears when scrolling down in data browser ([#2690](#2690)) ([7eebc45](7eebc45)) ### Features * Allow to select and copy multiple cells in data browser ([#2691](#2691)) ([eb50315](eb50315)) * Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` ([#2694](#2694)) ([034df6a](034df6a)) ### BREAKING CHANGES * Increases the minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0`. ([034df6a](034df6a))
1 parent 7272f8f commit 08a78a3

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

changelogs/CHANGELOG_release.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [7.0.0](https://github.com/parse-community/parse-dashboard/compare/6.2.0...7.0.0) (2025-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Title row disappears when scrolling down in data browser ([#2690](https://github.com/parse-community/parse-dashboard/issues/2690)) ([7eebc45](https://github.com/parse-community/parse-dashboard/commit/7eebc45a17844e7d72c5a7e86963ee355f63dd77))
7+
8+
### Features
9+
10+
* Allow to select and copy multiple cells in data browser ([#2691](https://github.com/parse-community/parse-dashboard/issues/2691)) ([eb50315](https://github.com/parse-community/parse-dashboard/commit/eb503151b30a5fd35437559eaddfc7e7e5991dc7))
11+
* Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` ([#2694](https://github.com/parse-community/parse-dashboard/issues/2694)) ([034df6a](https://github.com/parse-community/parse-dashboard/commit/034df6af3526edc33768f408c9e8faf018fa2ba9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Increases the minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0`. ([034df6a](034df6a))
17+
118
# [6.2.0](https://github.com/ParsePlatform/parse-dashboard/compare/6.1.0...6.2.0) (2025-03-17)
219

320

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "7.0.0-alpha.2",
3+
"version": "7.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/parse-community/parse-dashboard"

0 commit comments

Comments
 (0)