Skip to content

Commit

Permalink
release(0.12.2): release 0.12.2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored May 21, 2019
1 parent 77c326a commit 77c0eda
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.12.2](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/0.12.1...0.12.2) (2019-05-21)


### Bug Fixes

* **popupservice:** set popupservice providers in referenced components. ([#449](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/449)) ([a14ea6b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a14ea6b))


### Features

* **toast:** support position top and bottom ([#450](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/450)) ([77c326a](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/77c326a))



## [0.12.1](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/0.12.0...0.12.1) (2019-05-20)


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.12.1",
"version": "0.12.2",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ 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.12.2 (2019-05-21)

### Bug Fixes

* **popupservice:** set popupservice providers in referenced components. ([#449](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/449)) ([a14ea6b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a14ea6b))


### Features

* **toast:** support position top and bottom ([#450](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/450)) ([77c326a](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/77c326a))

## 0.12.1 (2019-05-20)

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

## 0.12.2 (2019-05-21)

### Bug Fixes

* **popupservice:** 在相关组件的providers里添加 popupservice ([#449](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/449)) ([a14ea6b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a14ea6b))


### Features

* **toast:** 支持 top 和 bottom 两种位置 ([#450](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/450)) ([77c326a](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/77c326a))

## 0.12.1 (2019-05-20)

### Bug Fixes
Expand Down

0 comments on commit 77c0eda

Please sign in to comment.