Skip to content

Commit

Permalink
Bump to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreareginato committed Nov 3, 2014
1 parent 837ce6c commit d7cabb7
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.2.5 (3 November, 2014)

* Bump to lelylan-ng 0.2.2

## 0.2.0 (14 August, 2014)

Expand Down
17 changes: 9 additions & 8 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "device-directive-ng",
"version": "0.2.3",
"version": "0.2.5",
"main": [
"dist/device-directive-ng.js",
"dist/device-directive-ng.css"
Expand All @@ -15,10 +15,10 @@
"package.json"
],
"dependencies": {
"angular": "~1.2.22",
"angular-animate": "~1.2.16",
"angular-touch": "~1.2.16",
"lelylan-ng": "~0.2.0",
"angular": "~1.2.26",
"angular-animate": "~1.2.26",
"angular-touch": "~1.2.26",
"lelylan-ng": "~0.2.2",
"moment": "~2.5.1",
"angular-moment": "~0.6.2",
"animate.css": "~3.1.1",
Expand All @@ -29,12 +29,13 @@
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jasmine": "v1.3.1",
"angular-mocks": "1.2.16",
"angular-scenario": "1.2.16",
"angular-mocks": "1.2.26",
"angular-scenario": "1.2.26",
"jquery": "~2.1.0",
"jasmine-jquery": "~2.0.3"
},
"resolutions": {
"angular": "1.2.22"
"angular": "1.2.26",
"oauth-ng": "~0.3.0"
}
}
7 changes: 4 additions & 3 deletions dist/device-directive-ng.css
@@ -1,14 +1,15 @@
/* device-directive-ng - v0.2.1 - 2014-08-14 */
/* device-directive-ng - v0.2.5 - 2014-11-03 */

/*
* Fonts
*/

@font-face {
font-family: 'Lato';
src: url('fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
src: url('fonts/Lato/Lato-Light.eot'), /* IE9 Compat Modes */
url('fonts/Lato/Lato-Light.svg') format('svg'),
url('fonts/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
url('fonts/Lato/Lato-Light.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/Lato/Lato-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}


Expand Down
2 changes: 1 addition & 1 deletion dist/device-directive-ng.js
@@ -1,4 +1,4 @@
/* device-directive-ng - v0.2.1 - 2014-08-14 */
/* device-directive-ng - v0.2.5 - 2014-11-03 */

'use strict';

Expand Down
Binary file modified dist/fonts/Lato/Lato-Light.eot
Binary file not shown.
151 changes: 151 additions & 0 deletions dist/fonts/Lato/Lato-Light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/fonts/Lato/Lato-Light.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/views/templates/default.html
Expand Up @@ -190,7 +190,7 @@
<div class="ly-field">
<p class="ly-description">Type</p>
<p class="ly-value">
<a class="ly-type-value" href="http://types.lelylan.com/types/{{type.id}}" target="blank">{{type.name}}</a>
<a class="ly-type-value" href="http://lelylan.github.io/types-dashboard-ng/#/types/{{type.id}}" target="blank">{{type.name}}</a>
</p>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -32,6 +32,7 @@ module.exports = function(config) {
'app/scripts/**/*.js',
'test/spec/directives/**/*.js',
'test/spec/services/**/*.js',

{ pattern: 'test/spec/fixtures/*.json', watched: true, served: true, included: false }
],

Expand Down

0 comments on commit d7cabb7

Please sign in to comment.