Skip to content
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

Updated: version for minor release and updated release notes #337

Merged
merged 2 commits into from
Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "job-manager",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"description": "Job Manager App",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release 1.4.0

## What's Changed
* Added shop selector to menu footer (#2a7ymj3) by @k2maan in https://github.com/hotwax/job-manager/pull/283, @Mayank909 in https://github.com/hotwax/job-manager/pull/135, and @disha1202 in https://github.com/hotwax/job-manager/pull/243
* Fixed jobs not appearing after store change from Menu footer (#2a7ymj3) by @k2maan in https://github.com/hotwax/job-manager/pull/310
* Implemented: Updated UI of settings page(#32j3r6t) by @shashwatbangar in https://github.com/hotwax/job-manager/pull/309
* Fixed: issue of brokering filter not working by updating the enumTypeId for brokering jobs(#85zrgnpuc) by @ymaheshwari1 in https://github.com/hotwax/job-manager/pull/320
* Fixed: Jobs getting scheduled multiple times(#32qywdd) by @shashwatbangar in https://github.com/hotwax/job-manager/pull/315
* Fixed: build issue due to eslint version mismatch in dependencies(#85zrh0bwu) by @ymaheshwari1 in https://github.com/hotwax/job-manager/pull/327


**Full Changelog**: https://github.com/hotwax/job-manager/compare/v1.3.0...v1.4.0

# Release 1.3.0
## What's Changed
* Implemented: Functionality to fetch more jobs on all pages(#2vjxdha) by @shashwatbangar in https://github.com/hotwax/job-manager/pull/274
Expand Down