From f9e704720463ed01220aca2aef10b9422ef2526e Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Wed, 14 May 2014 16:52:38 -0600 Subject: [PATCH] chore(release): v1.0.0-beta.5b --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063ca5e5d3..262b8200b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +### 1.0.0-beta.5b "cadmium-camel" (2014-05-14) + + +#### Bug Fixes + +* **sideMenu:** + * do not let the user scroll the whole body by dragging the menu horizontally ([6e149eef](https://github.com/driftyco/ionic/commit/6e149eef9bf5fbee454448f6cfa6f0ea9cce60d3)) + * fix disabled menu links ([fa8aa6a8](https://github.com/driftyco/ionic/commit/fa8aa6a835eaa4608984e5a37b4c2a5b8fa19498), closes [#1388](https://github.com/driftyco/ionic/issues/1388)) + + +#### Features + +* **checkbox:** right align w/ .item-checkbox-right ([610e2328](https://github.com/driftyco/ionic/commit/610e2328403388453854984ae4534f0686358d48), closes [#1290](https://github.com/driftyco/ionic/issues/1290)) + + ### 1.0.0-beta.5 "barium-bobcat" (2014-05-14) diff --git a/package.json b/package.json index 98ff91c210..0dfe57e597 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ionic", "private": false, - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.5b", "codename": "barium-bobcat", "repository": { "url": "git://github.com/driftyco/ionic.git"