Skip to content

Commit 97f7916

Browse files
Release v2.6.0
1 parent 1973e40 commit 97f7916

27 files changed

+131
-29
lines changed

.changeset/friendly-games-cheat.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/api/app/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @modern-js/codesmith-api-app
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- 1973e40: feat: optimize generator download
8+
9+
feat: 优化生成器下载
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [1973e40]
14+
- @modern-js/codesmith@2.6.0
15+
- @modern-js/codesmith-api-ejs@2.6.0
16+
- @modern-js/codesmith-api-fs@2.6.0
17+
- @modern-js/codesmith-api-git@2.6.0
18+
- @modern-js/codesmith-api-handlebars@2.6.0
19+
- @modern-js/codesmith-api-npm@2.6.0
20+
- @modern-js/codesmith-formily@2.6.0
21+
- @modern-js/codesmith-utils@2.6.0
22+
323
## 2.5.2
424

525
### Patch Changes

packages/api/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"modern",
1212
"modern.js"
1313
],
14-
"version": "2.5.2",
14+
"version": "2.6.0",
1515
"jsnext:source": "./src/index.ts",
1616
"types": "./dist/types/index.d.ts",
1717
"main": "./dist/cjs/index.js",
@@ -43,7 +43,7 @@
4343
"inquirer": "8.1.3"
4444
},
4545
"peerDependencies": {
46-
"@modern-js/codesmith": "workspace:^2.5.2"
46+
"@modern-js/codesmith": "workspace:^2.6.0"
4747
},
4848
"devDependencies": {
4949
"@modern-js/codesmith": "workspace:*",

packages/api/ejs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/codesmith-api-ejs
22

3+
## 2.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1973e40]
8+
- @modern-js/codesmith@2.6.0
9+
310
## 2.5.2
411

512
### Patch Changes

packages/api/ejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"modern",
1212
"modern.js"
1313
],
14-
"version": "2.5.2",
14+
"version": "2.6.0",
1515
"jsnext:source": "./src/index.ts",
1616
"types": "./dist/types/index.d.ts",
1717
"main": "./dist/cjs/index.js",
@@ -33,7 +33,7 @@
3333
"ejs": "^3.1.9"
3434
},
3535
"peerDependencies": {
36-
"@modern-js/codesmith": "workspace:^2.5.2"
36+
"@modern-js/codesmith": "workspace:^2.6.0"
3737
},
3838
"devDependencies": {
3939
"@modern-js/codesmith": "workspace:*",

packages/api/fs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @modern-js/codesmith-api-fs
22

3+
## 2.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1973e40]
8+
- @modern-js/codesmith@2.6.0
9+
- @modern-js/codesmith-utils@2.6.0
10+
311
## 2.5.2
412

513
### Patch Changes

packages/api/fs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"modern",
1212
"modern.js"
1313
],
14-
"version": "2.5.2",
14+
"version": "2.6.0",
1515
"jsnext:source": "./src/index.ts",
1616
"types": "./dist/types/index.d.ts",
1717
"main": "./dist/cjs/index.js",
@@ -33,7 +33,7 @@
3333
"@modern-js/codesmith-utils": "workspace:*"
3434
},
3535
"peerDependencies": {
36-
"@modern-js/codesmith": "workspace:^2.5.2"
36+
"@modern-js/codesmith": "workspace:^2.6.0"
3737
},
3838
"devDependencies": {
3939
"@modern-js/codesmith": "workspace:*",

packages/api/git/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @modern-js/codesmith-api-git
22

3+
## 2.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1973e40]
8+
- @modern-js/codesmith@2.6.0
9+
- @modern-js/codesmith-utils@2.6.0
10+
311
## 2.5.2
412

513
### Patch Changes

packages/api/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"modern",
1212
"modern.js"
1313
],
14-
"version": "2.5.2",
14+
"version": "2.6.0",
1515
"jsnext:source": "./src/index.ts",
1616
"types": "./dist/types/index.d.ts",
1717
"main": "./dist/cjs/index.js",
@@ -33,7 +33,7 @@
3333
"@modern-js/codesmith-utils": "workspace:*"
3434
},
3535
"peerDependencies": {
36-
"@modern-js/codesmith": "workspace:^2.5.2"
36+
"@modern-js/codesmith": "workspace:^2.6.0"
3737
},
3838
"devDependencies": {
3939
"@modern-js/codesmith": "workspace:*",

packages/api/handlebars/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/codesmith-api-handlebars
22

3+
## 2.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1973e40]
8+
- @modern-js/codesmith@2.6.0
9+
310
## 2.5.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)