From d7cabb7af19cc9118e7e59e1d403cf495e51b807 Mon Sep 17 00:00:00 2001 From: Andrea Reginato Date: Mon, 3 Nov 2014 11:58:21 +0100 Subject: [PATCH] Bump to v0.2.5 --- CHANGELOG.md | 3 + bower.json | 17 ++-- dist/device-directive-ng.css | 7 +- dist/device-directive-ng.js | 2 +- dist/fonts/Lato/Lato-Light.eot | Bin 469338 -> 469338 bytes dist/fonts/Lato/Lato-Light.svg | 151 ++++++++++++++++++++++++++++++ dist/fonts/Lato/Lato-Light.woff | Bin 587038 -> 587038 bytes dist/views/templates/default.html | 2 +- karma.conf.js | 1 + 9 files changed, 170 insertions(+), 13 deletions(-) create mode 100644 dist/fonts/Lato/Lato-Light.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index b82c592..95a6342 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/bower.json b/bower.json index 90c6d95..32ae5ab 100644 --- a/bower.json +++ b/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" @@ -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", @@ -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" } } diff --git a/dist/device-directive-ng.css b/dist/device-directive-ng.css index 14ac993..e703b4b 100644 --- a/dist/device-directive-ng.css +++ b/dist/device-directive-ng.css @@ -1,4 +1,4 @@ -/* device-directive-ng - v0.2.1 - 2014-08-14 */ +/* device-directive-ng - v0.2.5 - 2014-11-03 */ /* * Fonts @@ -6,9 +6,10 @@ @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 */ } diff --git a/dist/device-directive-ng.js b/dist/device-directive-ng.js index a5998d3..e7bc69b 100644 --- a/dist/device-directive-ng.js +++ b/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'; diff --git a/dist/fonts/Lato/Lato-Light.eot b/dist/fonts/Lato/Lato-Light.eot index 87d74bcea2f875194620eeeb2867ae86631bc4bc..54a24f1faef05477ae90382aadedf97c2b920ff1 100644 GIT binary patch delta 253 zcmcb0N#@oinGK?>%}3A u+0F$5qgUN delta 245 zcmcb0N#@oinGK?>%x^bM+AP6pZp-|3^SaGJPO(nRZ&z&Dys0HVn)&UP>6=9!$f+~G zU9w@jDLdojMa*wE?B9NRC8JdU^V?NBw{!erTpbHkwrcyfa3&2==C^yMZGV`<^uCDs z?bg=qm+vzrbpws<+isD~+zNYx+U8g st=Q5$fULIdSxszT*}!%rb+WAq0qUK-UGN^;VW4dbJGWnd&DLxS0LJTex&QzG diff --git a/dist/fonts/Lato/Lato-Light.svg b/dist/fonts/Lato/Lato-Light.svg new file mode 100644 index 0000000..202b49a --- /dev/null +++ b/dist/fonts/Lato/Lato-Light.svg @@ -0,0 +1,151 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2010 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11 +Designer : Lukasz Dziedzic +Foundry : tyPoland Lukasz Dziedzic +Foundry URL : httpwwwtypolandcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/fonts/Lato/Lato-Light.woff b/dist/fonts/Lato/Lato-Light.woff index 19079a7c96a4b474d6a0757c6eaf94146d4ce0c8..3642ed0d638858fdfd8e25793cf5e86f9f8e4e8d 100644 GIT binary patch delta 367 zcmbRDN_pNZ;ayywM*uY|z`z;@FU>>rY+ dZ#c-vvRzY$BgPCY-;u=OGXc!H{)xk#2>@PCt&#u$ delta 366 zcmWO2O(?^09LMqgzwdwl4LjI@@(|iG4&)#!<-$dISaK1yh{W!clbn!wJfNg`o@Nit z9(?{|wweo4j*=WWAoZoWli%&vx8C3HtDpDN=KZuqHm$^wRBX$d^%18$vB8_x0pfTV z2R5b6Avl8fe&v>k;X~Y|2s81?29j=NaVn2}neWUc`%mF~Rg_8M{aN((2}cES!VAx& z=&m77pW|s;VjXagk+qXJoW^pL z{$^xxgq23s-bCzQhd!=;)f2~N;NMW)#l*X-C<>{RFN+Y$px!q~%MSQW9g?%7dGzGe zM=6NJQCDEd%Da18b2*CvIg7T?LL3NU+Ns$mr27=dS^PJ% w9Z{e0uw4Fuj{Ym-ohlVk)Lt8ZM~H(uYU@lchx8;dKWyq+mF*fHeoXD+AG)NiwEzGB diff --git a/dist/views/templates/default.html b/dist/views/templates/default.html index c0c0440..1d47fab 100644 --- a/dist/views/templates/default.html +++ b/dist/views/templates/default.html @@ -190,7 +190,7 @@ diff --git a/karma.conf.js b/karma.conf.js index 51c7c30..ae7e9fb 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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 } ],