-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
build: release #2336
Merged
Merged
build: release #2336
+8,077
−7,845
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: This version removes support for Node 12; the new minimum required Node version is 14.
…breaking change, but will be published as a patch version because the change should have been done with the release of `5.0.0-alpha.1` which has just been released (#2281)
# [5.0.0-alpha.2](5.0.0-alpha.1...5.0.0-alpha.2) (2022-09-27) ### Bug Fixes * increase required Node engine version to `>=14.20.1`; this is a breaking change, but will be published as a patch version because the change should have been done with the release of `5.0.0-alpha.1` which has just been released ([#2281](#2281)) ([50de52b](50de52b))
# [5.0.0-alpha.3](5.0.0-alpha.2...5.0.0-alpha.3) (2022-09-27) ### Bug Fixes * minor UI layout issues ([#2270](#2270)) ([51d083b](51d083b))
# [5.0.0-alpha.4](5.0.0-alpha.3...5.0.0-alpha.4) (2022-10-09) ### Features * keep entered filter value when changing filter operator ([#2313](#2313)) ([d6d38bf](d6d38bf))
# [5.0.0-alpha.5](5.0.0-alpha.4...5.0.0-alpha.5) (2022-10-15) ### Features * improve distinction between deletion confirmation dialogs ([#2319](#2319)) ([23c12ff](23c12ff))
# [5.0.0-alpha.6](5.0.0-alpha.5...5.0.0-alpha.6) (2022-10-15) ### Bug Fixes * raw value of read-only date field in data browser cannot be copied ([#2326](#2326)) ([4af7b98](4af7b98))
# [5.0.0-alpha.7](5.0.0-alpha.6...5.0.0-alpha.7) (2022-10-17) ### Bug Fixes * using browser navigation backward / forward button clears data browser ([#2317](#2317)) ([7d9b957](7d9b957))
# [5.0.0-beta.1](4.2.0...5.0.0-beta.1) (2022-10-17) ### Bug Fixes * increase required Node engine version to `>=14.20.1`; this is a breaking change, but will be published as a patch version because the change should have been done with the release of `5.0.0-alpha.1` which has just been released ([#2281](#2281)) ([50de52b](50de52b)) * minor UI layout issues ([#2270](#2270)) ([51d083b](51d083b)) * raw value of read-only date field in data browser cannot be copied ([#2326](#2326)) ([4af7b98](4af7b98)) * using browser navigation backward / forward button clears data browser ([#2317](#2317)) ([7d9b957](7d9b957)) ### Features * improve distinction between deletion confirmation dialogs ([#2319](#2319)) ([23c12ff](23c12ff)) * keep entered filter value when changing filter operator ([#2313](#2313)) ([d6d38bf](d6d38bf)) * remove Node 12 support ([#2277](#2277)) ([18b0e76](18b0e76)) ### BREAKING CHANGES * This version removes support for Node 12; the new minimum required Node version is 14. ([18b0e76](18b0e76))
🎉 This change has been released in version 5.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release
This pull request was created because a new release is due according to the release cycle of this repository.
Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation.
Merge commit
to merge this pull request. This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!