Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit ba52977

Browse files
committed
Release 2.18.2
1 parent 4570014 commit ba52977

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

angular-translate-handler-log.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* angular-translate - v2.18.1 - 2018-05-19
2+
* angular-translate - v2.18.2 - 2020-01-04
33
*
4-
* Copyright (c) 2018 The angular-translate team, Pascal Precht; Licensed MIT
4+
* Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT
55
*/
66
(function (root, factory) {
77
if (typeof define === 'function' && define.amd) {

angular-translate-handler-log.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* angular-translate - v2.18.1 - 2018-05-19
2+
* angular-translate - v2.18.2 - 2020-01-04
33
*
4-
* Copyright (c) 2018 The angular-translate team, Pascal Precht; Licensed MIT
4+
* Copyright (c) 2020 The angular-translate team, Pascal Precht; Licensed MIT
55
*/
66
!function(n,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():t()}(0,function(){function n(t){"use strict";return function(n){t.warn("Translation for "+n+" doesn't exist")}}return n.$inject=["$log"],angular.module("pascalprecht.translate").factory("$translateMissingTranslationHandlerLog",n),n.displayName="$translateMissingTranslationHandlerLog","pascalprecht.translate"});

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "angular-translate-handler-log",
33
"description": "A plugin for Angular Translate",
4-
"version": "2.18.1",
4+
"version": "2.18.2",
55
"main": "./angular-translate-handler-log.js",
66
"ignore": [],
77
"author": "Pascal Precht",
88
"license": "MIT",
99
"dependencies": {
10-
"angular-translate": "~2.18.1"
10+
"angular-translate": "~2.18.2"
1111
}
1212
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-translate-handler-log",
3-
"version": "2.18.1",
3+
"version": "2.18.2",
44
"description": "Uses angular's $log service to give a warning when trying to translate a translation id which doesn't exist.",
55
"main": "angular-translate-handler-log.js",
66
"repository": {
@@ -18,6 +18,6 @@
1818
},
1919
"homepage": "https://angular-translate.github.io",
2020
"dependencies": {
21-
"angular-translate": "~2.18.1"
21+
"angular-translate": "~2.18.2"
2222
}
2323
}

0 commit comments

Comments
 (0)