Skip to content

Commit

Permalink
chore(release): 0.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcos87 committed Feb 25, 2019
1 parent e6c2d0f commit 967bf09
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.2.0-alpha.2"></a>
# [0.2.0-alpha.2](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.0...v0.2.0-alpha.2) (2019-02-25)


### Bug Fixes

* **fbw:** change fbw api ([696fc98](https://github.com/libremesh/lime-app/commit/696fc98))
* **fbw:** remove groundrouting plugin and add fbw ([cb5711d](https://github.com/libremesh/lime-app/commit/cb5711d))
* **redux:** fbw catch must return an array ([b8d34e2](https://github.com/libremesh/lime-app/commit/b8d34e2))
* **redux-observable:** update epics to redux-ovservable 1.0 ([a8a9234](https://github.com/libremesh/lime-app/commit/a8a9234))


### Features

* **component:** add global banner component ([154568a](https://github.com/libremesh/lime-app/commit/154568a))
* **fbw:** add firstbootwizard page ([8157a0d](https://github.com/libremesh/lime-app/commit/8157a0d))
* **fbw:** init first boot wizard ([905b552](https://github.com/libremesh/lime-app/commit/905b552))



<a name="0.2.0-alpha.1"></a>
# [0.2.0-alpha.1](https://github.com/libremesh/lime-app/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2019-02-25)

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.0-alpha.1"
"version": "0.2.0-alpha.2"
}
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "preact-limeapp",
"version": "0.2.0-alpha.1",
"version": "0.2.0-alpha.2",
"description": "Limeapp webUI and app",
"license": "GNU",
"author": "Marcos Gutierrez <[email protected]>",
Expand Down

0 comments on commit 967bf09

Please sign in to comment.