Skip to content

Commit bbda8d2

Browse files
chore(release): 7.0.0-alpha.16 [skip ci]
# [7.0.0-alpha.16](7.0.0-alpha.15...7.0.0-alpha.16) (2024-02-14) ### Features * Deprecation DEPPS9: LiveQuery `fields` option is renamed to `keys` ([#8852](#8852)) ([38983e8](38983e8)) ### BREAKING CHANGES * LiveQuery `fields` option is renamed to `keys` ([38983e8](38983e8))
1 parent 38983e8 commit bbda8d2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: changelogs/CHANGELOG_alpha.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0-alpha.16](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.15...7.0.0-alpha.16) (2024-02-14)
2+
3+
4+
### Features
5+
6+
* Deprecation DEPPS9: LiveQuery `fields` option is renamed to `keys` ([#8852](https://github.com/parse-community/parse-server/issues/8852)) ([38983e8](https://github.com/parse-community/parse-server/commit/38983e8e9b5cdbd006f311a2338103624137d013))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* LiveQuery `fields` option is renamed to `keys` ([38983e8](38983e8))
12+
113
# [7.0.0-alpha.15](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.14...7.0.0-alpha.15) (2024-02-14)
214

315

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "7.0.0-alpha.15",
3+
"version": "7.0.0-alpha.16",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)