Skip to content

Commit bd6fc38

Browse files
committed
1 parent 6c46138 commit bd6fc38

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/umi-build-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-build-dev",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"dependencies": {
55
"@babel/runtime": "^7.0.0-beta.31",
66
"address": "^1.0.3",

packages/umi-plugin-dva/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-plugin-dva",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"main": "./lib/index.js",
55
"scripts": {
66
"test": "ruban test",

packages/umi-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-test",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"bin": {
55
"umi-test": "./bin/umi-test.js"
66
},

packages/umi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A neat framework for building highly performance and cross-platform optimized web apps.",
55
"dependencies": {
66
"@babel/runtime": "^7.0.0-beta.31",
@@ -12,8 +12,8 @@
1212
"cross-spawn": "^5.1.0",
1313
"ejs": "^2.5.7",
1414
"query-string": "^5.0.0",
15-
"umi-build-dev": "^0.10.4",
16-
"umi-test": "^0.4.3",
15+
"umi-build-dev": "^0.10.5",
16+
"umi-test": "^0.4.4",
1717
"update-notifier": "^2.3.0",
1818
"uppercamelcase": "^3.0.0",
1919
"url": "^0.11.0",

0 commit comments

Comments
 (0)