Skip to content

Commit ce350f7

Browse files
authored
build: release beta
2 parents 9130345 + 0053231 commit ce350f7

File tree

6 files changed

+131
-97
lines changed

6 files changed

+131
-97
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
matrix:
113113
include:
114114
- name: Node 12
115-
NODE_VERSION: 12.22.9
115+
NODE_VERSION: 12.22.10
116116
- name: Node 14
117-
NODE_VERSION: 14.18.3
117+
NODE_VERSION: 14.19.0
118118
- name: Node 16
119119
NODE_VERSION: 16.10.0
120120
fail-fast: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
102102

103103
| Version | Latest Version | End-of-Life | Compatible |
104104
|------------|----------------|-------------|--------------|
105-
| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes |
106-
| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes |
105+
| Node.js 12 | 12.22.10 | April 2022 | ✅ Yes |
106+
| Node.js 14 | 14.19.0 | April 2023 | ✅ Yes |
107107
| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108108
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |
109109

changelogs/CHANGELOG_alpha.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.0.0-alpha.17](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.16...4.0.0-alpha.17) (2022-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* security upgrade prismjs from 1.26.0 to 1.27.0 ([#2047](https://github.com/ParsePlatform/parse-dashboard/issues/2047)) ([3afb24e](https://github.com/ParsePlatform/parse-dashboard/commit/3afb24e708a69560732a725574953333431c1ca9))
7+
8+
# [4.0.0-alpha.16](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.15...4.0.0-alpha.16) (2022-02-10)
9+
10+
11+
### Bug Fixes
12+
13+
* adding internal class (e.g. `_User`) fails due to prefixed underscore ([#2036](https://github.com/ParsePlatform/parse-dashboard/issues/2036)) ([f80bd07](https://github.com/ParsePlatform/parse-dashboard/commit/f80bd07a42b19fc4fa2632e0147fa72812a87c2f))
14+
115
# [4.0.0-alpha.15](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.14...4.0.0-alpha.15) (2022-01-26)
216

317

package-lock.json

Lines changed: 104 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)