Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent db6844e commit 928dc36
Show file tree
Hide file tree
Showing 23 changed files with 155 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-spoons-boil.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- 3b3641d: feat: no run `git commit` when the repo is already a git repo

### Patch Changes

- @modern-js/codesmith-api-ejs@2.4.0
- @modern-js/codesmith-api-fs@2.4.0
- @modern-js/codesmith-api-git@2.4.0
- @modern-js/codesmith-api-handlebars@2.4.0
- @modern-js/codesmith-api-npm@2.4.0
- @modern-js/codesmith@2.4.0
- @modern-js/codesmith-formily@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/api/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -38,7 +43,7 @@
"inquirer": "8.1.3"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/ejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-ejs

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/api/ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +33,7 @@
"ejs": "^3.1.9"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-fs

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/api/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +33,7 @@
"@modern-js/utils": "^2.58.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-git

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/api/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +33,7 @@
"@modern-js/utils": "^2.58.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-handlebars

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/api/handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +33,7 @@
"handlebars": "^4.7.7"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-json

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/api/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.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/api/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-api-npm

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/api/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.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.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"main": "./dist/cjs/index.js",
"bin": {
"codesmith": "./bin/run.js"
},
"files": ["/bin", "/dist"],
"files": [
"/bin",
"/dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/codesmith

## 2.4.0

## 2.3.6

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.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/formily/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/codesmith-formily

## 2.4.0

### Patch Changes

- @modern-js/codesmith@2.4.0

## 2.3.6

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/formily/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand All @@ -31,7 +36,7 @@
"inquirer": "^8.2.5"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.3.6"
"@modern-js/codesmith": "workspace:^2.4.0"
},
"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.4.0

## 2.3.6

## 2.3.5
Expand Down
9 changes: 7 additions & 2 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
"bugs": "https://github.com/web-infra-dev/codesmith/issues",
"repository": "web-infra-dev/codesmith",
"license": "MIT",
"keywords": ["react", "framework", "modern", "modern.js"],
"version": "2.3.6",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.4.0",
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 928dc36

Please sign in to comment.