Skip to content

Commit 02e5416

Browse files
committed
chore(release): 1.1.0-rc.0
1 parent 19bc331 commit 02e5416

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1.0-rc.0](https://github.com/ecomplus/admin-home/compare/v0.9.4...v1.1.0-rc.0) (2021-02-24)
6+
7+
8+
### Features
9+
10+
* **ec-onboarding:** setup onboarding card with timeline and video ([#5](https://github.com/ecomplus/admin-home/issues/5)) ([19bc331](https://github.com/ecomplus/admin-home/commit/19bc3316ec676908c71236e7b05541f6b1ea1626))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all non-major dependencies to ^2.6.12 ([#3](https://github.com/ecomplus/admin-home/issues/3)) ([185ec33](https://github.com/ecomplus/admin-home/commit/185ec3337fe5606d28c830b5c6cc4e94573eda5a))
16+
* **ec-buyers-profile:** handling buyers with gender not configured (optional) ([3113fa9](https://github.com/ecomplus/admin-home/commit/3113fa9746694707e624807533e180c1045fdc73))
17+
518
### [0.9.4](https://github.com/ecomplus/admin-home/compare/v0.9.3...v0.9.4) (2021-02-23)
619

720

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@ecomplus/admin-home",
33
"description": "E-Com Plus dashboard homepage with Vue 2 SPA",
4-
"version": "0.9.4",
4+
"version": "1.1.0-rc.0",
55
"module": "src/index.js",
66
"scripts": {
77
"serve": "vue-cli-service serve",
88
"build": "vue-cli-service build",
9-
"release": "standard-version"
9+
"release": "standard-version --prerelease rc"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)