Skip to content

Commit 9f2d7e0

Browse files
authored
2.0.2 (#1278)
1 parent 2853d83 commit 9f2d7e0

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
## Parse Dashboard Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...master)
4+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...master)
55

66
* _Contributing to this repo? Add info about your change here to be included in next release_
77

8+
### 2.0.2
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...2.0.2)
10+
* Fix: filter tab not working for _User, and ohter classes starting with _ ([#1275](https://github.com/parse-community/parse-dashboard/pull/1275)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
11+
* Fix: Data Browser is not updating accordingly ([#1276](https://github.com/parse-community/parse-dashboard/pull/1276)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
12+
* NEW: Copy cell value using CTRL+C ([#1272](https://github.com/parse-community/parse-dashboard/pull/1272)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka)
13+
* Docs: Update NodeJS required version in README ([#1265](https://github.com/parse-community/parse-dashboard/pull/1265)), thanks to [Jerome](https://github.com/JeromeDeLeon)
14+
815
### 2.0.1
916
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.0...2.0.1)
1017
* Publishing it again since there is an old test 2.0.0 release already published to npm

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2323
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
24-
"version": "2.0.1",
24+
"version": "2.0.2",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)