Skip to content

Commit

Permalink
Publish 0.9.9 (#121)
Browse files Browse the repository at this point in the history
* release(0.9.9): release 0.9.9
  • Loading branch information
fisherspy authored Nov 27, 2018
1 parent de6fd3f commit ef553c5
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.9.9](https://github.com/fisherspy/ng-zorro-antd-mobile/compare/0.9.7...0.9.9) (2018-11-27)


### Bug Fixes

* **locale-provider:** make locale-provider available cross modules; ([#113](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/113)) ([e09f0a3](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/e09f0a3))
* **picker:** import OverlayModule ([#111](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/111)) ([722ee27](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/722ee27))
* **grid:** fix when input item more than 13 would trigger bug ([#119](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/119)) ([34e1dd7](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/34e1dd7))


### Features

* **locale:** Adds danish locale ([5361536](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/5361536))



## [0.9.8](https://github.com/fisherspy/ng-zorro-antd-mobile/compare/0.9.7...0.9.8) (2018-11-14)


Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd-mobile",
"version": "0.9.8",
"version": "0.9.9",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ timeline: true
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breadking change and new features.

## 0.9.9 (2018-11-27)

### Bug Fixes

* **locale-provider:** make locale-provider available cross modules; ([#113](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/113)) ([e09f0a3](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/e09f0a3))
* **picker:** import OverlayModule ([#111](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/111)) ([722ee27](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/722ee27))
* **grid:** fix when input item more than 13 would trigger bug ([#119](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/119)) ([34e1dd7](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/34e1dd7))


### Features

* **locale:** Adds danish locale ([5361536](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/5361536))

## 0.9.7 (2018-11-14)

### Bug Fixes
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ timeline: true
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

## 0.9.9 (2018-11-27)

### Bug Fixes

* **locale-provider:** 让 locale-provider 跨模块生效; ([#113](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/113)) ([e09f0a3](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/e09f0a3))
* **picker:** 引入 OverlayModule ([#111](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/111)) ([722ee27](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/722ee27))
* **grid:** 修复item数超过数量会出错的bug ([#119](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/119)) ([34e1dd7](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/34e1dd7))


### Features

* **locale:** 增加丹麦语 locale ([5361536](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/5361536))


## 0.9.7 (2018-11-14)

### Bug Fixes
Expand Down

0 comments on commit ef553c5

Please sign in to comment.