From 7091b6ce5f1efd6e945d979366b9116db164b124 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Fri, 9 Jun 2017 08:13:10 +0200 Subject: [PATCH] Prepare changelog for v1.1.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cbacf5514..3aee1a88168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.1.1 + +* Add Show view documentation ((djhi)[https://github.com/djhi]) +* Split Admin and Resource docs for better readability ((fzaninotto)[https://github.com/fzaninotto]) +* Fix flaky end-to-end tests ((dervos)[https://github.com/dervos]) +* Fix `` not showing default value ((wesley6j)[https://github.com/wesley6j]) +* Fix `` prop types ((floo51)[https://github.com/floo51]) +* Fix `` for some locales ((wesley6j)[https://github.com/wesley6j]) +* Fix support for null and false value in `` options ((wesley6j)[https://github.com/wesley6j]) +* Fix missing `` mention in documentation reference ((djhi)[https://github.com/djhi]) +* Fix duplicate documentation in Ecosystem ((djhi)[https://github.com/djhi]) +* Fix typos on Theming documentation ((martjanz)[https://github.com/martjanz]) + ## v1.1.0 * Add `` and `` ([kimkha](https://github.com/kimkha) and [fzaninotto](https://github.com/fzaninotto)) diff --git a/package.json b/package.json index 079b9d7f046..31fa9f0ed28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-on-rest", - "version": "1.1.0", + "version": "1.1.1", "description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI", "files": [ "*.md",