Skip to content

Commit 2f0baab

Browse files
committed
chore(release): 0.9.4
1 parent 68e2445 commit 2f0baab

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
### [0.9.4](https://github.com/ecomplus/admin-home/compare/v0.9.3...v0.9.4) (2021-02-23)
6+
7+
8+
### Features
9+
10+
* **ec-buyers-profile-chart:** setup new buyers profile graphs card ([68e2445](https://github.com/ecomplus/admin-home/commit/68e244508e66d6ab768f10595519ecdac3f6da9f))
11+
* **ec-orders-graphs:** add pie chart with orders pass rate ([1983ef2](https://github.com/ecomplus/admin-home/commit/1983ef27c42959ba2572848502bdeb43d536b72b))
12+
13+
14+
### Bug Fixes
15+
16+
* **ec-home:** load home cards when no period orders count (skip graphs) ([098da22](https://github.com/ecomplus/admin-home/commit/098da223187a528e6e8b94e9d2fcd0dc49b14232))
17+
* **ec-home:** show picture icon when no logo set ([1e84cc9](https://github.com/ecomplus/admin-home/commit/1e84cc95b225965cd65ab27913695be1dea62a59))
18+
* **ec-payment-methods-chart:** group by payemnt method name, legend first chart ([23f624e](https://github.com/ecomplus/admin-home/commit/23f624e5f98acefdad92a325aed989688752ee47))
19+
520
### [0.9.3](https://github.com/ecomplus/admin-home/compare/v0.9.2...v0.9.3) (2021-02-21)
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ecomplus/admin-home",
33
"description": "E-Com Plus dashboard homepage with Vue 2 SPA",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"module": "src/index.js",
66
"scripts": {
77
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)