Skip to content

Commit e3e84a0

Browse files
committed
version bump to 0.0.16
1 parent 0f68b49 commit e3e84a0

7 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.0.16"></a>
2+
# 0.0.16 (2014-06-07)
3+
4+
5+
## Bug Fixes
6+
7+
- fix bugs in fa-touchmove, fa-touchstart, fa-touchend
8+
([5babd640](https://github.com/Famous/famous-angular/commit/5babd6403cde559cae85736e7196bbfb95521029))
9+
10+
11+
## Features
12+
13+
- implement fa-header-footer-layout
14+
([6b6338f7](https://github.com/Famous/famous-angular/commit/6b6338f76ebcacd000fb0300f85c281da7efe119))
15+
- implement fa-sequential-layout directive
16+
([23429a66](https://github.com/Famous/famous-angular/commit/23429a6692bc2c9f56e3f66cee28346c6ab7a843))
17+
18+
119
<a name="0.0.15"></a>
220
# 0.0.15 (2014-06-04)
321

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "famous-angular",
3-
"description": "Integrate Famo.us into AngularJS apps and build Famo.us apps using AngularJS tools",
4-
"version": "0.0.15",
3+
"description": "Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.",
4+
"version": "0.0.16",
55
"license": "MPL v2.0",
66
"homepage": "https://github.com/Famous/famous-angular",
77
"main": "dist/famous-angular.js",

dist/famous-angular.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* famous-angular - An MVC for Famo.us apps, powered by AngularJS. Integrates seamlessly with existing Angular and Famo.us apps.
3-
* @version v0.0.15
2+
* famous-angular - Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
3+
* @version v0.0.16
44
* @link https://github.com/Famous/famous-angular
55
* @license MPL v2.0
66
*/

dist/famous-angular.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* famous-angular - An MVC for Famo.us apps, powered by AngularJS. Integrates seamlessly with existing Angular and Famo.us apps.
3-
* @version v0.0.15
2+
* famous-angular - Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
3+
* @version v0.0.16
44
* @link https://github.com/Famous/famous-angular
55
* @license MPL v2.0
66
*/

dist/famous-angular.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/famous-angular.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "famous-angular",
3-
"description": "An MVC for Famo.us apps, powered by AngularJS. Integrates seamlessly with existing Angular and Famo.us apps.",
4-
"version": "0.0.15",
3+
"description": "Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.",
4+
"version": "0.0.16",
55
"license": "MPL v2.0",
66
"homepage": "https://github.com/Famous/famous-angular",
77
"repository": {

0 commit comments

Comments
 (0)