Skip to content

Commit

Permalink
chore(*): publish 1.9.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Aug 9, 2018
1 parent c15f255 commit 6c15124
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 18 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.9.1"></a>
## [1.9.1](https://github.com/slimkit/plus/compare/v1.9.0...v1.9.1) (2018-08-09)


### Bug Fixes

* **feed:** 修复后台话题搜索条件或者排序条件变换后页码错误 ( [#324](https://github.com/slimkit/plus/issues/324) ) ([af6ea2c](https://github.com/slimkit/plus/commit/af6ea2c))


### Features

* **feed:** 增加话题后台审核状态切换功能 ([ef4406e](https://github.com/slimkit/plus/commit/ef4406e))



<a name="1.9.0"></a>
# [1.9.0](https://github.com/slimkit/plus/compare/v1.8.2...v1.9.0) (2018-08-08)

Expand Down
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
*
* @var string
*/
const VERSION = '1.9.0';
const VERSION = '1.9.1';

/**
* 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 @@ -105,14 +105,14 @@
"overtrue/easy-sms": "^1.0",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-appversion": "1.9.0",
"slimkit/plus-around-amap": "1.9.0",
"slimkit/plus-checkin": "1.9.0",
"slimkit/plus-feed": "1.9.0",
"slimkit/plus-id": "1.9.0",
"slimkit/plus-music": "1.9.0",
"slimkit/plus-news": "1.9.0",
"slimkit/plus-socialite": "1.9.0",
"slimkit/plus-appversion": "1.9.1",
"slimkit/plus-around-amap": "1.9.1",
"slimkit/plus-checkin": "1.9.1",
"slimkit/plus-feed": "1.9.1",
"slimkit/plus-id": "1.9.1",
"slimkit/plus-music": "1.9.1",
"slimkit/plus-news": "1.9.1",
"slimkit/plus-socialite": "1.9.1",
"symfony/finder": "^4.0",
"symfony/yaml": "^4.0",
"tymon/jwt-auth": "1.0.0-rc.2"
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": "1.9.0",
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.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": "1.9.0"
"version": "1.9.1"
}

0 comments on commit 6c15124

Please sign in to comment.