Skip to content

Commit

Permalink
Merge pull request #24 from edisonLzy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
edisonLzy authored Oct 5, 2022
2 parents 56f9ce6 + fa77898 commit 6248b0a
Show file tree
Hide file tree
Showing 29 changed files with 204 additions and 58 deletions.
18 changes: 0 additions & 18 deletions .changeset/heavy-pears-sip.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/em-plugin-build@1.1.0
- @em-cli/em-plugin-create@1.1.0
- @em-cli/em-plugin-debug@1.1.0
- @em-cli/em-plugin-deploy@1.1.0
- @em-cli/em-plugin-dev@1.1.0
- @em-cli/em-plugin-github@1.1.0
- @em-cli/em-plugin-init@1.1.0
- @em-cli/em-plugin-renderer@1.1.0
- @em-cli/em-plugin-template@1.1.0
- @em-cli/em-plugin-yuque@1.1.0

## 1.0.0

### Major Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/ee",
"version": "1.0.0",
"version": "1.1.0",
"description": "make cli easier",
"type": "module",
"exports": {
Expand Down Expand Up @@ -30,16 +30,16 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/em-plugin-build": "workspace:^1.0.0",
"@em-cli/em-plugin-create": "workspace:^1.0.0",
"@em-cli/em-plugin-debug": "workspace:^1.0.0",
"@em-cli/em-plugin-deploy": "workspace:^1.0.0",
"@em-cli/em-plugin-dev": "workspace:^1.0.0",
"@em-cli/em-plugin-github": "workspace:^1.0.0",
"@em-cli/em-plugin-init": "workspace:^1.0.0",
"@em-cli/em-plugin-renderer": "workspace:^1.0.0",
"@em-cli/em-plugin-template": "workspace:^1.0.0",
"@em-cli/em-plugin-yuque": "workspace:^1.0.0"
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/em-plugin-build": "workspace:^1.1.0",
"@em-cli/em-plugin-create": "workspace:^1.1.0",
"@em-cli/em-plugin-debug": "workspace:^1.1.0",
"@em-cli/em-plugin-deploy": "workspace:^1.1.0",
"@em-cli/em-plugin-dev": "workspace:^1.1.0",
"@em-cli/em-plugin-github": "workspace:^1.1.0",
"@em-cli/em-plugin-init": "workspace:^1.1.0",
"@em-cli/em-plugin-renderer": "workspace:^1.1.0",
"@em-cli/em-plugin-template": "workspace:^1.1.0",
"@em-cli/em-plugin-yuque": "workspace:^1.1.0"
}
}
6 changes: 6 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/create-app",
"version": "1.0.0",
"version": "1.1.0",
"description": "easy to create project",
"main": "index.js",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/em-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/shared@2.1.0

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/em-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/core",
"version": "2.0.0",
"version": "2.1.0",
"description": "make cli easier",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
},
"license": "ISC",
"dependencies": {
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.1.0",
"@types/module-alias": "^2.0.1",
"commander": "^9.4.0",
"ejs": "^3.1.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/em-plugin-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-build",
"version": "1.0.1",
"version": "1.1.0",
"description": "构建",
"keywords": [
"webpack",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"@em-presets/babel": "^0.0.2",
"@etools/pipeline": "^0.0.8",
"@rollup/plugin-babel": "^5.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/em-plugin-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-create",
"version": "1.0.0",
"version": "1.1.0",
"description": "创建插件包",
"keywords": [
"create"
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"@types/fs-extra": "^9.0.13",
"@types/shelljs": "^0.8.11",
"@types/signale": "^1.4.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @em-cli/em-plugin-debug

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/em-plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-debug",
"version": "1.0.0",
"version": "1.1.0",
"description": "debug source code",
"keywords": [
"debug test"
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/em-plugin-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-deploy",
"version": "1.0.1",
"version": "1.1.0",
"description": "部署项目",
"keywords": [
"docker",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"download-git-repo": "^3.0.2",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/em-plugin-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-dev",
"version": "1.0.1",
"version": "1.1.0",
"description": "本地开发服务器",
"keywords": [
"vite",
Expand Down Expand Up @@ -37,8 +37,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"fs-extra": "^10.1.0",
"vite": "^3.0.7"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @em-cli/em-plugin-github

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/em-plugin-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-github",
"version": "1.0.0",
"version": "1.1.0",
"description": "fetch specify github user repo",
"keywords": [
"github repo"
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/em-plugin-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-init",
"version": "1.0.1",
"version": "1.1.0",
"description": "项目初始化",
"keywords": [
"项目初始化"
Expand Down Expand Up @@ -38,8 +38,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@em-cli/core": "workspace:^2.0.0",
"@em-cli/shared": "workspace:^2.0.0",
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"@etools/fm": "^0.0.7",
"@types/jsonfile": "^6.1.0",
"fast-glob": "^3.2.11",
Expand Down
12 changes: 12 additions & 0 deletions packages/em-plugin-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @em-cli/em-plugin-renderer

## 1.1.0

### Minor Changes

- 1cb0fa4f: use father

### Patch Changes

- Updated dependencies [1cb0fa4f]
- @em-cli/core@2.1.0
- @em-cli/shared@2.1.0

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 6248b0a

Please sign in to comment.