From aee4333c9484c543e9093b2832b16ce92bc576cf Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Mon, 8 Jun 2020 21:09:08 -0300 Subject: [PATCH] chore(release): 1.0.0-alpha.8 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd85978..9c64a480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.0.0-alpha.8](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-06-09) + + +### Bug Fixes + +* **prints:** better print styles for invoices and shipping tags ([4db9dcc](https://github.com/ecomplus/admin/commit/4db9dcc84ae56bd91dde0b5777351a8b7e8753c6)) +* **resource-forms:** fix handling empty prop to remove ([a6ed257](https://github.com/ecomplus/admin/commit/a6ed257bc6090fa656d03f04296a434943ad61d4)) + ## [1.0.0-alpha.7](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-06-04) diff --git a/package-lock.json b/package-lock.json index e7b308a1..0d14790d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f9c229d..15525e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {