Skip to content

Commit

Permalink
chore: release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Jul 20, 2023
1 parent a4e6a8c commit 0e73bad
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@






## 2.0.2 (2023-06-28)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"PR: Underlying Tools": ":hammer: Underlying Tools"
}
},
"version": "2.0.3"
"version": "2.0.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/mpx-cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/mpx-cli-service",
"version": "2.0.3",
"version": "2.0.4",
"description": "local service for mpx-cli project",
"main": "lib/Service.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-cloud-func/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-cloud-func",
"version": "2.0.3",
"version": "2.0.4",
"description": "mp cloud func plugin for mpx",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-e2e-test",
"version": "2.0.3",
"version": "2.0.4",
"description": "e2e plugin for mpx",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-eslint",
"version": "2.0.3",
"version": "2.0.4",
"description": "eslint plugin for mpx-cli",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-plugin-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-plugin-mode",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-typescript",
"version": "2.0.3",
"version": "2.0.4",
"description": "typescript plugin for mpx-cli",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-unit-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx-unit-test",
"version": "2.0.3",
"version": "2.0.4",
"description": "unit-test for mpx-cli",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-cli-plugin-mpx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/vue-cli-plugin-mpx",
"version": "2.0.3",
"version": "2.0.4",
"description": "base mpx plugin for mpx-cli",
"keywords": [],
"license": "ISC",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@mpxjs/core": "^2.8.0",
"@mpxjs/eslint-config": "^1.0.5",
"@mpxjs/fetch": "^2.8.0",
"@mpxjs/mpx-cli-service": "^2.0.3",
"@mpxjs/mpx-cli-service": "^2.0.4",
"@mpxjs/pinia": "^2.8.0",
"@mpxjs/size-report": "^2.8.0",
"@mpxjs/store": "^2.8.0",
Expand Down

0 comments on commit 0e73bad

Please sign in to comment.