Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - umi-build-dev@1.9.5
 - umi-plugin-locale@2.8.3
 - umi-plugin-react@1.8.4
 - umi@2.7.6
  • Loading branch information
sorrycc committed Jun 13, 2019
1 parent d443c60 commit 1600576
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-build-dev",
"version": "1.9.4",
"version": "1.9.5",
"dependencies": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-locale",
"version": "2.8.2",
"version": "2.8.3",
"description": "A umi plugin for provide internationalization function.",
"main": "./lib/index.js",
"browser": {
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "1.8.4",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"umi-plugin-dll": "1.4.0",
"umi-plugin-dva": "1.6.0",
"umi-plugin-hd": "1.5.1",
"umi-plugin-locale": "2.8.2",
"umi-plugin-locale": "2.8.3",
"umi-plugin-polyfills": "1.4.2",
"umi-plugin-routes": "1.3.1",
"webpack": "4.28.4",
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.7.5",
"version": "2.7.6",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "7.2.2",
Expand All @@ -16,7 +16,7 @@
"resolve-cwd": "2.0.0",
"semver": "5.6.0",
"signale": "1.3.0",
"umi-build-dev": "1.9.4",
"umi-build-dev": "1.9.5",
"umi-utils": "1.4.4",
"update-notifier": "2.5.0",
"yargs-parser": "13.0.0"
Expand Down

0 comments on commit 1600576

Please sign in to comment.