Skip to content

Commit 04520e2

Browse files
chore(release): 4.1.2-alpha.2 [skip ci]
## [4.1.2-alpha.2](4.1.2-alpha.1...4.1.2-alpha.2) (2022-05-30) ### Bug Fixes * config options like `--port` or `--config` are ignored ([#2113](#2113)) ([6d70d8a](6d70d8a)) * preserve previous condition field value on constraint change ([#1969](#1969)) ([f4c3060](f4c3060)) * security upgrade node-fetch from 2.6.5 to 2.6.7 ([#2114](#2114)) ([5423b0d](5423b0d)) * upgrade graphiql from 1.8.4 to 1.8.5 ([#2111](#2111)) ([1a50d30](1a50d30)) ### Reverts * feat: change string filter description ([#2059](#2059)) ([db5d23b](db5d23b))
1 parent e436990 commit 04520e2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

changelogs/CHANGELOG_alpha.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [4.1.2-alpha.2](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.2-alpha.1...4.1.2-alpha.2) (2022-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* config options like `--port` or `--config` are ignored ([#2113](https://github.com/ParsePlatform/parse-dashboard/issues/2113)) ([6d70d8a](https://github.com/ParsePlatform/parse-dashboard/commit/6d70d8aa74caf0d9c0d335a99a48347dc412ac4e))
7+
* preserve previous condition field value on constraint change ([#1969](https://github.com/ParsePlatform/parse-dashboard/issues/1969)) ([f4c3060](https://github.com/ParsePlatform/parse-dashboard/commit/f4c30605f675bd7a681be127b2dfb3fc11f90e32))
8+
* security upgrade node-fetch from 2.6.5 to 2.6.7 ([#2114](https://github.com/ParsePlatform/parse-dashboard/issues/2114)) ([5423b0d](https://github.com/ParsePlatform/parse-dashboard/commit/5423b0d70cb72081933ed7531a55f49d39f3b92c))
9+
* upgrade graphiql from 1.8.4 to 1.8.5 ([#2111](https://github.com/ParsePlatform/parse-dashboard/issues/2111)) ([1a50d30](https://github.com/ParsePlatform/parse-dashboard/commit/1a50d30b6b7d769e04c2c8e82d60142dd2e52b70))
10+
11+
### Reverts
12+
13+
* feat: change string filter description ([#2059](https://github.com/ParsePlatform/parse-dashboard/issues/2059)) ([db5d23b](https://github.com/ParsePlatform/parse-dashboard/commit/db5d23bf17f65d0db3e5d0d4ef4ca506d8394fb9))
14+
115
## [4.1.2-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.1...4.1.2-alpha.1) (2022-05-01)
216

317

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.2-alpha.1",
3+
"version": "4.1.2-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)