Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 16, 2017
1 parent 8a4d3af commit d1723ec
Show file tree
Hide file tree
Showing 9 changed files with 17 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.3.2

`2017-12-16`

- @delon/theme
- 新增 `nz-table` 样式类 `.img` 表示图片强制大小
- @delon/auth
- 修复无法获取完整 Token 对象,[#5](https://github.com/cipchk/delon/issues/5)

### 0.3.1

`2017-12-15`
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.3.1",
"version": "0.3.2",
"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
1 change: 1 addition & 0 deletions site/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@import '../src/core/theme/styles/app/charts.less';
@import '../src/core/theme/styles/app/layout.less';
@import '../src/core/theme/styles/app/form.less';
@import '../src/core/theme/styles/app/antd/input.less';
@import '../src/core/theme/styles/app/utils/index.less';

@import './app/styles/variables.less';
Expand Down
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.3.1",
"version": "0.3.2",
"description": "@delon/abc",
"main": "./bundles/abc.umd.js",
"module": "./index.js",
Expand Down
1 change: 1 addition & 0 deletions src/core/abc/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const globals = {
'@angular/platform-browser': 'ng.platformBrowser',
'@angular/router': 'ng.router',
'@angular/common/http': 'ng.common.http',
'@angular/forms': 'ng.forms',

'ng-zorro-antd': 'ngZorro.antd',
'moment': 'moment',
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.3.1",
"version": "0.3.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.3.1",
"version": "0.3.2",
"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.3.1",
"version": "0.3.2",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit d1723ec

Please sign in to comment.