Skip to content

Commit 42ca2ab

Browse files
committed
doc: update version
1 parent 90184f9 commit 42ca2ab

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
## Angular 支持
4040

41-
现在支持 Angular `^17.0.0`.
41+
现在支持 Angular `^18.0.0`.
4242

4343
## 安装
4444

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s
3838

3939
## Angular Support
4040

41-
Now Supports Angular `^17.0.0`.
41+
Now Supports Angular `^18.0.0`.
4242

4343
## Installation
4444

components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd-mobile",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
55
"schematics": "./schematics/collection.json",
66
"keywords": [
@@ -61,4 +61,4 @@
6161
"iOS > 10.3",
6262
"Android > 4.4"
6363
]
64-
}
64+
}

docs/introduce.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s
133133

134134
## Angular Support
135135

136-
Now Supports Angular `^17.0.0`.
136+
Now Supports Angular `^18.0.0`.
137137

138138
## Installation
139139

docs/introduce.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ title: Ant Design Mobile of Angular <div class="github-btn"><a class="gh-btn" hr
133133

134134
## 支持 Angular 版本
135135

136-
目前支持 Angular `^17.0.0` 版本。
136+
目前支持 Angular `^18.0.0` 版本。
137137

138138
## 安装
139139

scripts/site/_site/src/app/app.component.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class AppComponent implements OnInit, AfterViewInit {
2222
docsearch = null;
2323
kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN';
2424
language = 'zh';
25-
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'];
25+
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'];
2626
versionMap = {
2727
'0.12.x': '0.12.5',
2828
'1.0.6': '2001.0.6',
@@ -34,9 +34,10 @@ export class AppComponent implements OnInit, AfterViewInit {
3434
'7.0.1': '2017.0.1',
3535
'8.0.0': '2018.0.11',
3636
'9.0.0': '2019.0.0',
37-
'10.0.0': '2020.0.1'
37+
'10.0.0': '2020.0.1',
38+
'11.0.0': '2021.0.1'
3839
};
39-
currentVersion = '10.0.0';
40+
currentVersion = '11.0.0';
4041
isHomeURL = true;
4142
isKitchenURL = false;
4243
demoTitle = '';
@@ -262,4 +263,4 @@ export class AppComponent implements OnInit, AfterViewInit {
262263
// this.initDocsearch();
263264
// }
264265
}
265-
}
266+
}

0 commit comments

Comments
 (0)