box-annotations
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -1,5 +0,13 @@ | ||
<a name="1.1.1"></a> | ||
## 1.1.1 (2018-03-28) | ||
<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)) | ||
@@ -6,0 +14,0 @@ |
{ | ||
"name": "box-annotations", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Box Annotations", | ||
@@ -29,3 +29,3 @@ "author": "Box (https://www.box.com/)", | ||
"babel-preset-react": "^6.24.1", | ||
"box-react-ui": "^22.3.0", | ||
"box-react-ui": "^22.7.1", | ||
"chai": "^4.1.2", | ||
@@ -71,2 +71,3 @@ "chai-dom": "^1.6.0", | ||
"node-sass": "^4.7.2", | ||
"nsp": "^3.2.1", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
@@ -102,3 +103,3 @@ "postcss-loader": "^2.0.9", | ||
"prettier": "prettier-eslint \"src/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write", | ||
"ci": "yarn run clean && yarn run lint && yarn install && yarn run test", | ||
"ci": "yarn install && yarn nsp && yarn run clean && yarn run lint && yarn install && yarn run test", | ||
"clean": "rm -rf lib && rm -rf reports/coverage", | ||
@@ -109,3 +110,4 @@ "github-release": "./node_modules/.bin/conventional-github-releaser", | ||
"major": "./build/release.sh -m && ./build/publish.sh", | ||
"patch": "./build/release.sh -p && ./build/publish.sh" | ||
"patch": "./build/release.sh -p && ./build/publish.sh", | ||
"nsp": "nsp check --reporter summary" | ||
}, | ||
@@ -112,0 +114,0 @@ "lint-staged": { |
[![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.1-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) | ||
@@ -6,0 +6,0 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/) |
Sorry, the diff of this file is too big to display
336840
75