Skip to content

Commit f74c4f3

Browse files
authored
1.4.3 (#1192)
* 1.4.3 * add links to 1.4.2 release
1 parent 170c0c5 commit f74c4f3

File tree

3 files changed

+29
-47
lines changed

3 files changed

+29
-47
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
## Parse Dashboard Changelog
22

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

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

8+
### 1.4.3
9+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.2...1.4.3)
10+
* Fix 1.4.2 release.
11+
812
### 1.4.2
913
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.1...1.4.2)
10-
* Feature: Include count CLP option (#1180), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
11-
* Fix: AppsMenu broken layout when app name is too long (#1164), thanks to [Lucas Alencar](https://github.com/alencarlucas)
12-
* Fix: getFileName lib to display correctly the filename (#1154), thanks to [Yago Tomé](https://github.com/yagotome)
13-
* Fix: Scroll is not working properly (#1151), thanks to [Lucas Alencar](https://github.com/alencarlucas)
14-
* Fix: AppsMenu not closing after selecting app (#1146), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
15-
* Feature: Add client key into GraphQL console by default (#1142), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
16-
* Fix: GraphQL console headers menu not visible (#1141), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
17-
* Fix: project not installing due to package-lock (#1143), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
14+
* Feature: Include count CLP option ([#1180](https://github.com/parse-community/parse-dashboard/pull/1180)), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
15+
* Fix: AppsMenu broken layout when app name is too long ([#1164](https://github.com/parse-community/parse-dashboard/pull/1164)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
16+
* Fix: getFileName lib to display correctly the filename ([#1154](https://github.com/parse-community/parse-dashboard/pull/1154)), thanks to [Yago Tomé](https://github.com/yagotome)
17+
* Fix: Scroll is not working properly ([#1151](https://github.com/parse-community/parse-dashboard/pull/1151)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
18+
* Fix: AppsMenu not closing after selecting app ([#1146](https://github.com/parse-community/parse-dashboard/pull/1146)), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
19+
* Feature: Add client key into GraphQL console by default ([#1142](https://github.com/parse-community/parse-dashboard/pull/1142)), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
20+
* Fix: GraphQL console headers menu not visible ([#1141](https://github.com/parse-community/parse-dashboard/pull/1141)), thanks to [Douglas Muroaka](https://github.com/douglasmuraoka)
21+
* Fix: project not installing due to package-lock ([#1143](https://github.com/parse-community/parse-dashboard/pull/1143)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
1822

1923
### 1.4.1
2024
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.0...1.4.1)

package-lock.json

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

0 commit comments

Comments
 (0)