Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Nov 7, 2018
1 parent ad28c05 commit e4beca4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/af-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "1.2.3",
"version": "1.2.4",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "umi-build-dev",
"version": "1.2.3",
"version": "1.2.4",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"address": "^1.0.3",
"af-webpack": "^1.2.3",
"af-webpack": "^1.2.4",
"atool-monitor": "^1.0.6",
"babel-preset-umi": "^1.2.1",
"body-parser": "^1.18.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"signale": "^1.3.0",
"string.prototype.padend": "^3.0.0",
"umi-history": "^0.1.0",
"umi-test": "^1.2.1",
"umi-test": "^1.2.2",
"umi-utils": "^1.2.1",
"url-polyfill": "^1.1.0",
"whatwg-fetch": "^2.0.4",
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": "1.2.1",
"version": "1.2.2",
"bin": {
"umi-test": "./bin/umi-test.js"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.2.4",
"version": "2.2.5",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -20,7 +20,7 @@
"semver": "5.5.1",
"signale": "^1.3.0",
"slash2": "^2.0.0",
"umi-build-dev": "^1.2.3",
"umi-build-dev": "^1.2.4",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit e4beca4

Please sign in to comment.