From 4b55e203e745aa222698163e3c3598003e0795b2 Mon Sep 17 00:00:00 2001 From: German Ferrero Date: Wed, 23 Feb 2022 11:24:25 -0300 Subject: [PATCH] "chore(release): 0.2.24" --- CHANGELOG.md | 21 +++++++++++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fc3cb3..ceb06a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.24](https://github.com/germanferrero/lime-app/compare/v0.2.20...v0.2.24) (2022-02-23) + + +### Features + +* **hotspot:** add hotspot feature ([6f0355f](https://github.com/germanferrero/lime-app/commit/6f0355fc4af7f6a55198bed58d5957ff14ce7e02)) +* **node admin:** add Roaming AP config ([31c65d1](https://github.com/germanferrero/lime-app/commit/31c65d19389bfa237245db7de3b5467bc9364172)) +* **node-admin:** allow changing wifi password ([12d8492](https://github.com/germanferrero/lime-app/commit/12d849275cbed31dd885c156ebe629b693062b39)) +* **pirania:** adds interface for pirania based on new-pirania-api ([63476a2](https://github.com/germanferrero/lime-app/commit/63476a2561eed8e7531faba5a4699622cf363c3c)) +* pirania ui ([353ffd9](https://github.com/germanferrero/lime-app/commit/353ffd90ac946815fc30cc09ae5e658f7ef874af)) +* **portal editor:** add portal editor ([d95d4fb](https://github.com/germanferrero/lime-app/commit/d95d4fb993dd8601a43d0854ccc8a1d0b63cf291)) + + +### Bug Fixes + +* **firmware:** display spinners in download from release ([a50d314](https://github.com/germanferrero/lime-app/commit/a50d3144703a7c213e0ed1e80993a6db1ee9e89c)) +* **getvoices:** modified if condition to synth !== undefined ([1ba18c4](https://github.com/germanferrero/lime-app/commit/1ba18c4e0a0154a9568ae6e6a4d73e570f940c98)) +* **pirania:** correctly shows create button on voucher list page ([e6a5afa](https://github.com/germanferrero/lime-app/commit/e6a5afaf8778da7d08ef93174a3956f50b7e1f1f)) +* **routes:** fixes CommunityProtectedRoute to pass props down ([5028122](https://github.com/germanferrero/lime-app/commit/50281228765df93070dfdad79ffe314245c6e7c2)) +* **translations:** fix error in pt translation ([3640de1](https://github.com/germanferrero/lime-app/commit/3640de19b3614066be66f84829354132ea30ccfb)) + ### [0.2.23](https://github.com/germanferrero/lime-app/compare/v0.2.22...v0.2.23) (2022-02-21) ### Bug Fixes diff --git a/manifest.json b/manifest.json index d4722905..954d32e6 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,5 @@ "sizes": "512x512" } ], - "version": "0.2.23" + "version": "0.2.24" } diff --git a/package.json b/package.json index 5aa74b32..c07232a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "preact-limeapp", - "version": "0.2.23", + "version": "0.2.24", "description": "Limeapp webUI and app", "license": "GNU", "author": "Marcos Gutierrez ",