Skip to content

Commit

Permalink
chore: 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.1...v1.16.0) (2021-09-14)

### Bug Fixes

* **client:** app bar navigation for non admin, delete hover button rest props ([d6c1812](d6c1812))
* **client:** condition for collapsing record lines ([41b4ce4](41b4ce4))

### Features

* **api:** add history module ([a87bebd](a87bebd))
* **api:** return all history records sorted by date ([e5478c2](e5478c2))
* **client:** add ability to remove record in history compact list ([d4b66c6](d4b66c6))
* **client:** add compact history list for mobile view ([0f4e150](0f4e150))
* **client:** add history list for desktop ([004fae4](004fae4))
* **client:** add Swipeout component ([8c21c80](8c21c80))
* **client:** adjust detailed list bulk buttons ([1f670e6](1f670e6))
* **client:** handle nav tabs admin access and add admin column for users list ([563e2bc](563e2bc))
* **client:** hide history mobile records lines on swipe ([81c39e9](81c39e9))
  • Loading branch information
semantic-release-bot committed Sep 14, 2021
1 parent 06dd836 commit 254f6af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.16.0](https://github.com/Jozwiaczek/smart-gate/compare/v1.15.1...v1.16.0) (2021-09-14)


### Bug Fixes

* **client:** app bar navigation for non admin, delete hover button rest props ([d6c1812](https://github.com/Jozwiaczek/smart-gate/commit/d6c1812d09619bfdc3944a24456c2b2eb6217975))
* **client:** condition for collapsing record lines ([41b4ce4](https://github.com/Jozwiaczek/smart-gate/commit/41b4ce42d5d2a2eb2e8dfbb6686a3009cec7432b))


### Features

* **api:** add history module ([a87bebd](https://github.com/Jozwiaczek/smart-gate/commit/a87bebde804380b1458b9d86cda92704210c8890))
* **api:** return all history records sorted by date ([e5478c2](https://github.com/Jozwiaczek/smart-gate/commit/e5478c2b26fbc14b2e4fab504de1a0abd75f3171))
* **client:** add ability to remove record in history compact list ([d4b66c6](https://github.com/Jozwiaczek/smart-gate/commit/d4b66c6b800eb378afc8307c82b9b6c0231417a7))
* **client:** add compact history list for mobile view ([0f4e150](https://github.com/Jozwiaczek/smart-gate/commit/0f4e150d1c10c732b40eb42e64096c93c42fa0f0))
* **client:** add history list for desktop ([004fae4](https://github.com/Jozwiaczek/smart-gate/commit/004fae4a5b1f2b2f5421e671d61ee9baf6f65fbe))
* **client:** add Swipeout component ([8c21c80](https://github.com/Jozwiaczek/smart-gate/commit/8c21c8037563edd9fa2ec538f7a23e7605fb9f79))
* **client:** adjust detailed list bulk buttons ([1f670e6](https://github.com/Jozwiaczek/smart-gate/commit/1f670e6d3ee5cb675d43ae07b4092c8d474cb8d0))
* **client:** handle nav tabs admin access and add admin column for users list ([563e2bc](https://github.com/Jozwiaczek/smart-gate/commit/563e2bcd8832500b90717782c918e95a51386565))
* **client:** hide history mobile records lines on swipe ([81c39e9](https://github.com/Jozwiaczek/smart-gate/commit/81c39e93d047776d0bf8c849974a2c52589ba2e2))

## [1.15.1](https://github.com/Jozwiaczek/smart-gate/compare/v1.15.0...v1.15.1) (2021-08-28)


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": "smart-gate",
"version": "1.15.1",
"version": "1.16.0",
"private": true,
"description": "Smart Gate project - for opening physical home/garage gate",
"repository": "git@github.com:Jozwiaczek/smart-gate.git",
Expand Down

0 comments on commit 254f6af

Please sign in to comment.