Skip to content

Commit 2932e72

Browse files
authored
Merge pull request #1367 from marmelab/release
[RFR] Prepare 1.0.7
2 parents eb8b125 + 78510fb commit 2932e72

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
CHANGELOG
22
=========
3+
v1.0.7 - 2 Oct. 2017
4+
---------------------
5+
6+
- Fix pinned filters not filtering with its initially selected value [\#1366](https://github.com/marmelab/ng-admin/pull/1366) ([floo51](https://github.com/floo51))
7+
8+
v1.0.6 - 27 Apr. 2017
9+
---------------------
10+
11+
- Use http error service handlers inside view events [\#1339](https://github.com/marmelab/ng-admin/pull/1339) ([floo51](https://github.com/floo51))
12+
313
v1.0.5 - 5 Apr. 2017
414
---------------------
515

6-
- Fix view disabling not working on initialized views
7-
[\#1334](https://github.com/marmelab/ng-admin/pull/1336)
8-
([floo51](https://github.com/floo51))
16+
- Fix view disabling not working on initialized views [\#1334](https://github.com/marmelab/ng-admin/pull/1336) ([floo51](https://github.com/floo51))
917

1018
v1.0.3 - 3 Apr. 2017
1119
---------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-admin",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"license": "MIT",
55
"private": false,
66
"main": "lib/javascripts/ng-admin.js",

0 commit comments

Comments
 (0)