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

Commit 8f4f824

Browse files
v1.7.5
1 parent 053725f commit 8f4f824

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

angular-animate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.4
2+
* @license AngularJS v1.7.5
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -4249,7 +4249,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
42494249
isFunction = angular.isFunction;
42504250
isElement = angular.isElement;
42514251
})
4252-
.info({ angularVersion: '1.7.4' })
4252+
.info({ angularVersion: '1.7.5' })
42534253
.directive('ngAnimateSwap', ngAnimateSwapDirective)
42544254

42554255
.directive('ngAnimateChildren', $$AnimateChildrenDirective)

angular-animate.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.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-animate",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"license": "MIT",
55
"main": "./angular-animate.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.7.4"
8+
"angular": "1.7.5"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-animate",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"description": "AngularJS module for animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)