Skip to content

Commit 45f568d

Browse files
chore(release): v0.10.0
1 parent f0d8d99 commit 45f568d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 0.10.0 (2014-01-13)
2+
3+
_This release adds AngularJS 1.2 support_
4+
5+
## Features
6+
7+
- **modal:**
8+
- expose dismissAll on $modalStack ([bc8d21c1](http://github.com/angular-ui/bootstrap/commit/bc8d21c1))
9+
10+
## Bug Fixes
11+
12+
- **datepicker:**
13+
- evaluate `show-weeks` from `datepicker-options` ([92c1715f](http://github.com/angular-ui/bootstrap/commit/92c1715f))
14+
- **modal:**
15+
- leaking watchers due to scope re-use ([0754ad7b](http://github.com/angular-ui/bootstrap/commit/0754ad7b))
16+
- support close animation ([1933488c](http://github.com/angular-ui/bootstrap/commit/1933488c))
17+
- **timepicker:**
18+
- add correct type for meridian button ([bcf39efe](http://github.com/angular-ui/bootstrap/commit/bcf39efe))
19+
- **tooltip:**
20+
- performance and scope fixes ([c0df3201](http://github.com/angular-ui/bootstrap/commit/c0df3201))
21+
122
# 0.9.0 (2013-12-28)
223

324
_This release adds Bootstrap3 support_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
33
"name": "angular-ui-bootstrap",
4-
"version": "0.10.0-SNAPSHOT",
4+
"version": "0.10.0",
55
"homepage": "http://angular-ui.github.io/bootstrap/",
66
"dependencies": {},
77
"devDependencies": {

0 commit comments

Comments
 (0)