chore(release): 7.0.0-alpha.30 [skip ci]

# [7.0.0-alpha.30](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.29...7.0.0-alpha.30) (2024-03-20)

### Bug Fixes

* `Required` option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations ([#8915](https://github.com/parse-community/parse-server/issues/8915)) ([907ad42](907ad4267c))
This commit is contained in:
semantic-release-bot
2024-03-20 22:33:46 +00:00
parent 907ad4267c
commit 7d84b244ab
3 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "7.0.0-beta.1",
"version": "7.0.0-alpha.30",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {