Skip to content

build: release beta #2225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
31a2b78
fix: login fails with error `req.session.regenerate is not a function…
mtrezza Jul 3, 2022
8e28b2a
refactor: upgrade graphiql from 1.8.9 to 1.9.7 (#2202)
dplewis Jul 4, 2022
35e4476
feat: remove support and documentation links (#2203)
mtrezza Jul 4, 2022
062002e
chore(release): 4.2.0-alpha.1 [skip ci]
semantic-release-bot Jul 4, 2022
811c5a3
refactor: upgrade core-js from 3.22.8 to 3.23.0 (#2209)
mtrezza Jul 5, 2022
69cb0e0
refactor: upgrade core-js from 3.23.0 to 3.23.1 (#2211)
snyk-bot Jul 6, 2022
f290e54
refactor: upgrade typescript from 4.7.3 to 4.7.4 (#2213)
dplewis Jul 9, 2022
230fc14
feat: improve button labels to be more concise in text (#2207)
MrMartinR Jul 11, 2022
927d1d8
chore(release): 4.2.0-alpha.2 [skip ci]
semantic-release-bot Jul 11, 2022
23e3c50
refactor: upgrade core-js from 3.23.1 to 3.23.2 (#2217)
snyk-bot Jul 12, 2022
14be686
refactor: upgrade js-beautify from 1.14.2 to 1.14.4 (#2216)
snyk-bot Jul 15, 2022
b89d044
fix: button text "Show all" in column menu is truncated (#2208)
MrMartinR Jul 15, 2022
a767375
chore(release): 4.2.0-alpha.3 [skip ci]
semantic-release-bot Jul 15, 2022
e8b373d
refactor: upgrade core-js from 3.23.2 to 3.23.3 (#2218)
snyk-bot Jul 17, 2022
bc085c7
refactor: upgrade react-popper-tooltip from 4.4.1 to 4.4.2 (#2221)
snyk-bot Jul 19, 2022
645cfdd
fix: security upgrade terser from 5.10.0 to 5.14.2 (#2222)
dependabot[bot] Jul 20, 2022
37a2424
chore(release): 4.2.0-alpha.4 [skip ci]
semantic-release-bot Jul 20, 2022
190ee6e
refactor: upgrade @babel/runtime from 7.18.3 to 7.18.6 (#2220)
snyk-bot Jul 22, 2022
0f3d789
ci: release commit
mtrezza Aug 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [4.2.0-alpha.4](https://github.com/ParsePlatform/parse-dashboard/compare/4.2.0-alpha.3...4.2.0-alpha.4) (2022-07-20)


### Bug Fixes

* security upgrade terser from 5.10.0 to 5.14.2 ([#2222](https://github.com/ParsePlatform/parse-dashboard/issues/2222)) ([645cfdd](https://github.com/ParsePlatform/parse-dashboard/commit/645cfdd5939aca429b988e7a7c1a1b6a68230810))

# [4.2.0-alpha.3](https://github.com/ParsePlatform/parse-dashboard/compare/4.2.0-alpha.2...4.2.0-alpha.3) (2022-07-15)


### Bug Fixes

* button text "Show all" in column menu is truncated ([#2208](https://github.com/ParsePlatform/parse-dashboard/issues/2208)) ([b89d044](https://github.com/ParsePlatform/parse-dashboard/commit/b89d044a504c6748932907f075819a13aa08fb51))

# [4.2.0-alpha.2](https://github.com/ParsePlatform/parse-dashboard/compare/4.2.0-alpha.1...4.2.0-alpha.2) (2022-07-11)


### Features

* improve button labels to be more concise in text ([#2207](https://github.com/ParsePlatform/parse-dashboard/issues/2207)) ([230fc14](https://github.com/ParsePlatform/parse-dashboard/commit/230fc1419db4d4de67c7e591cde415dbbe461c84))

# [4.2.0-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.3-alpha.1...4.2.0-alpha.1) (2022-07-04)


### Bug Fixes

* login fails with error `req.session.regenerate is not a function` ([#2195](https://github.com/ParsePlatform/parse-dashboard/issues/2195)) [skip release] ([31a2b78](https://github.com/ParsePlatform/parse-dashboard/commit/31a2b7813531e370e11b1a050ea28b575a058816))

### Features

* remove support and documentation links ([#2203](https://github.com/ParsePlatform/parse-dashboard/issues/2203)) ([35e4476](https://github.com/ParsePlatform/parse-dashboard/commit/35e44768f65c64a228cb6ea8314aa534c5342f08))

## [4.1.3-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/4.1.2...4.1.3-alpha.1) (2022-06-18)


Expand Down
218 changes: 139 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading