Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 7, 2017
1 parent d8cec51 commit fc8cd2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "0.10.0",
"version": "0.11.0",
"dependencies": {
"@babel/core": "7.0.0-beta.31",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "umi-build-dev",
"version": "0.1.2",
"version": "0.2.0",
"dependencies": {
"address": "^1.0.3",
"af-webpack": "^0.10.0",
"af-webpack": "^0.11.0",
"antd": "^3.0.0",
"antd-mobile": "^2.0.0",
"chalk": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "umi",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"dependencies": {
"@types/react": "^16.0.27",
"@babel/runtime": "7.0.0-beta.31",
"@types/react": "^16.0.27",
"babel-plugin-import": "^1.6.2",
"babel-plugin-module-resolver": "^3.0.0-beta.5",
"babel-preset-umi": "^0.1.1",
Expand All @@ -13,7 +13,7 @@
"fastclick": "^1.0.6",
"history": "^4.7.2",
"query-string": "^5.0.0",
"umi-build-dev": "^0.1.2",
"umi-build-dev": "^0.2.0",
"umi-router": "^0.1.1",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit fc8cd2f

Please sign in to comment.