Skip to content

Commit

Permalink
doc: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Jul 31, 2024
1 parent 90184f9 commit 42ca2ab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## Angular 支持

现在支持 Angular `^17.0.0`.
现在支持 Angular `^18.0.0`.

## 安装

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Angular Support

Now Supports Angular `^17.0.0`.
Now Supports Angular `^18.0.0`.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd-mobile",
"version": "10.0.0",
"version": "11.0.0",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down Expand Up @@ -61,4 +61,4 @@
"iOS > 10.3",
"Android > 4.4"
]
}
}
2 changes: 1 addition & 1 deletion docs/introduce.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Angular Support

Now Supports Angular `^17.0.0`.
Now Supports Angular `^18.0.0`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/introduce.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ title: Ant Design Mobile of Angular <div class="github-btn"><a class="gh-btn" hr

## 支持 Angular 版本

目前支持 Angular `^17.0.0` 版本。
目前支持 Angular `^18.0.0` 版本。

## 安装

Expand Down
9 changes: 5 additions & 4 deletions scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AppComponent implements OnInit, AfterViewInit {
docsearch = null;
kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN';
language = 'zh';
versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.3', '6.0.2', '7.0.1', '8.0.0', '9.0.0', '10.0.0'];
versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.3', '6.0.2', '7.0.1', '8.0.0', '9.0.0', '10.0.0', '11.0.0'];
versionMap = {
'0.12.x': '0.12.5',
'1.0.6': '2001.0.6',
Expand All @@ -34,9 +34,10 @@ export class AppComponent implements OnInit, AfterViewInit {
'7.0.1': '2017.0.1',
'8.0.0': '2018.0.11',
'9.0.0': '2019.0.0',
'10.0.0': '2020.0.1'
'10.0.0': '2020.0.1',
'11.0.0': '2021.0.1'
};
currentVersion = '10.0.0';
currentVersion = '11.0.0';
isHomeURL = true;
isKitchenURL = false;
demoTitle = '';
Expand Down Expand Up @@ -262,4 +263,4 @@ export class AppComponent implements OnInit, AfterViewInit {
// this.initDocsearch();
// }
}
}
}

0 comments on commit 42ca2ab

Please sign in to comment.