Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed May 29, 2019
1 parent 2b1d988 commit e996cdf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.0.3"
"version": "2.0.4"
}
2 changes: 1 addition & 1 deletion packages/api-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/api-proxy",
"version": "2.0.3",
"version": "2.0.4",
"description": "convert miniprogram API at each end",
"module": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/cli",
"version": "2.0.0",
"version": "2.0.4",
"description": "mpx脚手架",
"bin": {
"mpx": "bin/mpx.js",
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": "@mpxjs/core",
"version": "2.0.0",
"version": "2.0.4",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/fetch",
"version": "2.0.0",
"version": "2.0.4",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webpack-plugin",
"version": "2.0.1",
"version": "2.0.4",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webview-bridge",
"version": "2.0.1",
"version": "2.0.4",
"description": "a bridge for mpx webview",
"author": "skyadmin",
"license": "ISC",
Expand Down

0 comments on commit e996cdf

Please sign in to comment.