Skip to content

Commit c79f72e

Browse files
author
Justin Holdstock
committed
Release: 1.6.0
1 parent ea868c4 commit c79f72e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.6.0"></a>
2+
## 1.6.0 (2018-05-01)
3+
4+
* Fix: functional tests (#185) ([664bfe3](https://github.com/box/box-annotations/commit/664bfe3)), closes [#185](https://github.com/box/box-annotations/issues/185)
5+
* Fix: Functional tests + cleanup annotations after Features (#186) ([ea868c4](https://github.com/box/box-annotations/commit/ea868c4)), closes [#186](https://github.com/box/box-annotations/issues/186)
6+
* Fix: Use BRUI CSS for create dialog textarea (#184) ([8faef28](https://github.com/box/box-annotations/commit/8faef28)), closes [#184](https://github.com/box/box-annotations/issues/184)
7+
* New: Add basic UI tests for point & highlight comment annotations (#182) ([44597de](https://github.com/box/box-annotations/commit/44597de)), closes [#182](https://github.com/box/box-annotations/issues/182)
8+
9+
10+
111
<a name="1.5.0"></a>
212
## 1.5.0 (2018-04-24)
313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/)
22
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
33
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations)
4-
[![version](https://img.shields.io/badge/version-v1.5.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
4+
[![version](https://img.shields.io/badge/version-v1.6.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
55
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)
66
[![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/)
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-annotations",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Box Annotations",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)