Skip to content

Commit

Permalink
Update: box-annotations to v0.5.0
Browse files Browse the repository at this point in the history
https://github.com/box/box-annotations/releases

* Chore: Disable dialog actions until annotation is saved on the server (box#48) ([6dbcda2](box/box-annotations@6dbcda2))
* Chore: Remove autobind from base classes (box#44) ([639f8d2](box/box-annotations@639f8d2))
* Chore: Remove autobind from doc classes (box#46) ([d7ded88](box/box-annotations@d7ded88))
* Chore: Remove autobind from Image classes (box#45) ([1dda3a4](box/box-annotations@1dda3a4))
* Chore: Remove NPM install from release/publish scripts (box#50) ([48822c4](box/box-annotations@48822c4))
* Update: Remaining packages (box#49) ([4dab273](box/box-annotations@4dab273))
*  Update: Sinon to v4.1.2 & remove autobind-decorator (box#47) ([eea7dcf](box/box-annotations@eea7dcf))
  • Loading branch information
Tony Jin committed Nov 29, 2017
1 parent ec2fc3b commit df8a9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"box-annotations": "^0.4.0",
"box-annotations": "^0.5.0",
"chai": "^4.1.2",
"chai-dom": "^1.5.0",
"conventional-changelog-cli": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,9 +1103,9 @@ boom@5.x.x:
dependencies:
hoek "4.x.x"

box-annotations@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.4.0.tgz#01f9d190e8472755b5a7efbd70ce9c4399837c6e"
box-annotations@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.5.0.tgz#84c42e13532f51be5074d8a24ab1ad400adad796"
dependencies:
rangy "^1.3.0"
rbush "^2.0.1"
Expand Down

0 comments on commit df8a9ea

Please sign in to comment.