Skip to content

Commit

Permalink
Release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Holdstock committed Apr 3, 2018
1 parent 1710ece commit 822928b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.2.0"></a>
# 1.2.0 (2018-04-03)

* Fix: Cleaning up incorrect selectors (#157) ([1710ece](https://github.com/box/box-annotations/commit/1710ece))
* Fix: Mobile dialog doesn't properly close on delete cancel/confirm (#148) ([523217a](https://github.com/box/box-annotations/commit/523217a)), closes [#148](https://github.com/box/box-annotations/issues/148)
* Chore: Add nsp to scan from known vulnerabilities (#153) ([5db437d](https://github.com/box/box-annotations/commit/5db437d))
* Chore: Group CSS constants in a more readable manner (#150) ([b110632](https://github.com/box/box-annotations/commit/b110632))
* Chore: Remove -x tag in release script (#151) ([abbaf03](https://github.com/box/box-annotations/commit/abbaf03))
* Chore: Run eslint on test files (#149) ([75277fc](https://github.com/box/box-annotations/commit/75277fc))
* Chore: Use decode keydown from box-react-ui to prevent duplication (#152) ([c54de5e](https://github.com/box/box-annotations/commit/c54de5e))
* Chore: Use node 8 for building (#154) ([df7a4e5](https://github.com/box/box-annotations/commit/df7a4e5))
* Docs: Updating issue template (#156) ([a303ac4](https://github.com/box/box-annotations/commit/a303ac4))



<a name="1.1.0"></a>
# 1.1.0 (2018-03-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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-v1.1.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v1.2.0-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)
[![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/)

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": "box-annotations",
"version": "1.1.0",
"version": "1.2.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 822928b

Please sign in to comment.