diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-19 18:36:53 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-19 18:37:01 +0800 |
commit | 15235e6fc3bf84bc14d56e6604e2a76cfcc07db8 (patch) | |
tree | b72735195d7de4931b76211f3818893cf98e3784 /usecaseui-portal | |
parent | fbd2d6628f9d639895ef45b4a100ed00cecfd342 (diff) |
docs: add README.md and CHANGELOG.md
Change-Id: Ifa1c1059ab85e72e62c41529a337d7efc0ce042e
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal')
-rw-r--r-- | usecaseui-portal/CHANGELOG.md | 8 | ||||
-rw-r--r-- | usecaseui-portal/package.json | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/usecaseui-portal/CHANGELOG.md b/usecaseui-portal/CHANGELOG.md new file mode 100644 index 00000000..22702106 --- /dev/null +++ b/usecaseui-portal/CHANGELOG.md @@ -0,0 +1,8 @@ +# [1.0.0](https://gerrit.onap.org/r/usecase-ui/compare/2.0.1...1.0.0) (2019-08-19) + + +### Features + +* add loading for page ([45fe372](https://gerrit.onap.org/r/usecase-ui/commits/45fe372)) +* Home page style optimization ([19a945d](https://gerrit.onap.org/r/usecase-ui/commits/19a945d)) + diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json index 701477d6..70035a3c 100644 --- a/usecaseui-portal/package.json +++ b/usecaseui-portal/package.json @@ -1,6 +1,6 @@ { "name": "usecase-ui", - "version": "0.0.0", + "version": "1.0.0", "license": "Apache-2.0", "scripts": { "ng": "ng", @@ -8,7 +8,8 @@ "build": "ng build --prod --aot", "test": "ng test", "lint": "ng lint", - "e2e": "ng e2e" + "e2e": "ng e2e", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "private": true, "dependencies": { @@ -52,4 +53,4 @@ "tslint": "~5.9.1", "typescript": "~2.5.3" } -} +}
\ No newline at end of file |