Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2022
1 parent 18d3864 commit 2a7c472
Show file tree
Hide file tree
Showing 23 changed files with 88 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-poems-sniff.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/api/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @modern-js/codesmith-api-app

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1
- @modern-js/codesmith-api-ejs@2.0.1
- @modern-js/codesmith-api-git@2.0.1
- @modern-js/codesmith-api-npm@2.0.1
- @modern-js/codesmith-formily@2.0.1
- @modern-js/codesmith-api-handlebars@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"inquirer": "8.1.3"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/ejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-ejs

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand All @@ -32,7 +32,7 @@
"ejs": "^3.1.8"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-fs

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand All @@ -31,7 +31,7 @@
"@babel/runtime": "^7"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-git

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand All @@ -32,7 +32,7 @@
"@modern-js/utils": "^1.19.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-handlebars

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand All @@ -32,7 +32,7 @@
"handlebars": "^4.7.7"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace: *",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-json

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-api-npm

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/codesmith-cli

## 2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"main": "./dist/index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith

## 2.0.1

### Patch Changes

- 18d3864: feat: change load generator loading text and color

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/formily/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/codesmith-formily

## 2.0.1

### Patch Changes

- Updated dependencies [18d3864]
- @modern-js/codesmith@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formily/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@formily/validator": "^2.2.6"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.0.0"
"@modern-js/codesmith": "workspace:^2.0.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/inquirer-types

## 2.0.1

## 2.0.0

## 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "2.0.0",
"version": "2.0.1",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/js/node/index.js",
Expand Down

0 comments on commit 2a7c472

Please sign in to comment.