Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(release): v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jan 13, 2014
1 parent f0d8d99 commit 45f568d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
# 0.10.0 (2014-01-13)

_This release adds AngularJS 1.2 support_

## Features

- **modal:**
- expose dismissAll on $modalStack ([bc8d21c1](http://github.com/angular-ui/bootstrap/commit/bc8d21c1))

## Bug Fixes

- **datepicker:**
- evaluate `show-weeks` from `datepicker-options` ([92c1715f](http://github.com/angular-ui/bootstrap/commit/92c1715f))
- **modal:**
- leaking watchers due to scope re-use ([0754ad7b](http://github.com/angular-ui/bootstrap/commit/0754ad7b))
- support close animation ([1933488c](http://github.com/angular-ui/bootstrap/commit/1933488c))
- **timepicker:**
- add correct type for meridian button ([bcf39efe](http://github.com/angular-ui/bootstrap/commit/bcf39efe))
- **tooltip:**
- performance and scope fixes ([c0df3201](http://github.com/angular-ui/bootstrap/commit/c0df3201))

# 0.9.0 (2013-12-28)

_This release adds Bootstrap3 support_
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
"name": "angular-ui-bootstrap",
"version": "0.10.0-SNAPSHOT",
"version": "0.10.0",
"homepage": "http://angular-ui.github.io/bootstrap/",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 45f568d

Please sign in to comment.