Skip to content

Commit 40bde6f

Browse files
committed
fix: 修复 crd-scripts、crd-seed 遗漏指定安装 crd-client-utils
1 parent 2f99e45 commit 40bde6f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/更新日志.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ abbrlink: 179nqpxt
66

77
`create-react-doc` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。
88

9+
### 1.8.1
10+
11+
`2022-01-17`
12+
13+
- **Fix**
14+
15+
- 🐞 修复 crd-scripts、crd-seed 遗漏指定安装 crd-client-utils 的问题。
16+
917
### 1.8.0
1018

1119
`2022-01-16`

packages/crd-scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"colors-cli": "^1.0.13",
2424
"copy-markdown-image-webpack-plugin": "^2.0.0",
2525
"copy-template-dir": "^1.3.0",
26+
"crd-client-utils": "^1.8.0",
2627
"crd-generator-sitemap": "^1.3.4",
2728
"crd-prerender-spa-plugin": "^0.2.0",
2829
"crd-theme": "^1.8.0",

packages/crd-seed/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Default Theme with Create React Doc",
55
"main": "index.js",
66
"dependencies": {
7+
"crd-client-utils": "^1.8.0",
78
"react-router-dom": "^4.2.2",
89
"react-switch": "^5.0.1"
910
},

0 commit comments

Comments
 (0)