Skip to content

Commit

Permalink
"chore(release): 0.2.24"
Browse files Browse the repository at this point in the history
  • Loading branch information
germanferrero committed Feb 23, 2022
1 parent a50d314 commit 4b55e20
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sizes": "512x512"
}
],
"version": "0.2.23"
"version": "0.2.24"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 4b55e20

Please sign in to comment.