Skip to content

Commit

Permalink
release: 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 28, 2017
1 parent b045854 commit 6fc21f1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
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
---

### 0.4.3

`2017-12-28`

- @delon/abc
- `simple-talbe` 变更
- 新增 `disabled` 属性表示当前行多、单选框是否禁用状态,[#151](https://github.com/cipchk/ng-alain/issues/151)
- 修复无法显示部分数据类型问题
- @delon/auth
- `token_send_template` 支持多属性(例如:`${uid}-${token}`),[#154](https://github.com/cipchk/ng-alain/issues/154)

### 0.5.0-rc.2 (@next

`2017-12-27`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "delon",
"version": "0.5.0-rc.2",
"version_laster": "0.4.2",
"version_next": "0.5.0-rc.2",
"version": "0.5.0-rc.3",
"version_laster": "0.4.3",
"version_next": "0.5.0-rc.3",
"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.5.0-rc.2",
"version": "0.5.0-rc.3",
"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.5.0-rc.2",
"version": "0.5.0-rc.3",
"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.5.0-rc.2",
"version": "0.5.0-rc.3",
"description": "@delon/auth",
"main": "./bundles/auth.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.5.0-rc.2",
"version": "0.5.0-rc.3",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 6fc21f1

Please sign in to comment.