This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- <a name =" 0.16.0 " ></a >
2
- # [ 0.16.0] ( https://github.com/angular-ui/ui-select/compare/v0.16.0...v0.16.0 ) (2016-03-23)
3
-
1
+ <a name =" 0.16.1 " ></a >
2
+ # [ 0.16.1] ( https://github.com/angular-ui/ui-select/compare/v0.16.0...v0.16.1 ) (2016-03-23)
4
3
5
4
### Bug Fixes
6
5
7
6
* ** $window:** change input size on window resize ([ ce24981] ( https://github.com/angular-ui/ui-select/commit/ce24981 ) ), closes [ #522 ] ( https://github.com/angular-ui/ui-select/issues/522 )
8
7
* ** uiSelectMultipleDirective:** add $isEmpty handler ([ fccc29a] ( https://github.com/angular-ui/ui-select/commit/fccc29a ) ), closes [ #850 ] ( https://github.com/angular-ui/ui-select/issues/850 )
9
8
* ** uiSelectMultipleDirective:** refresh choices upon selection change ([ 03293ff] ( https://github.com/angular-ui/ui-select/commit/03293ff ) ), closes [ #1243 ] ( https://github.com/angular-ui/ui-select/issues/1243 )
10
9
11
-
12
-
13
- # Changelog
14
-
15
- All notable changes to this project will be documented in this file.
10
+ <a name =" 0.16.0 " ></a >
11
+ ## [ 0.15.0] ( https://github.com/angular-ui/ui-select/compare/v0.15.0...v0.16.0 )
16
12
17
13
<a name =" 0.15.0 " ></a >
18
14
## [ 0.15.0] ( https://github.com/angular-ui/ui-select/compare/v0.14.9...v0.15.0 ) (2016-03-15)
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ gulp.task('changelog', function() {
129
129
} ) ;
130
130
131
131
gulp . task ( 'push' , function ( done ) {
132
- $ . git . push ( 'origin' , 'master' , { args : '--tags' } ) ;
132
+ $ . git . push ( 'origin' , 'master' , { args : '--follow- tags' } ) ;
133
133
done ( ) ;
134
134
} ) ;
135
135
You can’t perform that action at this time.
0 commit comments