Skip to content

Commit

Permalink
Bumping version to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jun 27, 2015
1 parent 3095bec commit bde84da
Show file tree
Hide file tree
Showing 75 changed files with 67 additions and 81 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.fancytree",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"version": "2.10.1-0",
"version": "2.10.1",
"main": [
"dist/jquery.fancytree-all.min.js"
],
Expand Down
50 changes: 25 additions & 25 deletions dist/jquery.fancytree-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -4077,7 +4077,7 @@ $.extend($.ui.fancytree,
/** @lends Fancytree_Static# */
{
/** @type {string} */
version: "2.10.0", // Set to semver by 'grunt release'
version: "2.10.1", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down Expand Up @@ -4439,8 +4439,8 @@ $.extend($.ui.fancytree,
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

// To keep the global namespace clean, we wrap everything in a closure
Expand Down Expand Up @@ -4615,8 +4615,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5067,8 +5067,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5624,8 +5624,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -5932,8 +5932,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -6125,8 +6125,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -6258,8 +6258,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -6460,8 +6460,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -6835,8 +6835,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -7200,8 +7200,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down Expand Up @@ -7276,8 +7276,8 @@ $.ui.fancytree.registerExtension({
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.fancytree-all.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jquery.fancytree.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -4077,7 +4077,7 @@ $.extend($.ui.fancytree,
/** @lends Fancytree_Static# */
{
/** @type {string} */
version: "2.10.0", // Set to semver by 'grunt release'
version: "2.10.1", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.fancytree.min.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.childcounter.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

// To keep the global namespace clean, we wrap everything in a closure
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.clones.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.columnview.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.dnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.glyph.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.gridnav.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
6 changes: 3 additions & 3 deletions dist/src/jquery.fancytree.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -4077,7 +4077,7 @@ $.extend($.ui.fancytree,
/** @lends Fancytree_Static# */
{
/** @type {string} */
version: "2.10.0", // Set to semver by 'grunt release'
version: "2.10.1", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.persist.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.themeroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/src/jquery.fancytree.wide.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.10.0
* @date 2015-06-26T22:37
* @version 2.10.1
* @date 2015-06-27T22:07
*/

;(function($, window, document, undefined) {
Expand Down
14 changes: 0 additions & 14 deletions dist/src/skin-custom-1/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion fancytree.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fancytree",
"version": "2.10.1-0",
"version": "2.10.1",
"title": "Fancytree",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"homepage": "https://github.com/mar10/fancytree",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.fancytree",
"title": "jQuery Fancytree Plugin",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"version": "2.10.1-0",
"version": "2.10.1",
"homepage": "https://github.com/mar10/fancytree",
"author": {
"name": "Martin Wendt",
Expand Down

0 comments on commit bde84da

Please sign in to comment.