Merge branch 'master' into development
This commit is contained in:
commit
a4e4158d7f
3 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
# Next Release
|
# Next Release
|
||||||
|
|
||||||
|
# 0.1.8
|
||||||
|
|
||||||
|
* Amended how category is pulled from server
|
||||||
|
* Added chart on essential purchase numbers as a whole
|
||||||
|
* Added bar chart of category purchases in the month
|
||||||
|
* Added pie chart of purchases by category in the week
|
||||||
|
* Added hint for closing the burger menu while in mobile view
|
||||||
|
|
||||||
# v0.1.7
|
# v0.1.7
|
||||||
|
|
||||||
* Fixed category on upload highlighting
|
* Fixed category on upload highlighting
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "localloop-web",
|
"name": "localloop-web",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "localloop-web",
|
"name": "localloop-web",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
||||||
"author": "",
|
"author": "",
|
||||||
"url": "http://www.peartrade.org",
|
"url": "http://www.peartrade.org",
|
||||||
|
|
Reference in a new issue