Skip to content

Commit

Permalink
Merge pull request #1335 from marmelab/prepare_1.0.3
Browse files Browse the repository at this point in the history
[RFR] Prepare 1.0.3 release
  • Loading branch information
fzaninotto committed Apr 3, 2017
2 parents 9a8957f + 52afa53 commit 6b30888
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
=========

v1.0.3 - 3 Apr. 2017
---------------------

- Fix filter value not being updated based on search url parameter
[\#1333](https://github.com/marmelab/ng-admin/pull/1333)
([fzaninotto](https://github.com/fzaninotto))
- Fix not being able to type into date fields
[\#1334](https://github.com/marmelab/ng-admin/pull/1334)
([floo51](https://github.com/floo51))

v1.0.2 - 16 Mar. 2017
---------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-admin",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"private": false,
"main": "lib/javascripts/ng-admin.js",
Expand Down

0 comments on commit 6b30888

Please sign in to comment.