Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2023-03-03)

### Bug Fixes

* **activity-edit-form:** update task selection on model change ([72815a2](72815a2))
* **bulk-report-edit:** reset query params after exit ([89bef0c](89bef0c))
* **bulk-report-edit:** show change warning only if changed ([b210014](b210014))
* **font-awesome:** add missing calendar-plus icon ([f8a0a7f](f8a0a7f))
* **progress-tooltip:** respect remaing effort flag ([0ff1cb8](0ff1cb8))
* **projects:** modifying estimated time without sideeffects ([ca5b08b](ca5b08b))
* **reports:** fetch available customers if no pre-selection is given ([9449d76](9449d76))
* **reports:** include user to resolve name of verifier ([8de845e](8de845e))
* **sy-durationpicker:** allow equal to max and min values ([6cac404](6cac404))
* **task-selection:** fetch projects if customer is given ([452c467](452c467))
* **weekly-overview:** refresh weekly overview graph ([733bc5c](733bc5c))
  • Loading branch information
semantic-release-bot authored and derrabauke committed Mar 3, 2023
1 parent 6dce977 commit 8523490
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.0.2](https://github.com/adfinis/timed-frontend/compare/v3.0.1...v3.0.2) (2023-03-03)


### Bug Fixes

* **activity-edit-form:** update task selection on model change ([72815a2](https://github.com/adfinis/timed-frontend/commit/72815a2dce3aed6edcd728687b95e2dc01f4d650))
* **bulk-report-edit:** reset query params after exit ([89bef0c](https://github.com/adfinis/timed-frontend/commit/89bef0c737ca08ba92ef3f6893d1f47d349d6c8c))
* **bulk-report-edit:** show change warning only if changed ([b210014](https://github.com/adfinis/timed-frontend/commit/b210014fc274e6b23ee57f9d00f6fc6b611d9916))
* **font-awesome:** add missing calendar-plus icon ([f8a0a7f](https://github.com/adfinis/timed-frontend/commit/f8a0a7f6d7de49f5add29204cfe2d534dd77a1d7))
* **progress-tooltip:** respect remaing effort flag ([0ff1cb8](https://github.com/adfinis/timed-frontend/commit/0ff1cb8c1df0c3f23c966647355952687c1f2d5d))
* **projects:** modifying estimated time without sideeffects ([ca5b08b](https://github.com/adfinis/timed-frontend/commit/ca5b08b5cf2c44838b1ac232478e03bf08ef405b))
* **reports:** fetch available customers if no pre-selection is given ([9449d76](https://github.com/adfinis/timed-frontend/commit/9449d76aaeb3d003761f439fd995a5a4e476b732))
* **reports:** include user to resolve name of verifier ([8de845e](https://github.com/adfinis/timed-frontend/commit/8de845e037146c8b4a5e85e32573fc7dad7ea0f8))
* **sy-durationpicker:** allow equal to max and min values ([6cac404](https://github.com/adfinis/timed-frontend/commit/6cac4046e7e77b13ceadf0c47b186f11cb8bd6e8))
* **task-selection:** fetch projects if customer is given ([452c467](https://github.com/adfinis/timed-frontend/commit/452c467ef2ca0401225af418fd03f52b4c81c056))
* **weekly-overview:** refresh weekly overview graph ([733bc5c](https://github.com/adfinis/timed-frontend/commit/733bc5cf29b4e1bc9e9177135671046b2daefff9))

## [2.1.3](https://github.com/adfinis-sygroup/timed-frontend/compare/v2.1.2...v2.1.3) (2022-06-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timed",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"description": "A time tracking software written in Ember.js",
"repository": "https://github.com/adfinis/timed-frontend",
Expand Down

0 comments on commit 8523490

Please sign in to comment.