Skip to content

Commit

Permalink
chore(release): release 15.0.1 (#7804)
Browse files Browse the repository at this point in the history
  • Loading branch information
simplejason authored Jan 10, 2023
1 parent 0cee7b9 commit 9f7e256
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [15.0.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/14.3.0...15.0.1) (2023-01-09)


### Bug Fixes

* **components:** some forms component can't be disable ([#7786](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7786)) ([bc673e7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/bc673e7deef219de82e5dc23e1318f76a1ef98f6))


# [15.0.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/14.3.0...15.0.0) (2022-12-21)


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",
"version": "15.0.0",
"version": "15.0.1",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion components/version/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

import { Version } from '@angular/core';

export const VERSION = new Version('15.0.0');
export const VERSION = new Version('15.0.1');
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ timeline: true
* Major version release is not included in this schedule for breaking change and new features.

---
## 15.0.1

`2023-01-09`

### Bug Fixes

* **components:** fix errors that some form components can't be disabled ([#7786](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7786)) ([bc673e7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/bc673e7deef219de82e5dc23e1318f76a1ef98f6))


## 15.0.0

`2022-12-21`
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ timeline: true
* 主版本号:含有破坏性更新和新特性,不在发布周期内。

---
## 15.0.1

`2023-01-09`

### Bug Fixes

* **components:** 修复部分组件禁用属性未生效情况 ([#7786](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7786)) ([bc673e7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/bc673e7deef219de82e5dc23e1318f76a1ef98f6))


## 15.0.0

`2022-12-21`
Expand Down

0 comments on commit 9f7e256

Please sign in to comment.