Skip to content

Commit

Permalink
ci: release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Oct 9, 2018
1 parent 38274e4 commit a5a0766
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

> [中文迭代文档](https://github.com/Jacksgong/JKeyboardPanelSwitch/blob/master/CHANGELOG_zh.md)
### Version 1.6.0 (2018-01-12)
### Version 1.6.2 (2018-10-09)

- Feat: carry back the clicked view to the SwitchClickListener closes #87

### Version 1.6.1 (2018-01-12)

- Fix(crash): Cover the case of user-root-view not ready on global-changed callback, refs: http://crashes.to/s/00beea75992

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

> [Change log in english](https://github.com/Jacksgong/JKeyboardPanelSwitch/blob/master/CHANGELOG.md)
### Version 1.6.0 (2016-08-11)
### Version 1.6.2 (2018-10-09)

- 需求: 在`SwitchClickListener`的点击事件返回被点击的`View`。 closes #87

### Version 1.6.1 (2016-08-11)

- 修复(crash): 覆盖在 `GlobalLayoutChanged`回调中用户层级父view还没有ready的情况。 refs: http://crashes.to/s/00beea75992

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.6.2-SNAPSHOT
VERSION_NAME=1.6.2
BUILD_TOOLS_VERSION=27.0.3
COMPILE_SDK_VERSION=27

Expand Down

0 comments on commit a5a0766

Please sign in to comment.