Skip to content

Commit 57d1551

Browse files
committed
chore(release): 1.0.0-alpha.48
1 parent 9b97d36 commit 57d1551

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [1.0.0-alpha.48](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2021-02-03)
6+
7+
8+
### Features
9+
10+
* **orders-list:** add 'no status' filter option on fulfillment status col ([b09a1b0](https://github.com/ecomplus/admin/commit/b09a1b0a20512a6c4716050721be650108c954ce))
11+
12+
13+
### Bug Fixes
14+
15+
* **bootstrap-styles:** import bootstrap vue scss instead of compiled css ([ab5dfa7](https://github.com/ecomplus/admin/commit/ab5dfa7d18f7eeb6457248ce61e9a4499cc8ec83))
16+
* **clear-accents:** keep `removeSpaces` char (- for slugs) ([#314](https://github.com/ecomplus/admin/issues/314)) ([b3e8858](https://github.com/ecomplus/admin/commit/b3e8858aa41740348d8a40e98cd9a1f0855c361d))
17+
* **deps:** update all non-major dependencies ([#310](https://github.com/ecomplus/admin/issues/310)) ([0ddce14](https://github.com/ecomplus/admin/commit/0ddce1487054b845df8179f1aa47b410acb243e8))
18+
519
## [1.0.0-alpha.47](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2021-01-23)
620

721
## [1.0.0-alpha.46](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2021-01-23)

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,6 +1,6 @@
11
{
22
"name": "@ecomplus/admin",
3-
"version": "1.0.0-alpha.47",
3+
"version": "1.0.0-alpha.48",
44
"description": "E-Com Plus Admin dashboard PWA",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)