diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b92bcf1e..f29dcce54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## 0.7.1 (2017-12-19) + +* Fix: Drawing buttons styling (#82) ([bda13b8](https://github.com/box/box-annotations/commit/bda13b8)) +* Fix: Ensure drawing dialog is setup on first save (#81) ([16d7c8d](https://github.com/box/box-annotations/commit/16d7c8d)) +* Fix: set textarea.placeholder when generating dialogs (#74) ([5f35ac6](https://github.com/box/box-annotations/commit/5f35ac6)) +* Fix: Show the appropriate buttons in mobile create highlight dialog (#75) ([05dba16](https://github.com/box/box-annotations/commit/05dba16)) +* Chore: Enforce Lato font for annotation dialogs (#76) ([1e92025](https://github.com/box/box-annotations/commit/1e92025)) +* Chore: Now respect newline and symbols (#73) ([41aad68](https://github.com/box/box-annotations/commit/41aad68)) + + + # 0.7.0 (2017-12-12) diff --git a/README.md b/README.md index 4f08ba043..3d2743767 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations) -[![version](https://img.shields.io/badge/version-v0.7.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v0.7.1-blue.svg?style=flat-square)](https://github.com/box/box-annotations) [![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements) diff --git a/package.json b/package.json index 95ff647d5..9634a4c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "0.7.0", + "version": "0.7.1", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",