Skip to content

Commit a6c2006

Browse files
authored
Release v2.0.3 (#1294)
* Update CHANGELOG.md * bump version & run npm install
1 parent d3387f2 commit a6c2006

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Parse Dashboard Changelog
22

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

66
* _Contributing to this repo? Add info about your change here to be included in next release_
7-
* Fix: Feature "masterkey parameters" requires Parse Server >= 3.9.0
7+
8+
### 2.0.3
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...2.0.3)
10+
* Fix: Feature "masterkey parameters" requires Parse Server >= 3.9.0 ([#1281](https://github.com/parse-community/parse-dashboard/pull/1281)), thanks to [Manuel Trezza](https://github.com/mtrezza)
11+
* Fix: CLP dialog for pointer fields ([#1283](https://github.com/parse-community/parse-dashboard/pull/1283)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
12+
* Fix: Force pointer array items to always be pointers ([#1291](https://github.com/parse-community/parse-dashboard/pull/1291)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
813

914
### 2.0.2
1015
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...2.0.2)

package-lock.json

Lines changed: 15 additions & 15 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.2",
24+
"version": "2.0.3",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)