Skip to content

Commit

Permalink
chore(release): 5.2.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0-alpha.1](parse-community/parse-dashboard@5.1.0...5.2.0-alpha.1) (2023-05-21)

### Bug Fixes

* Uncaught error when editing Number field in Edit Row dialog ([parse-community#2401](parse-community#2401)) ([26bd6fa](parse-community@26bd6fa))

### Features

* Add visual configurator for Parse Dashboard settings ([parse-community#2406](parse-community#2406)) ([228d839](parse-community@228d839))
* Data types and pointer classes are sorted alphabetically in dialog to add new column ([parse-community#2400](parse-community#2400)) ([d9d285b](parse-community@d9d285b))
* Sort Cloud Code Jobs alphabetically ([parse-community#2402](parse-community#2402)) ([77fc372](parse-community@77fc372))
  • Loading branch information
semantic-release-bot committed May 21, 2023
1 parent 228d839 commit 52ca7fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.2.0-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/5.1.0...5.2.0-alpha.1) (2023-05-21)


### Bug Fixes

* Uncaught error when editing Number field in Edit Row dialog ([#2401](https://github.com/ParsePlatform/parse-dashboard/issues/2401)) ([26bd6fa](https://github.com/ParsePlatform/parse-dashboard/commit/26bd6fa39be1076621856a9c86dcd1307f8f7fdd))

### Features

* Add visual configurator for Parse Dashboard settings ([#2406](https://github.com/ParsePlatform/parse-dashboard/issues/2406)) ([228d839](https://github.com/ParsePlatform/parse-dashboard/commit/228d83903fd8698da7b96a5b74699f3ff2d5dad4))
* Data types and pointer classes are sorted alphabetically in dialog to add new column ([#2400](https://github.com/ParsePlatform/parse-dashboard/issues/2400)) ([d9d285b](https://github.com/ParsePlatform/parse-dashboard/commit/d9d285b7f90434d3bb138c2c765272498e3f09c3))
* Sort Cloud Code Jobs alphabetically ([#2402](https://github.com/ParsePlatform/parse-dashboard/issues/2402)) ([77fc372](https://github.com/ParsePlatform/parse-dashboard/commit/77fc372bedb9fb4eca728c1bc076e823c5bc3a2c))

# [5.1.0-alpha.13](https://github.com/ParsePlatform/parse-dashboard/compare/5.1.0-alpha.12...5.1.0-alpha.13) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-dashboard",
"version": "5.2.0-beta.1",
"version": "5.2.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-dashboard"
Expand Down

0 comments on commit 52ca7fc

Please sign in to comment.