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.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.5...v3.2.0) (2023-07-28)

### Bug Fixes

* **activities:** prevent doubling time while generating reports ([#970](#970)) ([96f1a37](96f1a37))
* changing project in the activity bar when change the recent customer ([#998](#998)) ([05a3ce5](05a3ce5))
* **customer-visible-icon:** splatter attributes ([ee5a2b8](ee5a2b8))
* **statistics-list:** allotted efforts calculation ([a0643b4](a0643b4))
* **tests:** parameter compatibility of reports abilities ([3fc5648](3fc5648))
* the bar is green only if the task is archived and have no remeaning ([369f942](369f942))

### Features

* add magic link component to create a magic link that can be sent to another user ([#1022](#1022)) ([4096c58](4096c58))
* improve statistics bar chart rendering ([b1f1d98](b1f1d98))
* writing tests for chart rendering ([699906e](699906e))
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent e239013 commit ac69a64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.2.0](https://github.com/adfinis/timed-frontend/compare/v3.1.5...v3.2.0) (2023-07-28)


### Bug Fixes

* **activities:** prevent doubling time while generating reports ([#970](https://github.com/adfinis/timed-frontend/issues/970)) ([96f1a37](https://github.com/adfinis/timed-frontend/commit/96f1a37b979ea4521418c22cb02f6cd588e6c2c9))
* changing project in the activity bar when change the recent customer ([#998](https://github.com/adfinis/timed-frontend/issues/998)) ([05a3ce5](https://github.com/adfinis/timed-frontend/commit/05a3ce512b7080e4a44c8b6db8811d5607235eb3))
* **customer-visible-icon:** splatter attributes ([ee5a2b8](https://github.com/adfinis/timed-frontend/commit/ee5a2b84d2ba31298e8cf0d0abf9f96043670efd))
* **statistics-list:** allotted efforts calculation ([a0643b4](https://github.com/adfinis/timed-frontend/commit/a0643b4e98d8abcb8be621e113b51c145d8d2cc6))
* **tests:** parameter compatibility of reports abilities ([3fc5648](https://github.com/adfinis/timed-frontend/commit/3fc56488b442972d3442e28a205749b846d289ad))
* the bar is green only if the task is archived and have no remeaning ([369f942](https://github.com/adfinis/timed-frontend/commit/369f942639559202796a26e4b3f68cd8606a5bc1))


### Features

* add magic link component to create a magic link that can be sent to another user ([#1022](https://github.com/adfinis/timed-frontend/issues/1022)) ([4096c58](https://github.com/adfinis/timed-frontend/commit/4096c58c20f74606bad0d15d70c30420e7d4e51b))
* improve statistics bar chart rendering ([b1f1d98](https://github.com/adfinis/timed-frontend/commit/b1f1d98bb1a0b7e25608ca9127c94aea6a37fed7))
* writing tests for chart rendering ([699906e](https://github.com/adfinis/timed-frontend/commit/699906ea746bbc603935a2465dac2fd8ea5b17e7))

## [3.1.5](https://github.com/adfinis/timed-frontend/compare/v3.1.4...v3.1.5) (2023-04-24)


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.1.5",
"version": "3.2.0",
"private": true,
"description": "A time tracking software written in Ember.js",
"repository": "https://github.com/adfinis/timed-frontend",
Expand Down

0 comments on commit ac69a64

Please sign in to comment.