Skip to content

Commit

Permalink
chore: Publish 2.0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 25, 2018
1 parent 8c196de commit 2799078
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 28 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.3"></a>
## [2.0.3](https://github.com/slimkit/plus/compare/2.0.2...2.0.3) (2018-09-25)


### Bug Fixes

* **file-storage:** 修复文件存储本地驱动 PUT 文件错误 ([c537a8c](https://github.com/slimkit/plus/commit/c537a8c)), closes [slimkit/plus#389](https://github.com/slimkit/plus/issues/389)

### Changed

* Remove installer
* Move docs dir to docs branch



<a name="2.0.2"></a>
## [2.0.2](https://github.com/slimkit/plus/compare/2.0.1...2.0.2) (2018-09-21)

Expand All @@ -15,13 +30,3 @@



<a name="2.0.1"></a>
## [2.0.1](https://github.com/slimkit/plus/compare/2.0.0...2.0.1) (2018-09-20)


### Bug Fixes

* **file-storage:** 修复正是环境下始终返回 Null ([856cad4](https://github.com/slimkit/plus/commit/856cad4))



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.0.2';
const VERSION = '2.0.3';

/**
* Create a new Illuminate application instance.
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
"overtrue/easy-sms": "^1.0",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-appversion": "2.0.2",
"slimkit/plus-around-amap": "2.0.2",
"slimkit/plus-checkin": "2.0.2",
"slimkit/plus-feed": "2.0.2",
"slimkit/plus-id": "2.0.2",
"slimkit/plus-music": "2.0.2",
"slimkit/plus-news": "2.0.2",
"slimkit/plus-socialite": "2.0.2",
"slimkit/plus-appversion": "2.0.3",
"slimkit/plus-around-amap": "2.0.3",
"slimkit/plus-checkin": "2.0.3",
"slimkit/plus-feed": "2.0.3",
"slimkit/plus-id": "2.0.3",
"slimkit/plus-music": "2.0.3",
"slimkit/plus-news": "2.0.3",
"slimkit/plus-socialite": "2.0.3",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"tymon/jwt-auth": "1.0.0-rc.3"
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.0.2",
"version": "2.0.3",
"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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}
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.0.2"
"version": "2.0.3"
}

0 comments on commit 2799078

Please sign in to comment.