From 6ad4df091288b32eb287ee108a14ae220ccd818d Mon Sep 17 00:00:00 2001 From: Niels Dequeker Date: Fri, 17 Feb 2017 22:32:20 +0100 Subject: [PATCH] Build v2.22.5 --- CHANGELOG.md | 4 ++++ bower.json | 2 +- dist/angular-ui-tree.js | 2 +- dist/angular-ui-tree.min.js | 2 +- package.json | 2 +- source/main.js | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82516953..0b5486fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#2.22.5 + +* Move postinstall hook to pretest [#907](https://github.com/angular-ui-tree/angular-ui-tree/issues/907) + #2.22.4 * Fixed placeholder height calculating [#904](https://github.com/angular-ui-tree/angular-ui-tree/issues/904) diff --git a/bower.json b/bower.json index 532f83a7..d58cae46 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.22.4", + "version": "2.22.5", "homepage": "https://github.com/angular-ui-tree/angular-ui-tree", "authors": [ "Jim Liu ", diff --git a/dist/angular-ui-tree.js b/dist/angular-ui-tree.js index 939f1748..1a83e933 100644 --- a/dist/angular-ui-tree.js +++ b/dist/angular-ui-tree.js @@ -1,5 +1,5 @@ /** - * @license Angular UI Tree v2.22.4 + * @license Angular UI Tree v2.22.5 * (c) 2010-2017. https://github.com/angular-ui-tree/angular-ui-tree * License: MIT */ diff --git a/dist/angular-ui-tree.min.js b/dist/angular-ui-tree.min.js index 21133e2b..c04e29b2 100644 --- a/dist/angular-ui-tree.min.js +++ b/dist/angular-ui-tree.min.js @@ -1,5 +1,5 @@ /** - * @license Angular UI Tree v2.22.4 + * @license Angular UI Tree v2.22.5 * (c) 2010-2017. https://github.com/angular-ui-tree/angular-ui-tree * License: MIT */ diff --git a/package.json b/package.json index 7c3d2e47..530dae88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.22.4", + "version": "2.22.5", "description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery", "license": "MIT", "repository": { diff --git a/source/main.js b/source/main.js index 8e12508c..a0e5368d 100644 --- a/source/main.js +++ b/source/main.js @@ -1,5 +1,5 @@ /** - * @license Angular UI Tree v2.22.4 + * @license Angular UI Tree v2.22.5 * (c) 2010-2017. https://github.com/angular-ui-tree/angular-ui-tree * License: MIT */