From 45f568da082469273647c7a596b365bc0799c604 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Mon, 13 Jan 2014 20:59:39 +0100 Subject: [PATCH] chore(release): v0.10.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c49dee09..766043b87a 100644 --- a/CHANGELOG.md +++ b/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_ diff --git a/package.json b/package.json index 2daf709421..84ce07436f 100644 --- a/package.json +++ b/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": {