From b62815ab23d40683da993ca170a326cabd8799f6 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Fri, 1 Jan 2016 19:24:10 -0800 Subject: [PATCH] Released version 0.6.1 --- CHANGELOG.md | 8 +++++++- bower.json | 2 +- package.json | 2 +- website/static/js/pages/app.js | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77c8020..5820d7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Changelog -### v0.6.0 (master, released on Dec 26th 2015) +### v0.6.1 (master, released on January 1th 2016) +#### Bug Fixes +- Fixed cleanFieldName issue when there are no header value [#196](https://github.com/Zizzamia/ng-tasty/issues/196) + +- Fixed subobjects sortable issue [#140](https://github.com/Zizzamia/ng-tasty/issues/140) + +### v0.6.0 (released on Dec 26th 2015) #### Features - Sortable can be defined where the columns are defined [#193](https://github.com/Zizzamia/ng-tasty/issues/193) diff --git a/bower.json b/bower.json index 9e2ad9b7..059c27b3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/Zizzamia/ng-tasty", "authors": [ { diff --git a/package.json b/package.json index c9c432be..22b6673d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.6.0", + "version": "0.6.1", "description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.", "main": "dist/ng-tasty-tpls.min.js", "devDependencies": { diff --git a/website/static/js/pages/app.js b/website/static/js/pages/app.js index c0a57466..93e905e2 100644 --- a/website/static/js/pages/app.js +++ b/website/static/js/pages/app.js @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', []) $window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() }); }); } - $rootScope.version = '0.6.0'; + $rootScope.version = '0.6.1'; $scope.showDownloadModal = function() { modalInstance = $modal.open({