Skip to content

Commit

Permalink
release: 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 5, 2017
1 parent 0a9d711 commit 8cae0d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ title:
type: Other
---

### 0.2.0-beta.1

`2017-12-05`

- 脚手架
- `package.json` 默认版本号跟 `@delon/*` 同步
- @delon/abc
- 新增 `count-down`

### 0.2.0-beta.0

`2017-12-04`
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"release": "npm run version:bump && npm run release:prepare && npm publish --access=public .lib/theme && npm publish --access=public .lib/abc && npm publish --access=public .lib/acl && npm run site:release && npm run scaffold:install && npm run scaffold:gh-pages",
"scaffold:install": "cd ./scaffold && npm install",
"scaffold:start": "cd ./scaffold && npm run start",
"scaffold:build": "cd ./scaffold && npm run chore.build && cd ./dist && hs",
"scaffold:gh-pages": "cd ./scaffold && npm run chore.gh-pages",
"chore:add:ng-alain": "git subtree add --prefix=scaffold ng-alain 0.2.0",
"chore:pull:ng-alain": "git subtree pull --prefix=scaffold ng-alain 0.2.0",
"chore:push:ng-alain": "git subtree push --prefix=scaffold ng-alain 0.2.0"
"scaffold:build": "cd ./scaffold && ng build --prod --build-optimizer --bh ./",
"scaffold:build:hs": "npm run scaffold:build && cd ./scaffold/dist && hs",
"scaffold:deploy": "cd ./scaffold && gh-pages -d dist",
"scaffold:npm": "cd ./scaffold && npm publish --access=public",
"scaffold:release": "npm run scaffold:build && npm run scaffold:deploy && npm run scaffold:npm"
},
"dependencies": {
"@angular/animations": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scaffold

0 comments on commit 8cae0d2

Please sign in to comment.