Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2023
1 parent f7d3176 commit 1c34b03
Show file tree
Hide file tree
Showing 28 changed files with 150 additions and 38 deletions.
17 changes: 0 additions & 17 deletions .changeset/modern-tips-whisper.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith-api-handlebars@2.2.0
- @modern-js/codesmith-api-ejs@2.2.0
- @modern-js/codesmith-api-git@2.2.0
- @modern-js/codesmith-api-npm@2.2.0
- @modern-js/codesmith-formily@2.2.0
- @modern-js/codesmith-api-fs@2.2.0
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"inquirer": "8.1.3"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/ejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-ejs

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -32,7 +32,7 @@
"ejs": "^3.1.9"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-fs

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -31,7 +31,7 @@
"@babel/runtime": "^7.21.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-git

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -32,7 +32,7 @@
"@modern-js/utils": "^2.18.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-handlebars

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -32,7 +32,7 @@
"handlebars": "^4.7.7"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-json

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/codesmith-api-npm

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-cli

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

## 2.1.1

## 2.1.0
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.1.1",
"version": "2.2.0",
"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.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

## 2.1.1

## 2.1.0
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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/easy-form/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js/easy-form-cli

## 1.8.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/easy-form-core@1.8.0

## 1.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/easy-form/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"modern",
"modern.js"
],
"version": "1.7.0",
"version": "1.8.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/easy-form-core": "workspace:1.7.0",
"@modern-js/easy-form-core": "workspace:1.8.0",
"@modern-js/utils": "^2.18.0",
"inquirer": "8.1.3",
"rxjs": "^7.8.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/easy-form/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/easy-form-core

## 1.8.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

## 1.7.0

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

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

### Patch Changes

- Updated dependencies [f7d3176]
- @modern-js/codesmith@2.2.0

## 2.1.1

### Patch 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.1.1",
"version": "2.2.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -35,7 +35,7 @@
"inquirer": "^8.2.5"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
"@modern-js/codesmith": "workspace:^2.2.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/inquirer-types

## 2.2.0

### Minor Changes

- f7d3176: chore: bump modern version && fix @modern-js/utils version

## 2.1.1

## 2.1.0
Expand Down
Loading

0 comments on commit 1c34b03

Please sign in to comment.