Skip to content

Commit

Permalink
chore(2.2): Publish 2.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Dec 25, 2018
1 parent c940d57 commit 3c303a4
Show file tree
Hide file tree
Showing 13 changed files with 661 additions and 37 deletions.
658 changes: 641 additions & 17 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Application extends LaravelApplication implements AppInterface
*
* @var string
*/
const VERSION = '2.2.0';
const VERSION = '2.2.1';

/**
* Create a new Illuminate application instance.
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@
"overtrue/easy-sms": "^1.0",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-appversion": "2.2.0",
"slimkit/plus-around-amap": "2.2.0",
"slimkit/plus-checkin": "2.2.0",
"slimkit/plus-feed": "2.2.0",
"slimkit/plus-id": "2.2.0",
"slimkit/plus-music": "2.2.0",
"slimkit/plus-news": "2.2.0",
"slimkit/plus-socialite": "2.2.0",
"slimkit/plus-appversion": "2.2.1",
"slimkit/plus-around-amap": "2.2.1",
"slimkit/plus-checkin": "2.2.1",
"slimkit/plus-feed": "2.2.1",
"slimkit/plus-id": "2.2.1",
"slimkit/plus-music": "2.2.1",
"slimkit/plus-news": "2.2.1",
"slimkit/plus-socialite": "2.2.1",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"tymon/jwt-auth": "1.0.0-rc.3",
"zhiyicx/plus-pc": "2.2.0"
"zhiyicx/plus-pc": "2.2.1"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/slimkit-plus-appversion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-around-amap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-checkin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-feed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-id/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-music/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-news/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/slimkit-plus-socialite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion packages/zhiyicx-plus-pc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"overtrue/socialite": "^2.0",
"gregwar/captcha": "1.*"
},
"version": "2.2.0"
"version": "2.2.1"
}

0 comments on commit 3c303a4

Please sign in to comment.