Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GGwujun committed Sep 26, 2021
1 parent ced0bc0 commit 53af062
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/winex
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.4.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-add/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/cli-plugin-add
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-add",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@types/execa": "^2.0.0",
"@types/node": "^15.3.0",
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"@winfe/get-materials": "^1.0.8",
"download-package-tarball": "^1.0.7",
"enquirer": "^2.3.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))
4 changes: 2 additions & 2 deletions packages/cli-plugin-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-doc",
"version": "0.1.0",
"version": "1.4.0",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@vuepress/core": "^1.8.2",
"@vuepress/theme-default": "^1.8.2",
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"@winfe/plugin-material-config": "^1.0.2",
"@winfe/theme-helper": "^0.0.5",
"enquirer": "^2.3.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-fire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/cli-plugin-fire
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-fire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-fire",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@lerna/npm-conf": "^4.0.0",
"@lerna/npm-publish": "^4.0.0",
"@lerna/package": "^4.0.0",
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"@winfe/vmi": "^1.2.9",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/cli-plugin-init
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-init",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@types/fs-extra": "^9.0.11",
"@types/ini": "^1.3.30",
"@types/validate-npm-package-name": "^3.0.2",
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"@winfe/get-materials": "^1.0.8",
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-plugin-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/cli-plugin-lint
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-plugin-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-plugin-lint",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"type": "ts,node"
},
"dependencies": {
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/winex-cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/winex-cli",
"version": "1.3.0",
"version": "1.4.0",
"bin": {
"winex": "bin/winex.js"
},
Expand Down Expand Up @@ -35,11 +35,11 @@
"dependencies": {
"@sentry/node": "^6.7.2",
"@sentry/tracing": "^6.7.2",
"@winfe/cli-core": "^1.3.0",
"@winfe/cli-plugin-add": "^1.3.0",
"@winfe/cli-plugin-fire": "^1.3.0",
"@winfe/cli-plugin-init": "^1.3.0",
"@winfe/cli-plugin-lint": "^1.3.0",
"@winfe/cli-core": "^1.4.0",
"@winfe/cli-plugin-add": "^1.4.0",
"@winfe/cli-plugin-fire": "^1.4.0",
"@winfe/cli-plugin-init": "^1.4.0",
"@winfe/cli-plugin-lint": "^1.4.0",
"child_process": "^1.0.2",
"ini": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2021-09-26)


### Bug Fixes

* rm lock ([ced0bc0](https://github.com/cool-fe/winex-cli/commit/ced0bc07293f546f804adcc9c0eea85393e36b4b))





# 1.3.0 (2021-09-04)

**Note:** Version bump only for package @winfe/cli-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winfe/cli-core",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 53af062

Please sign in to comment.