Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - umi-build-dev@0.10.5
 - umi-plugin-dva@0.2.0
 - umi-test@0.4.4
 - umi@1.0.2
  • Loading branch information
sorrycc committed Mar 2, 2018
1 parent 6c46138 commit bd6fc38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-build-dev",
"version": "0.10.4",
"version": "0.10.5",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.31",
"address": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-dva",
"version": "0.1.6",
"version": "0.2.0",
"main": "./lib/index.js",
"scripts": {
"test": "ruban test",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-test",
"version": "0.4.3",
"version": "0.4.4",
"bin": {
"umi-test": "./bin/umi-test.js"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "1.0.1",
"version": "1.0.2",
"description": "A neat framework for building highly performance and cross-platform optimized web apps.",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.31",
Expand All @@ -12,8 +12,8 @@
"cross-spawn": "^5.1.0",
"ejs": "^2.5.7",
"query-string": "^5.0.0",
"umi-build-dev": "^0.10.4",
"umi-test": "^0.4.3",
"umi-build-dev": "^0.10.5",
"umi-test": "^0.4.4",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit bd6fc38

Please sign in to comment.