Skip to content

Commit

Permalink
chore(release): 1.0.7
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2019-03-12)

### Bug Fixes

* **accounts:** missing account creation modal [#152](#152) ([b2cbbda](b2cbbda))
* **app:** app.js for universal config ([a318545](a318545))
* **app:** callback failed if mailcheck was enabled ([1520ad5](1520ad5))
* **build:** incorrect import dep ([a180497](a180497))
* **chat:** removed self from online user list ([de3a596](de3a596))
* **component:** easymde handle defaultValue ([b33eb44](b33eb44))
* **components:** button display incorrectly when width is set ([1693421](1693421))
* **debug:** populate db with new role permissions ([2bc5ca6](2bc5ca6))
* **docker:** env var ([ffe26b4](ffe26b4))
* **docker:** universal config ([a338f3a](a338f3a))
* **docker:** universal config ([35acf04](35acf04))
* **images:** profile images not displaying in new email templats ([e89f2f8](e89f2f8))
* **install:** crash ([4199e03](4199e03))
* **migration:** crash if certain role types didn't exist ([39dfaa2](39dfaa2))
* **mobile:** loading issue ([54c2cdd](54c2cdd))
* **mobile:** mobile was showing blank view ([b8b6e3e](b8b6e3e))
* **notifications:** issue with push notification during ticket creation ([77dac9a](77dac9a))
* **permissions:** default user role unable to login correctly [#153](#153) ([1b1cec1](1b1cec1))
* **permissions:** disabled accounts showing in assignee list ([ebe6504](ebe6504))
* **permissions:** groups nav incorrectly showing ([65d8fe9](65d8fe9))
* **permissions:** incorrect permissions on edit ticket ([4a75aed](4a75aed))
* **permissions:** missing add comment button ([c512b8d](c512b8d))
* **permissions:** roles allowed to edit ticket after socket update ([1f529f8](1f529f8))
* package.json to reduce vulnerabilities ([025136c](025136c))
* **react:** multiple renders ([1a9cb7b](1a9cb7b))
* **sidebar:** incorrect style on active item ([df338b6](df338b6))
* **sidebar:** overlapping page content [#151](#151) ([20235f7](20235f7))
* **test:** updates for role permissions ([7a0479d](7a0479d))
* **ticket:** editing subject disappearing ([53e62d7](53e62d7))
* **ui:** bug displaying view all notifications ([61e4bca](61e4bca))
* **ui:** grid not resizing correctly ([235c960](235c960))

### Performance Improvements

* **code:** cleanup ([362c4f3](362c4f3))
* **restore:** flushRoles on successful restore ([7b44537](7b44537))
  • Loading branch information
polonel committed Mar 12, 2019
1 parent 9a38225 commit bacc5e3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## [1.0.7](https://github.com/polonel/trudesk/compare/v1.0.6...v1.0.7) (2019-03-12)


### Bug Fixes

* **accounts:** missing account creation modal [#152](https://github.com/polonel/trudesk/issues/152) ([b2cbbda](https://github.com/polonel/trudesk/commit/b2cbbda))
* **app:** app.js for universal config ([a318545](https://github.com/polonel/trudesk/commit/a318545))
* **app:** callback failed if mailcheck was enabled ([1520ad5](https://github.com/polonel/trudesk/commit/1520ad5))
* **build:** incorrect import dep ([a180497](https://github.com/polonel/trudesk/commit/a180497))
* **chat:** removed self from online user list ([de3a596](https://github.com/polonel/trudesk/commit/de3a596))
* **component:** easymde handle defaultValue ([b33eb44](https://github.com/polonel/trudesk/commit/b33eb44))
* **components:** button display incorrectly when width is set ([1693421](https://github.com/polonel/trudesk/commit/1693421))
* **debug:** populate db with new role permissions ([2bc5ca6](https://github.com/polonel/trudesk/commit/2bc5ca6))
* **docker:** env var ([ffe26b4](https://github.com/polonel/trudesk/commit/ffe26b4))
* **docker:** universal config ([a338f3a](https://github.com/polonel/trudesk/commit/a338f3a))
* **docker:** universal config ([35acf04](https://github.com/polonel/trudesk/commit/35acf04))
* **images:** profile images not displaying in new email templats ([e89f2f8](https://github.com/polonel/trudesk/commit/e89f2f8))
* **install:** crash ([4199e03](https://github.com/polonel/trudesk/commit/4199e03))
* **migration:** crash if certain role types didn't exist ([39dfaa2](https://github.com/polonel/trudesk/commit/39dfaa2))
* **mobile:** loading issue ([54c2cdd](https://github.com/polonel/trudesk/commit/54c2cdd))
* **mobile:** mobile was showing blank view ([b8b6e3e](https://github.com/polonel/trudesk/commit/b8b6e3e))
* **notifications:** issue with push notification during ticket creation ([77dac9a](https://github.com/polonel/trudesk/commit/77dac9a))
* **permissions:** default user role unable to login correctly [#153](https://github.com/polonel/trudesk/issues/153) ([1b1cec1](https://github.com/polonel/trudesk/commit/1b1cec1))
* **permissions:** disabled accounts showing in assignee list ([ebe6504](https://github.com/polonel/trudesk/commit/ebe6504))
* **permissions:** groups nav incorrectly showing ([65d8fe9](https://github.com/polonel/trudesk/commit/65d8fe9))
* **permissions:** incorrect permissions on edit ticket ([4a75aed](https://github.com/polonel/trudesk/commit/4a75aed))
* **permissions:** missing add comment button ([c512b8d](https://github.com/polonel/trudesk/commit/c512b8d))
* **permissions:** roles allowed to edit ticket after socket update ([1f529f8](https://github.com/polonel/trudesk/commit/1f529f8))
* package.json to reduce vulnerabilities ([025136c](https://github.com/polonel/trudesk/commit/025136c))
* **react:** multiple renders ([1a9cb7b](https://github.com/polonel/trudesk/commit/1a9cb7b))
* **sidebar:** incorrect style on active item ([df338b6](https://github.com/polonel/trudesk/commit/df338b6))
* **sidebar:** overlapping page content [#151](https://github.com/polonel/trudesk/issues/151) ([20235f7](https://github.com/polonel/trudesk/commit/20235f7))
* **test:** updates for role permissions ([7a0479d](https://github.com/polonel/trudesk/commit/7a0479d))
* **ticket:** editing subject disappearing ([53e62d7](https://github.com/polonel/trudesk/commit/53e62d7))
* **ui:** bug displaying view all notifications ([61e4bca](https://github.com/polonel/trudesk/commit/61e4bca))
* **ui:** grid not resizing correctly ([235c960](https://github.com/polonel/trudesk/commit/235c960))


### Performance Improvements

* **code:** cleanup ([362c4f3](https://github.com/polonel/trudesk/commit/362c4f3))
* **restore:** flushRoles on successful restore ([7b44537](https://github.com/polonel/trudesk/commit/7b44537))

## [1.0.6](https://github.com/polonel/trudesk/compare/v1.0.5...v1.0.6) (2019-02-02)


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": "trudesk",
"version": "1.0.7-beta",
"version": "1.0.7",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down

0 comments on commit bacc5e3

Please sign in to comment.