Skip to content

Commit

Permalink
release(5.0.1): release 5.0.1 (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongxiong authored Nov 26, 2021
1 parent 99c8e52 commit 7b72c02
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.0.1](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/5.0.0...5.0.1) (2021-11-26)


### Bug Fixes

* **all:** fix ios style exception ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))


### Features

* **modal:** Modal.operation support maskClosable params ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))



# [5.0.0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/4.0.0...5.0.0) (2021-08-06)

### Bug Fixes
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": "5.0.0",
"version": "5.0.1",
"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.

## 5.0.1(2021-11-26)

### Bug Fixes

* **all:** fix ios style exception ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))


### Features

* **modal:** Modal.operation support maskClosable params ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))

## 5.0.0(2021-08-06)

### Features
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
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

## 5.0.1(2021-11-26)

### Bug Fixes

* **all:** 修复 ios 异常样式 ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))


### Features

* **modal:** Modal.operation 支持 maskClosable 参数 ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))

## 5.0.0(2021-08-06)

### Features
Expand Down
6 changes: 3 additions & 3 deletions scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ export class AppComponent implements OnInit, AfterViewInit {
'2.0.7',
'3.0.3',
'4.0.0',
'5.0.0'
'5.0.1'
];
versionMap = {
'0.12.x': '0.12.5',
'1.x': '2001.0.6',
'2.x': '2012.0.7',
'3.0.3': '2013.0.3',
'4.0.0': '2014.0.0',
'5.0.0': '2015.0.0'
'5.0.1': '2015.0.1'
};
currentVersion = '5.0.0';
currentVersion = '5.0.1';
isHomeURL = true;
isKitchenURL = false;
demoTitle = '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export class AppModule { }
'@ant-design/icons-angular': '^12.0.3',
rxjs: '~6.6.2',
'zone.js': '~0.11.4',
'ng-zorro-antd-mobile': '5.0.0'
'ng-zorro-antd-mobile': '5.0.1'
},
tags: ['stackblitz', 'sdk']
});
Expand Down

0 comments on commit 7b72c02

Please sign in to comment.