File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ abbrlink: 179nqpxt
6
6
7
7
` create-react-doc ` 严格遵循 [ Semantic Versioning 2.0.0] ( http://semver.org/lang/zh-CN/ ) 语义化版本规范。
8
8
9
+ ### 1.8.1
10
+
11
+ ` 2022-01-17 `
12
+
13
+ - ** Fix**
14
+
15
+ - 🐞 修复 crd-scripts、crd-seed 遗漏指定安装 crd-client-utils 的问题。
16
+
9
17
### 1.8.0
10
18
11
19
` 2022-01-16 `
Original file line number Diff line number Diff line change 23
23
"colors-cli" : " ^1.0.13" ,
24
24
"copy-markdown-image-webpack-plugin" : " ^2.0.0" ,
25
25
"copy-template-dir" : " ^1.3.0" ,
26
+ "crd-client-utils" : " ^1.8.0" ,
26
27
"crd-generator-sitemap" : " ^1.3.4" ,
27
28
"crd-prerender-spa-plugin" : " ^0.2.0" ,
28
29
"crd-theme" : " ^1.8.0" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Default Theme with Create React Doc" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
+ "crd-client-utils" : " ^1.8.0" ,
7
8
"react-router-dom" : " ^4.2.2" ,
8
9
"react-switch" : " ^5.0.1"
9
10
},
You can’t perform that action at this time.
0 commit comments