From 7ef2f15710ab28df858a76d3acf1ffd5c2551a9c Mon Sep 17 00:00:00 2001 From: gmarcos87 Date: Thu, 30 May 2019 17:14:38 -0300 Subject: [PATCH] chore(release): 0.2.0-alpha.11 --- CHANGELOG.md | 20 ++++++++++++++++++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd518e2..d651800e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [0.2.0-alpha.11](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-05-30) + + +### Bug Fixes + +* **fbw:** get full config from networks found ([5304a69](https://github.com/libremesh/lime-app/commit/5304a69)) +* **gui:** add option to toggleMenuButton ([725e5e9](https://github.com/libremesh/lime-app/commit/725e5e9)) +* **typo:** fix most active hostname ([dc48770](https://github.com/libremesh/lime-app/commit/dc48770)) +* **url:** disable redirect after connection ([3e1802a](https://github.com/libremesh/lime-app/commit/3e1802a)) +* **url:** redirect if path is empty ([274d7dd](https://github.com/libremesh/lime-app/commit/274d7dd)) + + +### Features + +* **fbw:** hide menu button in FBW page ([2efa7c8](https://github.com/libremesh/lime-app/commit/2efa7c8)) +* **gui:** handle menu button form redux ([276847a](https://github.com/libremesh/lime-app/commit/276847a)) +* **gui:** hide menu button ([1fbc472](https://github.com/libremesh/lime-app/commit/1fbc472)) + + + # [0.2.0-alpha.10](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-04-21) diff --git a/manifest.json b/manifest.json index 526c4cbb..df465950 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,5 @@ "sizes": "512x512" } ], - "version": "0.2.0-alpha.10" + "version": "0.2.0-alpha.11" } diff --git a/package-lock.json b/package-lock.json index 6941a804..c9cf458a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact-limeapp", - "version": "0.2.0-alpha.10", + "version": "0.2.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 882483db..1fd4c9d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "preact-limeapp", - "version": "0.2.0-alpha.10", + "version": "0.2.0-alpha.11", "description": "Limeapp webUI and app", "license": "GNU", "author": "Marcos Gutierrez ",