Skip to content

Commit

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

### 0.2.1

`2017-12-11`

- 脚手架
- 构建:支持 Typescript 2.5
- 修正 `NzSubject` 不支持 `boolean` 值返回,[#92](https://github.com/cipchk/ng-alain/pull/92)
- @delon/theme
- MenuService:增加 `clear()` 方法,[#98](https://github.com/cipchk/ng-alain/pull/98)
- @delon/abc
- avatar-list-item:支持 `text``icon` 属性,[#93](https://github.com/cipchk/ng-alain/pull/93)

### 0.2.0

`2017-12-09`
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": "0.2.0",
"version": "0.2.1",
"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
2 changes: 1 addition & 1 deletion src/core/abc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/abc",
"version": "0.2.0",
"version": "0.2.1",
"description": "@delon/abc",
"main": "./bundles/abc.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/acl",
"version": "0.2.0",
"version": "0.2.1",
"description": "@delon/acl",
"main": "./bundles/acl.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/theme",
"version": "0.2.0",
"version": "0.2.1",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 9ac1e55

Please sign in to comment.