Skip to content

Commit

Permalink
chore(release): 0.6.35 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Nov 21, 2021
1 parent 05824de commit 81e81a8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## [0.6.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.34...0.6.35) (2021-11-21)


### Bug Fixes

* **grid:** fix auto resetting ([511c7a2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/511c7a250b3c11656934421f31beac0b7e7ddb06))
* **zigbee:** cleanup code ([05824de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/05824dee7087c30b4dc5fbc428fa537d99a6ca55))
* **zigbee:** remove dead code ([ddb3ec1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ddb3ec1bbb1d533c7a8e4c24485626fff556c527))


### Features

* **grid:** persist state ([0f9dd51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0f9dd517efd2a8abe14846b159f615b804b5f054))
* **ota:** refactor ota grid ([f826444](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f82644483b146f48b2e88bc57ea08ba28df3d6ee))
* **ota:** refactor table ([9a15fdb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9a15fdbb1003e9a805635fc3f3c793c566681092))
* **touchlink:** refactor grid ([0e0e2cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0e0e2cc4528d65e6fb636f473067a9f8c698e38a))



## [0.6.34](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.33...0.6.34) (2021-11-20)


Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -8,7 +8,7 @@
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.6.34",
"version": "0.6.35",
"license": "GPL-3.0",
"scripts": {
"build": "npm run clean && webpack --config ./webpack.config.js --mode production",
Expand Down

0 comments on commit 81e81a8

Please sign in to comment.