Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - af-webpack@0.22.5
 - umi-build-dev@0.19.0
 - umi-plugin-dva@0.8.0
 - umi-plugin-polyfill@0.1.1
 - umi-plugin-routes@0.1.5
 - umi@1.3.5
  • Loading branch information
sorrycc committed Jun 1, 2018
1 parent fcb1de2 commit 6f03b53
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.22.4",
"version": "0.22.5",
"dependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.46",
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,10 +1,10 @@
{
"name": "umi-build-dev",
"version": "0.18.4",
"version": "0.19.0",
"dependencies": {
"@babel/runtime": "7.0.0-beta.46",
"address": "^1.0.3",
"af-webpack": "^0.22.4",
"af-webpack": "^0.22.5",
"antd": "^3.0.0",
"antd-mobile": "^2.0.0",
"babel-plugin-import": "^1.6.4",
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.7.3",
"version": "0.8.0",
"main": "./lib/index.js",
"dependencies": {
"dva": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-polyfill",
"version": "0.1.0",
"version": "0.1.1",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-routes",
"version": "0.1.4",
"version": "0.1.5",
"main": "./lib/index.js",
"repository": {
"type": "git",
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": "1.3.4",
"version": "1.3.5",
"description": "Blazing-fast next.js-like framework for React apps.",
"dependencies": {
"@babel/runtime": "7.0.0-beta.46",
Expand All @@ -13,7 +13,7 @@
"path-is-absolute": "^1.0.1",
"query-string": "^5.0.0",
"slash2": "^2.0.0",
"umi-build-dev": "^0.18.4",
"umi-build-dev": "^0.19.0",
"umi-test": "^0.5.5",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
Expand Down

0 comments on commit 6f03b53

Please sign in to comment.