Skip to content

Commit

Permalink
Merge pull request #25 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 3ff6c2a + 1fe3c58 commit 99e2a24
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-rocks-grow.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- 6fa25a08: init command add stylelint
- Updated dependencies [6fa25a08]
- @em-cli/em-plugin-init@1.1.1
- @em-cli/em-plugin-debug@1.1.1
- @em-cli/em-plugin-github@1.1.1
- @em-cli/em-plugin-yuque@1.1.1

## 1.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "1.1.1",
"description": "make cli easier",
"type": "module",
"exports": {
Expand Down Expand Up @@ -33,13 +33,13 @@
"@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-debug": "workspace:^1.1.1",
"@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-github": "workspace:^1.1.1",
"@em-cli/em-plugin-init": "workspace:^1.1.1",
"@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"
"@em-cli/em-plugin-yuque": "workspace:^1.1.1"
}
}
7 changes: 7 additions & 0 deletions packages/em-plugin-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @em-cli/em-plugin-debug

## 1.1.1

### Patch Changes

- Updated dependencies [6fa25a08]
- @em-cli/shared@2.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"description": "debug source code",
"keywords": [
"debug test"
Expand Down
7 changes: 7 additions & 0 deletions packages/em-plugin-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @em-cli/em-plugin-github

## 1.1.1

### Patch Changes

- Updated dependencies [6fa25a08]
- @em-cli/shared@2.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"description": "fetch specify github user repo",
"keywords": [
"github repo"
Expand Down
8 changes: 8 additions & 0 deletions packages/em-plugin-init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.1.1

### Patch Changes

- 6fa25a08: init command add stylelint
- Updated dependencies [6fa25a08]
- @em-cli/shared@2.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"description": "项目初始化",
"keywords": [
"项目初始化"
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@em-cli/core": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.0",
"@em-cli/shared": "workspace:^2.1.1",
"@etools/fm": "^0.0.7",
"@types/jsonfile": "^6.1.0",
"fast-glob": "^3.2.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/em-plugin-yuque/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @em-cli/em-plugin-yuque

## 1.1.1

### Patch Changes

- Updated dependencies [6fa25a08]
- @em-cli/shared@2.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/em-plugin-yuque/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/em-plugin-yuque",
"version": "1.1.0",
"version": "1.1.1",
"description": "yuque",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1

### Patch Changes

- 6fa25a08: init command add stylelint

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@em-cli/shared",
"version": "2.1.0",
"version": "2.1.1",
"description": "脚手架工具方法包",
"keywords": [
"工具方法"
Expand Down

0 comments on commit 99e2a24

Please sign in to comment.