Skip to content

Commit 32e6da7

Browse files
committed
cutoff version 1.5.1
1 parent 1414da9 commit 32e6da7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Release History
22
---------------
33
## [Unreleased]
4+
# [1.5.1] - 2017-03-21
5+
### Fixed
6+
- Bower.json
7+
48
# [1.5.0] - 2017-03-21
59
### Breaking changes
610
- Changed package name from `angular-generic-table` to `angularjs-generic-table` to avoid conflict with version for angular 2+. In order to get everything to work you need to update references to generic-table source files in your code.
711

8-
912
# [1.4.4] - 2016-12-16
1013

1114
### Fixed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularjs-generic-table",
33
"description": "Generic Table - A generic table for AngularJS that leverages one time binding for fast rendering. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"keywords": [
66
"angularjs",
77
"generic-table",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-generic-table",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"devDependencies": {
55
"bower": "1.6.2",
66
"bower-art-resolver": "^2.0.1",

0 commit comments

Comments
 (0)