Skip to content

Commit

Permalink
releases: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 16, 2018
1 parent 2c229bf commit cd8bfb8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
8 changes: 4 additions & 4 deletions daocloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ release:
stage: compile
job_type: lite_image_build
only:
branches:
- master
tags:
- release.*
allow_failure: false
compile:
build_dir: /
Expand All @@ -24,8 +24,8 @@ self:
stage: deploy
job_type: DCS_deploy
only:
branches:
- master
tags:
- release.*
allow_failure: false
dependencies:
- release
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ title:
type: Other
---

### 1.1.4

`2018-7-16`

- @delon/abc
- `page-header`
- 增加 `title` 属性支持 `ng-template`
- **BREAKING CHANGES** `titleSync` 变更为 `syncTitle`
- @delon/util
- 新增 `ArrayService` 数组操作及与树之间的转化

### 1.1.3

`2018-7-5`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delon",
"version": "1.1.3",
"version": "1.1.4",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scaffold

0 comments on commit cd8bfb8

Please sign in to comment.