Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - af-webpack@1.8.0-beta.4
 - umi-build-dev@1.9.0-beta.4
 - umi-library@1.7.0-beta.2
 - umi-plugin-dll@1.4.0-beta.2
 - umi-plugin-hd@1.4.2
 - umi-plugin-modern-mode@0.0.2
 - umi-plugin-react@1.8.0-beta.4
 - umi@2.7.0-beta.5
  • Loading branch information
sorrycc committed May 29, 2019
1 parent 9eb71d7 commit ddce759
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.8.0-beta.3",
"version": "1.8.0-beta.4",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/template": "7.2.2",
"@babel/traverse": "7.2.3",
"@babel/types": "7.3.0",
"af-webpack": "1.8.0-beta.3",
"af-webpack": "1.8.0-beta.4",
"babel-plugin-module-resolver": "3.1.1",
"babel-preset-umi": "1.5.0-beta.2",
"chalk": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-library",
"version": "1.7.0-beta.1",
"version": "1.7.0-beta.2",
"description": "Library toolkit based on rollup and docz.",
"main": "lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-dll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-dll",
"version": "1.4.0-beta.1",
"version": "1.4.0-beta.2",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-hd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-hd",
"version": "1.4.1",
"version": "1.4.2",
"main": "lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-modern-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-modern-mode",
"version": "0.0.1",
"version": "0.0.2",
"description": "A plugin for modern mode",
"authors": {
"name": "pigcan",
Expand Down
6 changes: 3 additions & 3 deletions packages/umi-plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-react",
"version": "1.8.0-beta.3",
"version": "1.8.0-beta.4",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,9 +30,9 @@
"preact": "8.3.1",
"preact-compat": "3.18.4",
"register-service-worker": "1.5.2",
"umi-plugin-dll": "1.4.0-beta.1",
"umi-plugin-dll": "1.4.0-beta.2",
"umi-plugin-dva": "1.6.0-beta.2",
"umi-plugin-hd": "1.4.1",
"umi-plugin-hd": "1.4.2",
"umi-plugin-locale": "2.8.0-beta.3",
"umi-plugin-polyfills": "1.4.2",
"umi-plugin-routes": "1.3.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.7.0-beta.4",
"version": "2.7.0-beta.5",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "7.2.2",
Expand Down

0 comments on commit ddce759

Please sign in to comment.