Skip to content

Commit d32a043

Browse files
chore(release): 4.1.2-alpha.1 [skip ci]
## [4.1.2-alpha.1](4.1.1...4.1.2-alpha.1) (2022-05-01) ### Bug Fixes * data export is missing rows when exporting more than 100 rows ([#2087](#2087)) ([a070627](a070627)) * security upgrade async from 2.6.3 to 2.6.4 ([#2094](#2094)) ([6140ef7](6140ef7)) * security upgrade cross-fetch from 3.1.4 to 3.1.5 ([#2105](#2105)) ([24ca77f](24ca77f))
1 parent 7eea6a1 commit d32a043

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelogs/CHANGELOG_alpha.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.1.2-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.1...4.1.2-alpha.1) (2022-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* data export is missing rows when exporting more than 100 rows ([#2087](https://github.com/ParsePlatform/parse-dashboard/issues/2087)) ([a070627](https://github.com/ParsePlatform/parse-dashboard/commit/a070627223a93a05b9784754a65f023278521efe))
7+
* security upgrade async from 2.6.3 to 2.6.4 ([#2094](https://github.com/ParsePlatform/parse-dashboard/issues/2094)) ([6140ef7](https://github.com/ParsePlatform/parse-dashboard/commit/6140ef78b9444741e64c6e46eb3344bc9fbf61e8))
8+
* security upgrade cross-fetch from 3.1.4 to 3.1.5 ([#2105](https://github.com/ParsePlatform/parse-dashboard/issues/2105)) ([24ca77f](https://github.com/ParsePlatform/parse-dashboard/commit/24ca77fbce6b580ccaccb9812a8f6dcb53304e67))
9+
110
## [4.1.1-alpha.4](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.1-alpha.3...4.1.1-alpha.4) (2022-04-28)
211

312

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "4.1.1-alpha.4",
3+
"version": "4.1.2-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)