Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed May 10, 2019
1 parent 8dc81fc commit 9003839
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/xadmin-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xadmin-antd",
"version": "2.1.11",
"version": "2.1.12",
"description": "Xadmin Antd UI",
"main": "./lib/index.js",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/xadmin-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xadmin-form",
"version": "2.1.2",
"version": "2.1.3",
"description": "Xadmin Form",
"main": "./lib/index.js",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/xadmin-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xadmin-model",
"version": "2.1.7",
"version": "2.1.8",
"description": "Xadmin Model",
"main": "./lib/index.js",
"author": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/xadmin-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xadmin-start",
"version": "2.1.4",
"version": "2.1.5",
"description": "Xadmin Start Template -- Default",
"main": "./lib/index.js",
"author": "[email protected]",
Expand All @@ -14,11 +14,11 @@
"react-router": "^3.2.0",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"xadmin": "^2.1.1",
"xadmin": "^2.1.6",
"xadmin-auth": "^2.1.3",
"xadmin-form": "^2.1.1",
"xadmin-form": "^2.1.3",
"xadmin-i18n": "^2.0.2",
"xadmin-model": "^2.1.2",
"xadmin-model": "^2.1.8",
"xadmin-ui": "^2.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xadmin",
"version": "2.1.5",
"version": "2.1.6",
"description": "Xadmin Core",
"main": "./lib/index.js",
"author": "[email protected]",
Expand Down

0 comments on commit 9003839

Please sign in to comment.