Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai committed Aug 30, 2021
1 parent f58beee commit f8fce9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"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",
"sass": "sass-lint -v -q",
"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": {
Expand Down

0 comments on commit f8fce9e

Please sign in to comment.