From f8fce9eda38d0d8790de48969232afec94fa1ea7 Mon Sep 17 00:00:00 2001 From: Arthur Ming Date: Mon, 30 Aug 2021 11:20:07 +0800 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4771e..a88221b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.1](https://github.com/damingerdai/daming-core-ui/compare/v1.0.0...v1.0.1) (2021-08-30) + + +### Bug Fixes + +* 修复‘No value accessor for form control with unspecified’的bug ([979ca22](https://github.com/damingerdai/daming-core-ui/commit/979ca22c67045b2d6a9c5cc1ad61cc05a2766d6f)) + + +### Features + +* 添加angular2-toaster ([26ff1d0](https://github.com/damingerdai/daming-core-ui/commit/26ff1d0e75ff54632ea9ce332681ead101f3a063)) + + + # [1.0.0](https://github.com/damingerdai/daming-core-ui/compare/v1.0.0...v0.0.0) (2021-08-27) diff --git a/package.json b/package.json index 4257b48..0cfe974 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "daming-core-ui", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod", "changelog": "conventiona-l-changelog -p angular -i CHANGELOG.md -s", - "changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", + "changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", @@ -14,8 +14,8 @@ "push": "ng build --prod --base-href ./ && npx angular-cli-ghpages --dir=dist/daming-core-ui", "postinstall": "ngcc --properties es2015 browser module main --first-only", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", - "version:patch": "yarn version --patch", - "version:minor": "yarn version --minor" + "version:patch": "yarn version --patch", + "version:minor": "yarn version --minor" }, "private": true, "dependencies": {