Skip to content

Commit

Permalink
releases: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 18, 2018
1 parent 3ea51ac commit 871b956
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ title:
type: Other
---

### 0.6.2

`2018-1-18`

- 脚手架
- 新增上传示例页采用 `nz-upload`
- 修复最新 @angular/cli 无法加载 less 问题,采用固定 `1.6.2` 版本,[#205](https://github.com/cipchk/ng-alain/issues/205)
- 优化 `DefaultInterceptor` 注入 `NzMessageService` 消息框示例,及修复 `catchError` 类型问题,[#226](https://github.com/cipchk/ng-alain/issues/226) [@vellengs](https://github.com/vellengs)
- @delon/abc
- 修复 `reuse-tab` 引发父组件复用问题,[#20](https://github.com/cipchk/delon/issues/20)
- @delon/cli
- 修复最新 @angular/cli 无法加载 less 问题,[#205](https://github.com/cipchk/ng-alain/issues/205)

### 0.6.1

`2018-1-16`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "delon",
"version": "0.6.1",
"version_laster": "0.6.1",
"version": "0.6.2",
"version_laster": "0.6.2",
"version_next": "0.6.0-rc.3",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"description": "@delon/acl",
"main": "./bundles/acl.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/auth",
"version": "0.6.1",
"version": "0.6.2",
"description": "@delon/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/cache",
"version": "0.6.1",
"version": "0.6.2",
"description": "@delon/cache",
"main": "./bundles/cache.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/cli",
"version": "0.6.1",
"version": "0.6.2",
"description": "Schematics for ng-alain",
"main": "./bundles/cli.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/mock",
"version": "0.6.1",
"version": "0.6.2",
"description": "@delon/mock",
"main": "./bundles/mock.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.6.1",
"version": "0.6.2",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 871b956

Please sign in to comment.